Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dinstructions.cc37 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
147 void CallIntrinsicInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallIntrinsicInstruction
186 void CallCsaMacroInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallCsaMacroInstruction
246 void CallCsaMacroAndBranchInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::CallCsaMacroAndBranchInstruction
366 void CallBuiltinInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallBuiltinInstruction
[all …]
Dinstructions.h65 void TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) \
192 virtual void TypeInstruction(Stack<const Type*>* stack,
264 void TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction() function
265 return instruction_->TypeInstruction(stack, cfg); in TypeInstruction()
Dcfg.h44 instruction.TypeInstruction(&current_stack, cfg_); in Retype()
173 instruction.TypeInstruction(&current_stack_, &cfg_); in Emit()