Home
last modified time | relevance | path

Searched refs:TryGetLoopInfoFor (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.h115 const LoopInfo* TryGetLoopInfoFor(int header_offset) const;
Dbytecode-analysis.cc776 const LoopInfo* BytecodeAnalysis::TryGetLoopInfoFor(int header_offset) const { in TryGetLoopInfoFor() function in v8::internal::compiler::BytecodeAnalysis