Searched refs:code_kind (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | optimized-compilation-info.cc | 47 Vector<const char> debug_name, Zone* zone, Code::Kind code_kind) in OptimizedCompilationInfo() argument 49 debug_name, static_cast<AbstractCode::Kind>(code_kind), zone) { in OptimizedCompilationInfo() 50 if (code_kind == Code::BYTECODE_HANDLER) { in OptimizedCompilationInfo() 55 if (code_kind == Code::BUILTIN || code_kind == Code::STUB) { in OptimizedCompilationInfo() 64 if (code_kind != Code::BUILTIN) { in OptimizedCompilationInfo() 70 Vector<const char> debug_name, AbstractCode::Kind code_kind, Zone* zone) in OptimizedCompilationInfo() argument 72 code_kind_(code_kind), in OptimizedCompilationInfo() 122 switch (code_kind()) { in GetOutputStackFrameType()
|
D | optimized-compilation-info.h | 68 Code::Kind code_kind); 83 Code::Kind code_kind() const { in code_kind() function 285 AbstractCode::Kind code_kind, Zone* zone);
|
/external/v8/src/compiler/ |
D | code-generator.cc | 88 Code::Kind code_kind = info->code_kind(); in CodeGenerator() local 89 if (code_kind == Code::WASM_FUNCTION || in CodeGenerator() 90 code_kind == Code::WASM_TO_JS_FUNCTION || in CodeGenerator() 91 code_kind == Code::WASM_INTERPRETER_ENTRY || in CodeGenerator() 148 if (FLAG_debug_code & (info->code_kind() == Code::OPTIMIZED_FUNCTION || in AssembleCode() 149 info->code_kind() == Code::BYTECODE_HANDLER)) { in AssembleCode() 402 desc, info()->code_kind(), Handle<Object>(), info()->builtin_index(), in FinalizeCode() 760 Code::Kind code_kind = info()->code_kind(); in DetermineStubCallMode() local 761 return (code_kind == Code::WASM_FUNCTION || in DetermineStubCallMode() 762 code_kind == Code::WASM_TO_JS_FUNCTION) in DetermineStubCallMode()
|
D | pipeline.cc | 1951 switch (data->info()->code_kind()) { in Run()
|
/external/v8/tools/profviz/ |
D | 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,
|