Searched refs:BlockAt (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.cc1134 MeetRegisterConstraints(code()->BlockAt(i));
1145 ResolvePhis(code()->BlockAt(i));
1262 BasicBlock* block = code()->BlockAt(block_id);
1287 BasicBlock* block = code()->BlockAt(block_id);
1340 code()->BlockAt(block->loop_end_)->last_instruction_index();
H A Dinstruction.cc426 BasicBlock* block = code.BlockAt(i);
H A Dinstruction.h824 BasicBlock* BlockAt(int rpo_number) const { function in class:v8::internal::compiler::FINAL
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc124 CHECK_EQ(block, R.code->BlockAt(index));

Completed in 122 milliseconds