Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h140 void PushLoop(int loop_header, int loop_end);
Dbytecode-analysis.cc334 PushLoop(loop_header, loop_end); in Analyze()
543 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop() function in v8::internal::compiler::BytecodeAnalysis
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h1536 auto* block = PushLoop(); in DecodeFunctionBody()
2099 Control* PushLoop() { in PushLoop() function