Searched refs:TypeInstruction (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
D | instructions.cc | 37 void PeekInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::PeekInstruction 56 void PokeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::PokeInstruction 72 void DeleteRangeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::DeleteRangeInstruction 82 void PushUninitializedInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::PushUninitializedInstruction 96 void PushBuiltinPointerInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::PushBuiltinPointerInstruction 110 void NamespaceConstantInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::NamespaceConstantInstruction 152 void CallIntrinsicInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallIntrinsicInstruction 207 void CallCsaMacroInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallCsaMacroInstruction 279 void CallCsaMacroAndBranchInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::CallCsaMacroAndBranchInstruction 419 void CallBuiltinInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallBuiltinInstruction [all …]
|
D | cfg.h | 44 instruction.TypeInstruction(¤t_stack, cfg_); in Retype() 178 instruction.TypeInstruction(¤t_stack_, &cfg_); in Emit()
|
D | instructions.h | 66 void TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) \ 193 virtual void TypeInstruction(Stack<const Type*>* stack, 265 void TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction() function 266 return instruction_->TypeInstruction(stack, cfg); in TypeInstruction()
|