Lines Matching refs:CodeKind
26 Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, in OptimizedCompilationInfo()
56 base::Vector<const char> debug_name, Zone* zone, CodeKind code_kind) in OptimizedCompilationInfo()
70 case CodeKind::TURBOFAN: in ConfigureFlags()
78 case CodeKind::BYTECODE_HANDLER: in ConfigureFlags()
82 case CodeKind::BUILTIN: in ConfigureFlags()
83 case CodeKind::FOR_TESTING: in ConfigureFlags()
89 case CodeKind::WASM_FUNCTION: in ConfigureFlags()
90 case CodeKind::WASM_TO_CAPI_FUNCTION: in ConfigureFlags()
93 case CodeKind::C_WASM_ENTRY: in ConfigureFlags()
94 case CodeKind::JS_TO_JS_FUNCTION: in ConfigureFlags()
95 case CodeKind::JS_TO_WASM_FUNCTION: in ConfigureFlags()
96 case CodeKind::WASM_TO_JS_FUNCTION: in ConfigureFlags()
98 case CodeKind::BASELINE: in ConfigureFlags()
99 case CodeKind::MAGLEV: in ConfigureFlags()
100 case CodeKind::INTERPRETED_FUNCTION: in ConfigureFlags()
101 case CodeKind::REGEXP: in ConfigureFlags()
153 case CodeKind::FOR_TESTING: in GetOutputStackFrameType()
154 case CodeKind::BYTECODE_HANDLER: in GetOutputStackFrameType()
155 case CodeKind::BUILTIN: in GetOutputStackFrameType()
158 case CodeKind::WASM_FUNCTION: in GetOutputStackFrameType()
160 case CodeKind::WASM_TO_CAPI_FUNCTION: in GetOutputStackFrameType()
162 case CodeKind::JS_TO_WASM_FUNCTION: in GetOutputStackFrameType()
164 case CodeKind::WASM_TO_JS_FUNCTION: in GetOutputStackFrameType()
166 case CodeKind::C_WASM_ENTRY: in GetOutputStackFrameType()