Home
last modified time | relevance | path

Searched refs:InstructionOperandIterator (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.h32 class InstructionOperandIterator {
34 InstructionOperandIterator(Instruction* instr, size_t pos) in InstructionOperandIterator() function
173 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter,
177 InstructionOperandIterator* iter);
179 InstructionOperandIterator* iter,
Dcode-generator.cc565 InstructionOperandIterator* iter) { in TranslateStateValueDescriptor()
582 FrameStateDescriptor* desc, InstructionOperandIterator* iter, in TranslateFrameStateDescriptorOperands()
627 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter, in BuildTranslationForFrameStateDescriptor()
687 InstructionOperandIterator iter(instr, frame_state_offset); in BuildTranslation()