Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h37 V(LoadReferenceInstruction) \
381 struct LoadReferenceInstruction : InstructionBase { struct
383 explicit LoadReferenceInstruction(const Type* type) : type(type) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument
391 const LoadReferenceInstruction& instruction) { argument
Dinstructions.cc691 void LoadReferenceInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
701 void LoadReferenceInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
708 DefinitionLocation LoadReferenceInstruction::GetValueDefinition() const { in GetValueDefinition()
Dcc-generator.cc372 void CCGenerator::EmitInstruction(const LoadReferenceInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc891 void CSAGenerator::EmitInstruction(const LoadReferenceInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc2508 assembler().Emit(LoadReferenceInstruction{referenced_type}); in GenerateFetchFromLocation()