OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetConstExprPointerSize
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc
89
// This test ensures that
GetConstExprPointerSize
is correct with respect to
92
EXPECT_EQ(GetInstructionSetPointerSize(kArm),
GetConstExprPointerSize
(kArm));
93
EXPECT_EQ(GetInstructionSetPointerSize(kArm64),
GetConstExprPointerSize
(kArm64));
94
EXPECT_EQ(GetInstructionSetPointerSize(kMips),
GetConstExprPointerSize
(kMips));
95
EXPECT_EQ(GetInstructionSetPointerSize(kX86),
GetConstExprPointerSize
(kX86));
96
EXPECT_EQ(GetInstructionSetPointerSize(kX86_64),
GetConstExprPointerSize
(kX86_64));
callee_save_frame.h
86
static constexpr size_t
GetConstExprPointerSize
(InstructionSet isa) {
101
return GetCalleeSaveFrameSize(isa, type) -
GetConstExprPointerSize
(isa);
Completed in 516 milliseconds