Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h56 V(UnsafeCastInstruction)
758 struct UnsafeCastInstruction : InstructionBase { struct
760 explicit UnsafeCastInstruction(const Type* destination_type) in TORQUE_INSTRUCTION_BOILERPLATE() argument
769 const UnsafeCastInstruction& instruction) { argument
Dinstructions.cc677 void UnsafeCastInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
682 void UnsafeCastInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
687 DefinitionLocation UnsafeCastInstruction::GetValueDefinition() const { in GetValueDefinition()
Dcc-generator.cc363 void CCGenerator::EmitInstruction(const UnsafeCastInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc881 void CSAGenerator::EmitInstruction(const UnsafeCastInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc973 assembler().Emit(UnsafeCastInstruction{result_type}); in Visit()