Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtorque-code-generator.cc47 void TorqueCodeGenerator::EmitInstruction(const PeekInstruction& instruction, in EmitInstruction()
Dinstructions.h29 V(PeekInstruction) \
281 struct PeekInstruction : InstructionBase { struct
284 PeekInstruction(BottomOffset slot, base::Optional<const Type*> widened_type) in PeekInstruction() function
292 const PeekInstruction& instruction) { argument
Dcfg.cc122 Emit(PeekInstruction{ in Peek()
Dinstructions.cc37 void PeekInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
51 void PeekInstruction::RecomputeDefinitionLocations( in RecomputeDefinitionLocations()