Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h38 V(StoreReferenceInstruction) \
395 struct StoreReferenceInstruction : InstructionBase { struct
397 explicit StoreReferenceInstruction(const Type* type) : type(type) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument
402 const StoreReferenceInstruction& instruction) { argument
Dinstructions.cc712 void StoreReferenceInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
721 void StoreReferenceInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
Dcc-generator.cc422 void CCGenerator::EmitInstruction(const StoreReferenceInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc909 void CSAGenerator::EmitInstruction(const StoreReferenceInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc2585 assembler().Emit(StoreReferenceInstruction{referenced_type}); in GenerateAssignToLocation()