Home
last modified time | relevance | path

Searched defs:osr_ast_id (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dcontexts.cc420 BailoutId osr_ast_id) { in SearchOptimizedCodeMapEntry()
439 BailoutId osr_ast_id) { in SearchOptimizedCodeMap()
454 BailoutId osr_ast_id) { in AddToOptimizedCodeMap()
Dcompilation-info.h80 BailoutId osr_ast_id() const { return osr_ast_id_; } in osr_ast_id() function
215 void SetOptimizingForOsr(BailoutId osr_ast_id, JavaScriptFrame* osr_frame) { in SetOptimizingForOsr()
Dcompiler.cc686 Handle<JSFunction> function, BailoutId osr_ast_id) { in GetCodeFromOptimizedCodeMap()
811 BailoutId osr_ast_id = BailoutId::None(), in GetOptimizedCode()
1887 BailoutId osr_ast_id, in GetOptimizedCodeForOSR()
Dobjects.cc11908 Handle<Code> code, BailoutId osr_ast_id) { in AddToOptimizedCodeMap()
13665 BailoutId osr_ast_id) { in SearchOptimizedCodeMap()
/external/v8/src/crankshaft/
Dtyping.cc19 DeclarationScope* scope, BailoutId osr_ast_id, in AstTyper()
/external/v8/src/compiler/
Dcode-generator.cc592 BailoutId osr_ast_id = BailoutId::None(); in PopulateDeoptimizationData() local
Dbytecode-graph-builder.cc466 Handle<FeedbackVector> feedback_vector, BailoutId osr_ast_id, in BytecodeGraphBuilder()