Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dinstructions.h51 V(GotoExternalInstruction) \
566 struct GotoExternalInstruction : InstructionBase { struct
570 GotoExternalInstruction(std::string destination, in GotoExternalInstruction() argument
Dinstructions.cc549 void GotoExternalInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
556 void GotoExternalInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
Dcc-generator.cc307 void CCGenerator::EmitInstruction(const GotoExternalInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc758 void CSAGenerator::EmitInstruction(const GotoExternalInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc444 assembler().Emit(GotoExternalInstruction{ in VisitMacroCommon()