Home
last modified time | relevance | path

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

/art/runtime/
Ddex_register_location.h85 friend class DexRegisterMap; // Allow creation of uninitialized array of locations. variable
Dstack_map.h65 DexRegisterMap(size_t count, DexRegisterLocation value) : count_(count), regs_small_{} { in DexRegisterMap() function