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

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

Completed in 28 milliseconds