Home
last modified time | relevance | path

Searched defs:LoadReferenceInstruction (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dinstructions.h381 struct LoadReferenceInstruction : InstructionBase { struct
383 explicit LoadReferenceInstruction(const Type* type) : type(type) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument
391 const LoadReferenceInstruction& instruction) { argument