Lines Matching defs:stack
37 void PeekInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
56 void PokeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
72 void DeleteRangeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
83 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
97 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
111 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
152 void CallIntrinsicInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
207 void CallCsaMacroInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
280 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
419 void CallBuiltinInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
471 Stack<const Type*>* stack, ControlFlowGraph* cfg) const { in TypeInstruction()
516 void CallRuntimeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
589 void BranchInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
612 void ConstexprBranchInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
631 void GotoInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
645 void GotoExternalInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
655 void ReturnInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
666 Stack<const Type*>* stack, ControlFlowGraph* cfg) const {} in TypeInstruction()
671 void AbortInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
677 void UnsafeCastInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
691 void LoadReferenceInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
712 void StoreReferenceInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
728 void LoadBitFieldInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
744 void StoreBitFieldInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()
762 void MakeLazyNodeInstruction::TypeInstruction(Stack<const Type*>* stack, in TypeInstruction()