OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocationKind
(Results
1 - 2
of
2
) sorted by null
/art/compiler/optimizing/
stack_map_test.cc
65
ASSERT_EQ(DexRegisterMap::kInStack, dex_registers.
GetLocationKind
(0));
66
ASSERT_EQ(DexRegisterMap::kConstant, dex_registers.
GetLocationKind
(1));
111
ASSERT_EQ(DexRegisterMap::kInStack, dex_registers.
GetLocationKind
(0));
112
ASSERT_EQ(DexRegisterMap::kConstant, dex_registers.
GetLocationKind
(1));
/art/runtime/
stack_map.h
92
LocationKind
GetLocationKind
(uint16_t register_index) const {
Completed in 274 milliseconds