Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.cc110 void NamespaceConstantInstruction::TypeInstruction( in TypeInstruction()
115 void NamespaceConstantInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()
122 std::size_t NamespaceConstantInstruction::GetValueDefinitionCount() const { in GetValueDefinitionCount()
126 DefinitionLocation NamespaceConstantInstruction::GetValueDefinition( in GetValueDefinition()
133 const NamespaceConstantInstruction& instruction) { in operator <<()
Dinstructions.h43 V(NamespaceConstantInstruction) \
367 struct NamespaceConstantInstruction : InstructionBase { struct
369 explicit NamespaceConstantInstruction(NamespaceConstant* constant) in TORQUE_INSTRUCTION_BOILERPLATE() argument
379 const NamespaceConstantInstruction& instruction); argument
Dcc-generator.cc97 const NamespaceConstantInstruction& instruction, in EmitInstruction()
Dcsa-generator.cc125 const NamespaceConstantInstruction& instruction, in EmitInstruction()
Dimplementation-visitor.cc2458 assembler().Emit(NamespaceConstantInstruction{constant}); in GetLocationReference()