Home
last modified time | relevance | path

Searched refs:instruction_ (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dinstructions.h209 : kind_(T::kKind), instruction_(new T(std::move(instr))) {} in Instruction()
214 return static_cast<T&>(*instruction_); in Cast()
220 return static_cast<const T&>(*instruction_); in Cast()
242 instruction_(other.instruction_->Clone()) {} in instruction_() function in v8::internal::torque::Instruction
245 instruction_->Assign(*other.instruction_);
248 instruction_ = other.instruction_->Clone();
266 return instruction_ in TypeInstruction()
278 std::unique_ptr<InstructionBase> instruction_; global() member in v8::internal::torque::Instruction
[all...]
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.cc76 reinterpret_cast<void*>(&instruction_), in Redirection()
77 sizeof(instruction_)); in Redirection()
80 function_descriptor_[0] = reinterpret_cast<intptr_t>(&instruction_); in Redirection()
H A Dsimulator-base.h156 return reinterpret_cast<Address>(&instruction_); in address_of_instruction()
171 addr_of_instruction - offsetof(Redirection, instruction_); in FromInstruction()
191 uint32_t instruction_; member in v8::internal::Redirection
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.h236 const Instruction* instruction_; member
H A Dregister-allocator-verifier.cc135 const Instruction* instr = instr_constraint.instruction_; in VerifyAssignment()
561 const Instruction* instr = instr_constraint.instruction_; in VerifyGapMoves()

Completed in 5 milliseconds