Home
last modified time | relevance | path

Searched refs:HasOsrEntryPoint (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dbytecode-analysis.h122 bool HasOsrEntryPoint() const { return osr_entry_point_ != -1; } in HasOsrEntryPoint() function
Dbytecode-analysis.cc660 if (!iterator.IsValid() || HasOsrEntryPoint()) { in ResumeJumpTargetsAreValid()
Dbytecode-graph-builder.cc896 if (bytecode_analysis.HasOsrEntryPoint()) { in VisitBytecodes()