Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h52 V(MakeLazyNodeInstruction) \
534 struct MakeLazyNodeInstruction : InstructionBase { struct
536 MakeLazyNodeInstruction(Macro* macro, const Type* result_type, in MakeLazyNodeInstruction() function
550 const MakeLazyNodeInstruction& instruction); argument
Dinstructions.cc762 void MakeLazyNodeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
779 void MakeLazyNodeInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
788 DefinitionLocation MakeLazyNodeInstruction::GetValueDefinition() const { in GetValueDefinition()
793 const MakeLazyNodeInstruction& instruction) { in operator <<()
Dcc-generator.cc263 void CCGenerator::EmitInstruction(const MakeLazyNodeInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc485 void CSAGenerator::EmitInstruction(const MakeLazyNodeInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc3127 assembler().Emit(MakeLazyNodeInstruction{getter, return_type, in GenerateCall()