Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h333 struct PushUninitializedInstruction : InstructionBase { struct
335 explicit PushUninitializedInstruction(const Type* type) : type(type) {} in TORQUE_INSTRUCTION_BOILERPLATE() argument
343 std::ostream& os, const PushUninitializedInstruction& instruction) { argument