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

/art/runtime/
H A Dstack_map.h54 // Dex register location container used by DexRegisterMap and StackMapStream.
71 * In addition, DexRegisterMap also uses these values:
80 // for the kind, 5 bits for the value) in a DexRegisterMap.
446 * of bits (fixed per DexRegisterMap instances of a CodeInfo object) depending
448 * (see DexRegisterMap::SingleEntrySizeInBits). The map is 1-byte aligned.
450 class DexRegisterMap { class in class:art::DexRegisterLocation
452 explicit DexRegisterMap(MemoryRegion region) : region_(region) {} function in class:art::DexRegisterLocation::DexRegisterMap
453 DexRegisterMap() {} function in class:art::DexRegisterLocation::DexRegisterMap
628 // Return the size of the DexRegisterMap object, in bytes.
1353 * [CodeInfoEncoding, DexRegisterMap
[all...]

Completed in 84 milliseconds