Searched defs:DexRegisterLocationCatalog (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack_map.h195 class DexRegisterLocationCatalog { class in class:art::DexRegisterLocation
197 explicit DexRegisterLocationCatalog(MemoryRegion region) : region_(region) {} function in class:art::DexRegisterLocation::DexRegisterLocationCatalog
432 * stack map's Dex register to a location entry in a DexRegisterLocationCatalog.
511 return DexRegisterLocationCatalog::kNoLocationEntryIndex;
1072 * [CodeInfoEncoding, StackMap+, DexRegisterLocationCatalog+, DexRegisterMap+, InlineInfo*]
1098 DexRegisterLocationCatalog GetDexRegisterLocationCatalog(const CodeInfoEncoding& encoding) const {
1099 return DexRegisterLocationCatalog(region_.Subregion(
1288 // TODO: Ideally, we would like to use art::DexRegisterLocationCatalog::Size or
1289 // art::DexRegisterLocationCatalog::FindLocationOffset, but the
1290 // DexRegisterLocationCatalog i
[all...]

Completed in 35 milliseconds