Home
last modified time | relevance | path

Searched refs:InstructionKind (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtorque-code-generator.cc15 case InstructionKind::kPeekInstruction: in IsEmptyInstruction()
16 case InstructionKind::kPokeInstruction: in IsEmptyInstruction()
17 case InstructionKind::kDeleteRangeInstruction: in IsEmptyInstruction()
18 case InstructionKind::kPushUninitializedInstruction: in IsEmptyInstruction()
19 case InstructionKind::kPushBuiltinPointerInstruction: in IsEmptyInstruction()
20 case InstructionKind::kUnsafeCastInstruction: in IsEmptyInstruction()
37 case InstructionKind::k##T: \ in EmitInstruction()
Dinstructions.h63 static const InstructionKind kKind; \
72 enum class InstructionKind { enum
253 InstructionKind kind() const { return kind_; } in kind()
257 case InstructionKind::k##name: \ in Mnemonic()
277 InstructionKind kind_;
Dinstructions.cc14 const InstructionKind Name::kKind = InstructionKind::k##Name; \