Home | History | Annotate | Download | only in optimizing

Lines Matching refs:DexRegisterLocation

66 void StackMapStream::AddDexRegisterEntry(DexRegisterLocation::Kind kind, int32_t value) {
67 if (kind != DexRegisterLocation::Kind::kNone) {
69 DCHECK(DexRegisterLocation::IsShortLocationKind(kind)) << kind;
70 DexRegisterLocation location(kind, value);
187 for (const DexRegisterLocation& dex_register_location : location_catalog_entries_) {
340 for (DexRegisterLocation dex_register_location : location_catalog_entries_) {
524 DexRegisterLocation expected = DexRegisterLocation::None();
530 if (expected.GetKind() == DexRegisterLocation::Kind::kNone) {
535 DexRegisterLocation seen = dex_register_map.GetDexRegisterLocation(