Searched refs:TypeInstruction (Results 1 – 3 of 3) sorted by relevance
/external/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 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 …]
|
D | instructions.h | 65 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()
|
D | cfg.h | 44 instruction.TypeInstruction(¤t_stack, cfg_); in Retype() 173 instruction.TypeInstruction(¤t_stack_, &cfg_); in Emit()
|