Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dcode-generator.h41 class InstructionOperandIterator {
43 InstructionOperandIterator(Instruction* instr, size_t pos) in InstructionOperandIterator() function
396 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter,
401 InstructionOperandIterator* iter);
403 InstructionOperandIterator* iter,
Dcode-generator.cc1029 Translation* translation, InstructionOperandIterator* iter) { in TranslateStateValueDescriptor()
1071 FrameStateDescriptor* desc, InstructionOperandIterator* iter, in TranslateFrameStateDescriptorOperands()
1083 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter, in BuildTranslationForFrameStateDescriptor()
1163 InstructionOperandIterator iter(instr, frame_state_offset); in BuildTranslation()