Home
last modified time | relevance | path

Searched defs:TypeInstruction (Results 1 – 2 of 2) 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.h264 void TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction() function