Home
last modified time | relevance | path

Searched refs:PokeInstruction (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtorque-code-generator.cc52 void TorqueCodeGenerator::EmitInstruction(const PokeInstruction& instruction, in EmitInstruction()
Dinstructions.h30 V(PokeInstruction) \
300 struct PokeInstruction : InstructionBase { struct
303 PokeInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PokeInstruction() argument
311 const PokeInstruction& instruction) { argument
Dcfg.cc140 Emit(PokeInstruction{ in Poke()
Dinstructions.cc56 void PokeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
67 void PokeInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()