Home | History | Annotate | Download | only in compiler

Lines Matching full:instruction

11 #include "src/compiler/instruction.h"
52 // Assemble code for the specified instruction.
53 void AssembleInstruction(Instruction* instr);
61 void AssembleArchInstruction(Instruction* instr);
62 void AssembleArchBranch(Instruction* instr, FlagsCondition condition);
63 void AssembleArchBoolean(Instruction* instr, FlagsCondition condition);
86 void AddSafepointAndDeopt(Instruction* instr);
89 FrameStateDescriptor* GetFrameStateDescriptor(Instruction* instr,
91 int BuildTranslation(Instruction* instr, int pc_offset,
95 FrameStateDescriptor* descriptor, Instruction* instr,
98 void AddTranslationForOperand(Translation* translation, Instruction* instr,