Home
last modified time | relevance | path

Searched refs:GetConstExprPointerSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc118 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()
Dcallee_save_frame.h94 static constexpr PointerSize GetConstExprPointerSize(InstructionSet isa) { in GetConstExprPointerSize() function
119 return GetCalleeSaveFrameSize(isa, type) - static_cast<size_t>(GetConstExprPointerSize(isa)); in GetCalleeSaveReturnPcOffset()