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

/external/vixl/examples/aarch64/
H A Dnon-const-visitor.cc44 int64_t RunNonConstVisitorTestGeneratedCode(const Instruction* start_instr) { argument
53 simulator.RunFrom(start_instr);
60 USE(start_instr);
H A Dnon-const-visitor.h142 int64_t RunNonConstVisitorTestGeneratedCode(const Instruction* start_instr);
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc2054 int start_instr = start.InstructionIndex(); local
2056 DCHECK(start_instr <= end_instr);
2059 if (start_instr == end_instr) return end;
/external/v8/src/compiler/
H A Dregister-allocator.cc2642 int start_instr = start.ToInstructionIndex(); local
2644 DCHECK(start_instr <= end_instr);
2647 if (start_instr == end_instr) return end;

Completed in 229 milliseconds