Lines Matching refs:GraphVisitor
258 void BytecodeGen::VisitSpillFill(GraphVisitor *visitor, Inst *inst) in VisitSpillFill()
279 void BytecodeGen::VisitConstant(GraphVisitor *visitor, Inst *inst) in VisitConstant()
334 void BytecodeGen::VisitIf(GraphVisitor *v, Inst *inst_base) in VisitIf()
384 void BytecodeGen::IfEcma(GraphVisitor *v, compiler::IfInst *inst) in IfEcma()
438 void BytecodeGen::VisitIfImm(GraphVisitor *v, Inst *inst_base) in VisitIfImm()
448 void BytecodeGen::IfImmZero(GraphVisitor *v, Inst *inst_base) in IfImmZero()
466 void BytecodeGen::VisitLoadString(GraphVisitor *v, Inst *inst_base) in VisitLoadString()
483 void BytecodeGen::VisitReturn(GraphVisitor *v, Inst *inst_base) in VisitReturn()
508 void BytecodeGen::VisitCastValueToAnyType([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *… in VisitCastValueToAnyType()
568 void BytecodeGen::VisitIntrinsic(GraphVisitor *visitor, Inst *inst_base) in VisitIntrinsic()
574 void BytecodeGen::VisitCatchPhi(GraphVisitor *visitor, Inst *inst) in VisitCatchPhi()