Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.cc328 RpoNumber current_block_id = block->rpo_number(); in CreateForBlock() local
351 CHECK(pred_id >= current_block_id); in CreateForBlock()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h384 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
Dlithium-codegen-x87.cc614 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock() argument
621 if (current_block_id + 1 != goto_block_id) { in LeavingBlock()