Searched refs:CallRuntimeInstruction (Results 1 – 5 of 5) sorted by relevance
516 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()
46 V(CallRuntimeInstruction) \603 struct CallRuntimeInstruction : InstructionBase { struct607 CallRuntimeInstruction(bool is_tailcall, RuntimeFunction* runtime_function, in CallRuntimeInstruction() argument628 const CallRuntimeInstruction& instruction); argument
279 void CCGenerator::EmitInstruction(const CallRuntimeInstruction& instruction, in EmitInstruction()
694 void CSAGenerator::EmitInstruction(const CallRuntimeInstruction& instruction, in EmitInstruction()
2974 assembler().Emit(CallRuntimeInstruction{ in GenerateCall()