Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.cc516 void CallRuntimeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
540 void CallRuntimeInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
558 std::size_t CallRuntimeInstruction::GetValueDefinitionCount() const { in GetValueDefinitionCount()
564 DefinitionLocation CallRuntimeInstruction::GetValueDefinition( in GetValueDefinition()
571 CallRuntimeInstruction::GetExceptionObjectDefinition() const { in GetExceptionObjectDefinition()
577 const CallRuntimeInstruction& instruction) { in operator <<()
802 bool CallRuntimeInstruction::IsBlockTerminator() const { in IsBlockTerminator()
Dinstructions.h46 V(CallRuntimeInstruction) \
603 struct CallRuntimeInstruction : InstructionBase { struct
607 CallRuntimeInstruction(bool is_tailcall, RuntimeFunction* runtime_function, in CallRuntimeInstruction() argument
628 const CallRuntimeInstruction& instruction); argument
Dcc-generator.cc279 void CCGenerator::EmitInstruction(const CallRuntimeInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc694 void CSAGenerator::EmitInstruction(const CallRuntimeInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc2974 assembler().Emit(CallRuntimeInstruction{ in GenerateCall()