Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dtorque-code-generator.cc13 case InstructionKind::kPeekInstruction: in IsEmptyInstruction()
14 case InstructionKind::kPokeInstruction: in IsEmptyInstruction()
15 case InstructionKind::kDeleteRangeInstruction: in IsEmptyInstruction()
16 case InstructionKind::kPushUninitializedInstruction: in IsEmptyInstruction()
17 case InstructionKind::kPushBuiltinPointerInstruction: in IsEmptyInstruction()
18 case InstructionKind::kUnsafeCastInstruction: in IsEmptyInstruction()
35 case InstructionKind::k##T: \ in EmitInstruction()
Dinstructions.h62 static const InstructionKind kKind; \
71 enum class InstructionKind { enum
252 InstructionKind kind() const { return kind_; } in kind()
256 case InstructionKind::k##name: \ in Mnemonic()
276 InstructionKind kind_;
Dinstructions.cc14 const InstructionKind Name::kKind = InstructionKind::k##Name; \