Searched defs:ToOperand (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/interpreter/ | ||
| D | bytecode-register.h | 61 constexpr int32_t ToOperand() const { in ToOperand() function |
| /third_party/node/deps/v8/src/compiler/backend/ | ||
| D | mid-tier-register-allocator.cc | 3332 AllocatedOperand ToOperand(MachineRepresentation rep) const { in ToOperand() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot |
| /third_party/node/deps/v8/src/compiler/backend/arm64/ | ||
| D | code-generator-arm64.cc | 198 Operand ToOperand(InstructionOperand* op) { in ToOperand() function in v8::internal::compiler::Arm64OperandConverter |
| /third_party/node/deps/v8/src/compiler/backend/x64/ | ||
| D | code-generator-x64.cc | 65 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() function in v8::internal::compiler::X64OperandConverter |
| /third_party/node/deps/v8/src/compiler/backend/ia32/ | ||
| D | code-generator-ia32.cc | 52 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() function in v8::internal::compiler::IA32OperandConverter |