Home
last modified time | relevance | path

Searched refs:set_output_code_kind (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcompiler.h317 set_output_code_kind(Code::OPTIMIZED_FUNCTION); in SetOptimizing()
428 void set_output_code_kind(Code::Kind kind) { output_code_kind_ = kind; } in set_output_code_kind() function
Dcompiler.cc158 set_output_code_kind(Code::STUB); in CompilationInfo()
189 set_output_code_kind(code_stub->GetCodeKind()); in CompilationInfo()
191 set_output_code_kind(Code::FUNCTION); in CompilationInfo()
/external/v8/src/compiler/
Dwasm-compiler.cc1854 info.set_output_code_kind(Code::WASM_FUNCTION); in CompileJSToWasmWrapper()
1929 info.set_output_code_kind(Code::WASM_FUNCTION); in CompileWasmToJSWrapper()
2007 info.set_output_code_kind(Code::WASM_FUNCTION); in CompileWasmFunction()
Dpipeline.cc1218 info.set_output_code_kind(kind); in GenerateCodeForCodeStub()