Searched refs:StoreReferenceInstruction (Results 1 – 5 of 5) sorted by relevance
38 V(StoreReferenceInstruction) \395 struct StoreReferenceInstruction : InstructionBase { struct397 explicit StoreReferenceInstruction(const Type* type) : type(type) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument402 const StoreReferenceInstruction& instruction) { argument
712 void StoreReferenceInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()721 void StoreReferenceInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
422 void CCGenerator::EmitInstruction(const StoreReferenceInstruction& instruction, in EmitInstruction()
909 void CSAGenerator::EmitInstruction(const StoreReferenceInstruction& instruction, in EmitInstruction()
2585 assembler().Emit(StoreReferenceInstruction{referenced_type}); in GenerateAssignToLocation()