Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.cc207 void CallCsaMacroInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
234 void CallCsaMacroInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
252 CallCsaMacroInstruction::GetExceptionObjectDefinition() const { in GetExceptionObjectDefinition()
257 std::size_t CallCsaMacroInstruction::GetValueDefinitionCount() const { in GetValueDefinitionCount()
261 DefinitionLocation CallCsaMacroInstruction::GetValueDefinition( in GetValueDefinition()
268 const CallCsaMacroInstruction& instruction) { in operator <<()
Dinstructions.h41 V(CallCsaMacroInstruction) \
473 struct CallCsaMacroInstruction : InstructionBase { struct
475 CallCsaMacroInstruction(Macro* macro, in CallCsaMacroInstruction() argument
495 const CallCsaMacroInstruction& instruction); argument
Dcc-generator.cc207 void CCGenerator::EmitInstruction(const CallCsaMacroInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc312 void CSAGenerator::EmitInstruction(const CallCsaMacroInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc2913 CallCsaMacroInstruction{macro, constexpr_arguments, catch_block}); in GenerateCall()