Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-analysis.h97 void PushLoop(int loop_header, int loop_end);
Dbytecode-analysis.cc259 PushLoop(iterator.GetJumpTargetOffset(), loop_end); in Analyze()
389 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop() function in v8::internal::compiler::BytecodeAnalysis
/external/v8/src/wasm/
Dfunction-body-decoder.cc810 PushLoop(finish_try_env); in DecodeFunctionBody()
1388 void PushLoop(SsaEnv* end_env) { in PushLoop() function in v8::internal::wasm::WasmFullDecoder