HomeSort by relevance Sort by last modified time
    Searched refs:code_kind (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
optimized-compilation-info.cc 47 Vector<const char> debug_name, Zone* zone, Code::Kind code_kind)
49 debug_name, static_cast<AbstractCode::Kind>(code_kind), zone) {
50 if (code_kind == Code::BYTECODE_HANDLER) {
55 if (code_kind == Code::BUILTIN || code_kind == Code::STUB) {
64 if (code_kind != Code::BUILTIN) {
70 Vector<const char> debug_name, AbstractCode::Kind code_kind, Zone* zone)
72 code_kind_(code_kind),
122 switch (code_kind()) {
optimized-compilation-info.h 68 Code::Kind code_kind);
83 Code::Kind code_kind() const { function in class:v8::internal::final
285 AbstractCode::Kind code_kind, Zone* zone);
  /external/v8/src/compiler/
code-generator.cc 88 Code::Kind code_kind = info->code_kind(); local
89 if (code_kind == Code::WASM_FUNCTION ||
90 code_kind == Code::WASM_TO_JS_FUNCTION ||
91 code_kind == Code::WASM_INTERPRETER_ENTRY ||
148 if (FLAG_debug_code & (info->code_kind() == Code::OPTIMIZED_FUNCTION ||
149 info->code_kind() == Code::BYTECODE_HANDLER)) {
402 desc, info()->code_kind(), Handle<Object>(), info()->builtin_index(),
760 Code::Kind code_kind = info()->code_kind(); local
    [all...]
pipeline.cc     [all...]
  /external/v8/tools/profviz/
composer.js 481 var code_kind = CodeKinds[name];
484 var row = MergeRanges(TicksToRanges(code_kind.in_execution));
486 DrawBar(offset, code_kind.color,
493 row = MergeRanges(TicksToRanges(code_kind.stack_frames[i]));
495 DrawBar(offset, code_kind.color,

Completed in 97 milliseconds