Searched defs:instr_index (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.cc1698 void ConstraintBuilder::MeetConstraintsAfter(int instr_index) { argument
1699 Instruction* first = code()->InstructionAt(instr_index);
1703 if (temp->HasFixedPolicy()) AllocateFixed(temp, instr_index, false);
1711 range->SetSpillStartIndex(instr_index + 1);
1728 AllocateFixed(first_output, instr_index, is_tagged);
1735 range->SetSpillStartIndex(instr_index + 1);
1738 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output,
1744 range->RecordSpillLocation(allocation_zone(), instr_index + 1, local
1746 range->SetSpillStartIndex(instr_index + 1);
1752 void ConstraintBuilder::MeetConstraintsBefore(int instr_index) { argument
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c12111 trap_code, imm, instr_index, p, msb, lsb, size, rot, sel; local
12268 instr_index = get_instr_index(cins);
12279 DIP("jal 0x%x", instr_index);
12284 (instr_index << 2)));
12289 (instr_index << 2)));
12294 DIP("j 0x%x", instr_index);
12298 (instr_index << 2)));
12301 (instr_index << 2)));

Completed in 189 milliseconds