Searched defs:instr_index (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | register-allocator-unittest.cc | 50 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos, in GetParallelMoveCount() 59 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos, in IsParallelMovePresent()
|
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 686 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves() local
|
D | register-allocator.cc | 1596 void ConstraintBuilder::MeetConstraintsAfter(int instr_index) { in MeetConstraintsAfter() 1650 void ConstraintBuilder::MeetConstraintsBefore(int instr_index) { in MeetConstraintsBefore()
|
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 12035 trap_code, imm, instr_index, p, msb, lsb, size, rot, sel; in disInstr_MIPS_WRK() local
|