Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstructions.h668 struct GotoInstruction : InstructionBase { struct
675 explicit GotoInstruction(Block* destination) : destination(destination) {} in GotoInstruction() argument
680 std::ostream& operator<<(std::ostream& os, const GotoInstruction& instruction); argument