Home
last modified time | relevance | path

Searched refs:GotoInstruction (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dcfg.cc85 Emit(GotoInstruction{block}); in Goto()
95 Emit(GotoInstruction{block}); in Goto()
190 if (!instruction.Is<GotoInstruction>()) break; in OptimizeCfg()
191 Block* destination = instruction.Cast<GotoInstruction>().destination; in OptimizeCfg()
Dinstructions.h50 V(GotoInstruction) \
668 struct GotoInstruction : InstructionBase { struct
675 explicit GotoInstruction(Block* destination) : destination(destination) {} in GotoInstruction() argument
680 std::ostream& operator<<(std::ostream& os, const GotoInstruction& instruction); argument
Dcc-generator.cc30 EmitInstruction(GotoInstruction{cfg_.start()}, &parameters); in EmitGraph()
316 void CCGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction()
Dinstructions.cc631 void GotoInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
636 void GotoInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
641 std::ostream& operator<<(std::ostream& os, const GotoInstruction& instruction) { in operator <<()
Dcsa-generator.cc41 EmitInstruction(GotoInstruction{cfg_.start()}, &parameters); in EmitGraph()
812 void CSAGenerator::EmitInstruction(const GotoInstruction& instruction, in EmitInstruction()