HomeSort by relevance Sort by last modified time
    Searched defs:arg_values (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.h 104 std::vector<Tensor> arg_values; member in struct:tensorflow::XlaCompilationCache::Signature
  /external/v8/src/libplatform/tracing/
trace-writer.cc 156 TraceObject::ArgValue* arg_values = trace_event->arg_values(); local
165 AppendArgValue(arg_types[i], arg_values[i]);
  /external/skia/src/core/
SkTraceEvent.h 60 // const uint64_t* arg_values,
268 // functions are defined here instead of in the macro, because the arg_values
271 // the arg_values must live throughout these procedures.
297 uint64_t arg_values[1]; local
298 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
301 num_args, &arg1_name, arg_types, arg_values, flags);
319 uint64_t arg_values[2]; local
320 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
321 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
324 num_args, arg_names, arg_types, arg_values, flags)
    [all...]
  /external/skqp/src/core/
SkTraceEvent.h 60 // const uint64_t* arg_values,
268 // functions are defined here instead of in the macro, because the arg_values
271 // the arg_values must live throughout these procedures.
297 uint64_t arg_values[1]; local
298 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
301 num_args, &arg1_name, arg_types, arg_values, flags);
319 uint64_t arg_values[2]; local
320 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
321 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
324 num_args, arg_names, arg_types, arg_values, flags)
    [all...]
  /art/runtime/
debugger.h 91 arg_values(args),
107 std::unique_ptr<uint64_t[]> arg_values; // will be null if arg_count_ == 0. We take ownership member in struct:art::DebugInvokeReq
651 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
    [all...]
  /external/v8/include/libplatform/
v8-tracing.h 44 const uint64_t* arg_values,
52 const uint64_t* arg_values,
70 ArgValue* arg_values() { return arg_values_; } function in class:v8::platform::tracing::TraceObject
249 const uint64_t* arg_values,
256 const uint64_t* arg_values,
  /external/v8/src/tracing/
trace-event.h 95 // const uint64_t* arg_values,
110 // const uint64_t* arg_values,
455 const uint64_t* arg_values, unsigned int flags) {
459 static_cast<intptr_t>(arg_values[0])));
463 static_cast<intptr_t>(arg_values[1])));
470 arg_values, arg_convertables, flags);
477 const uint64_t* arg_values, unsigned int flags, int64_t timestamp) {
481 static_cast<intptr_t>(arg_values[0])));
485 static_cast<intptr_t>(arg_values[1])));
492 arg_names, arg_types, arg_values, arg_convertables, flags, timestamp)
587 uint64_t arg_values[2]; local
589 &arg_values[0]); local
591 &arg_values[1]); local
629 uint64_t arg_values[2]; local
631 &arg_values[0]); local
633 &arg_values[1]); local
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h 125 // The |arg_values|, when used, are always deep copied with the _COPY
129 // const char* arg_values are only referenced by default:
135 // std::string arg_values are always copied:
562 // const unsigned long long* arg_values,
839 unsigned long long arg_values[1]; local
860 unsigned long long arg_values[2]; local
    [all...]
  /external/perfetto/src/trace_processor/
trace_storage.h 178 const std::deque<Variadic>& arg_values() const { return arg_values_; } function in class:perfetto::trace_processor::TraceStorage::Args
    [all...]

Completed in 519 milliseconds