Searched defs:TypeInstruction (Results 1 – 2 of 2) sorted by relevance
37 void PeekInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::PeekInstruction56 void PokeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::PokeInstruction72 void DeleteRangeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::DeleteRangeInstruction82 void PushUninitializedInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::PushUninitializedInstruction96 void PushBuiltinPointerInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::PushBuiltinPointerInstruction110 void NamespaceConstantInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::NamespaceConstantInstruction147 void CallIntrinsicInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallIntrinsicInstruction186 void CallCsaMacroInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallCsaMacroInstruction246 void CallCsaMacroAndBranchInstruction::TypeInstruction( in TypeInstruction() function in v8::internal::torque::CallCsaMacroAndBranchInstruction366 void CallBuiltinInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction() function in v8::internal::torque::CallBuiltinInstruction[all …]
264 void TypeInstruction(Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction() function