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

/external/v8/src/crankshaft/
H A Dlithium-allocator-inl.h38 LInstruction* LAllocator::InstructionAt(int index) { function in class:v8::internal::LAllocator
/external/v8/src/compiler/
H A Dframe-elider.cc26 const Instruction* instr = InstructionAt(i);
57 InstructionAt(block->last_instruction_index());
161 Instruction* FrameElider::InstructionAt(int index) const { function in class:v8::internal::compiler::FrameElider
162 return code_->InstructionAt(index);
H A Dinstruction.h1513 Instruction* InstructionAt(int index) const { function in class:v8::internal::compiler::final

Completed in 96 milliseconds