Searched defs:start_instr (Results 1 - 3 of 3) sorted by relevance

/external/vixl/examples/
H A Dnon-const-visitor.cc45 int64_t RunNonConstVisitorTestGeneratedCode(const Instruction* start_instr) { argument
54 simulator.RunFrom(start_instr);
61 USE(start_instr);
/external/v8/src/compiler/
H A Dregister-allocator.cc2080 int start_instr = start.InstructionIndex(); local
2082 DCHECK(start_instr <= end_instr);
2085 if (start_instr == end_instr) return end;
/external/v8/src/
H A Dlithium-allocator.cc2057 int start_instr = start.InstructionIndex(); local
2059 DCHECK(start_instr <= end_instr);
2062 if (start_instr == end_instr) return end;

Completed in 118 milliseconds