Searched refs:kTrace (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrManagedResource.h | 158 static Trace kTrace; in GetTrace() local 159 return &kTrace; in GetTrace()
|
/third_party/node/deps/v8/src/wasm/ |
D | decoder.h | 53 enum TraceFlag : bool { kTrace = true, kNoTrace = false }; enumerator 188 read_leb<uint32_t, kFullValidation, kTrace>(pc_, &length, name); 197 read_leb<int32_t, kFullValidation, kTrace>(pc_, &length, name); 206 read_leb<uint64_t, kFullValidation, kTrace>(pc_, &length, name); 215 read_leb<int64_t, kFullValidation, kTrace>(pc_, &length, name);
|
/third_party/node/deps/v8/src/inspector/ |
D | v8-console-message.h | 37 kTrace, enumerator
|
D | v8-console-message.cc | 48 case ConsoleAPIType::kTrace: in consoleAPITypeValue() 372 case ConsoleAPIType::kTrace: in reportToFrontend()
|
D | v8-console.cc | 250 .reportCallWithDefaultArgument(ConsoleAPIType::kTrace, in Trace()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-evaluate.cc | 590 case Builtin::kTrace: in BuiltinGetSideEffectState()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 5856 SimpleInstallFunction(isolate(), extras_binding, "trace", Builtin::kTrace, 5, in InstallExtrasBindings()
|