Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h53 V(ReturnInstruction) \
704 struct ReturnInstruction : InstructionBase { struct
706 explicit ReturnInstruction(size_t count) : count(count) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument
713 const ReturnInstruction& instruction) { argument
Dinstructions.cc655 void ReturnInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
660 void ReturnInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
Dcc-generator.cc326 void CCGenerator::EmitInstruction(const ReturnInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc836 void CSAGenerator::EmitInstruction(const ReturnInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc1296 assembler().Emit(ReturnInstruction{ in Visit()