Searched refs:InstructionOperandIterator (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/backend/ |
D | code-generator.h | 41 class InstructionOperandIterator { 43 InstructionOperandIterator(Instruction* instr, size_t pos) in InstructionOperandIterator() function 396 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter, 401 InstructionOperandIterator* iter); 403 InstructionOperandIterator* iter,
|
D | code-generator.cc | 1029 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()
|