Searched refs:GetConstExprPointerSize (Results 1 – 2 of 2) sorted by relevance
118 GetConstExprPointerSize(InstructionSet::kArm)); in TEST_F()120 GetConstExprPointerSize(InstructionSet::kArm64)); in TEST_F()122 GetConstExprPointerSize(InstructionSet::kMips)); in TEST_F()124 GetConstExprPointerSize(InstructionSet::kMips64)); in TEST_F()126 GetConstExprPointerSize(InstructionSet::kX86)); in TEST_F()128 GetConstExprPointerSize(InstructionSet::kX86_64)); in TEST_F()
94 static constexpr PointerSize GetConstExprPointerSize(InstructionSet isa) { in GetConstExprPointerSize() function119 return GetCalleeSaveFrameSize(isa, type) - static_cast<size_t>(GetConstExprPointerSize(isa)); in GetCalleeSaveReturnPcOffset()