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

  /external/v8/src/libplatform/tracing/
trace-writer.cc 152 TraceObject::ArgValue* arg_values = trace_event->arg_values(); local
161 AppendArgValue(arg_types[i], arg_values[i]);
  /art/runtime/
debugger.h 63 klass(invoke_class), method(invoke_method), arg_count(args_count), arg_values(args),
78 std::unique_ptr<uint64_t[]> arg_values; // will be null if arg_count_ == 0. We take ownership member in struct:art::DebugInvokeReq
619 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 95 // const uint64_t* arg_values,
384 // functions are defined here instead of in the macro, because the arg_values
387 // the arg_values must live throughout these procedures.
413 uint64_t arg_values[1]; local
414 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
417 num_args, &arg1_name, arg_types, arg_values, flags);
435 uint64_t arg_values[2]; local
436 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
437 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
440 num_args, arg_names, arg_types, arg_values, flags)
    [all...]
  /bootable/recovery/updater/
install.cpp 638 std::vector<std::unique_ptr<Value>> arg_values; local
639 if (!ReadValueArgs(state, argv, &arg_values, 4, argv.size() - 4)) {
644 if (arg_values[i * 2]->type != VAL_STRING) {
648 if (arg_values[i * 2 + 1]->type != VAL_BLOB) {
657 patch_sha_str.push_back(arg_values[i * 2]->data);
658 patches.push_back(std::move(arg_values[i * 2 + 1]));
    [all...]
  /external/libchrome/base/trace_event/
trace_event.h 113 // const unsigned long long* arg_values,
132 // const unsigned long long* arg_values,
152 // const unsigned long long* arg_values,
172 // const unsigned long long* arg_values,
618 // functions are defined here instead of in the macro, because the arg_values
621 // the arg_values must live throughout these procedures.
667 unsigned long long arg_values[2]; local
668 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
674 timestamp, num_args, arg_names, arg_types, arg_values, convertable_values,
698 unsigned long long arg_values[2]; local
785 unsigned long long arg_values[1]; local
847 unsigned long long arg_values[2]; local
961 unsigned long long arg_values[1]; local
    [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
238 const uint64_t* arg_values,
  /external/v8/src/tracing/
trace-event.h 95 // const uint64_t* arg_values,
418 const uint64_t* arg_values, unsigned int flags) {
422 static_cast<intptr_t>(arg_values[0])));
426 static_cast<intptr_t>(arg_values[1])));
433 arg_values, arg_convertables, flags);
490 // function is defined here instead of in the macro, because the arg_values
493 // the arg_values must live throughout these procedures.
528 uint64_t arg_values[2]; local
530 &arg_values[0]); local
532 &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/libchrome/base/test/
trace_event_analyzer.h 173 std::map<std::string, std::unique_ptr<base::Value>> arg_values; member in struct:trace_analyzer::TraceEvent

Completed in 381 milliseconds