Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h41 class InstructionOperandIterator {
43 InstructionOperandIterator(Instruction* instr, size_t pos) in InstructionOperandIterator() function
380 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter,
384 InstructionOperandIterator* iter);
386 InstructionOperandIterator* iter);
Dcode-generator.cc1002 InstructionOperandIterator* iter) { in TranslateStateValueDescriptor()
1028 FrameStateDescriptor* desc, InstructionOperandIterator* iter) { in TranslateFrameStateDescriptorOperands()
1039 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter, in BuildTranslationForFrameStateDescriptor()
1128 InstructionOperandIterator iter(instr, frame_state_offset); in BuildTranslation()
1141 InstructionOperandIterator imm_iter( in BuildTranslation()