OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsRegisterPair
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
managed_register_arm.h
114
RegisterPair
AsRegisterPair
() const {
managed_register_arm_test.cc
234
EXPECT_EQ(R0_R1, reg.
AsRegisterPair
());
246
EXPECT_EQ(R1_R2, reg.
AsRegisterPair
());
258
EXPECT_EQ(R2_R3, reg.
AsRegisterPair
());
270
EXPECT_EQ(R4_R5, reg.
AsRegisterPair
());
282
EXPECT_EQ(R6_R7, reg.
AsRegisterPair
());
[
all
...]
Completed in 31 milliseconds