Searched refs:ids (Results 1 – 14 of 14) sorted by relevance
/art/tools/ahat/src/main/com/android/ahat/dominators/ |
D | Dominators.java | 189 private long[] ids = new long[4]; field in Dominators.IdSet 193 if (size == ids.length) { in add() 194 ids = Arrays.copyOf(ids, size * 2); in add() 196 ids[size++] = id; in add() 203 return ids[size - 1]; in last() 210 if (low <= ids[i] && ids[i] <= high) { in hasIdInRange()
|
/art/test/2262-miranda-methods/ |
D | expected-stdout.txt | 6 Abstract interface and Main have different method ids 11 Abstract interface and Main have same method ids
|
D | info.txt | 1 Tests handling of method ids for default method conflicts.
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 320 ObjPtr<mirror::PointerArray> ids(GetIds(klass, t.Get())); in EncodeGenericId() local 322 if (!ids.IsNull()) { in EncodeGenericId() 323 DCHECK_GT(ids->GetLength(), static_cast<int32_t>(off)) << " is " << PrettyGeneric(t); in EncodeGenericId() 325 cur_id = ids->GetElementPtrSize<uintptr_t>(off, kRuntimePointerSize); in EncodeGenericId() 339 if (!ids.IsNull()) { in EncodeGenericId() 342 ids = GetIds(klass, t.Get()); in EncodeGenericId() 344 CHECK(!ids.IsNull()); in EncodeGenericId() 345 cur_id = ids->GetElementPtrSize<uintptr_t>(off, kRuntimePointerSize); in EncodeGenericId() 384 if (ids.IsNull()) { in EncodeGenericId() 391 ids->SetElementPtrSize(off, reinterpret_cast<void*>(cur_id), kRuntimePointerSize); in EncodeGenericId() [all …]
|
/art/test/2262-default-conflict-methods/ |
D | info.txt | 1 Tests handling of method ids for default method conflicts.
|
/art/tools/ |
D | parallel_run.py | 50 ids = itertools.count(0) 57 for _, idx in zip(range(args.jobs - len(fs)), ids):
|
/art/runtime/mirror/ |
D | dex_cache.h | 397 #define DEFINE_ARRAY(name, array_kind, getter_setter, type, ids, alloc_kind) \ argument 414 getter_setter ##Offset(), GetDexFile()->ids(), alloc_kind, startup)); \ 418 return Get ##getter_setter() == nullptr ? 0u : GetDexFile()->ids(); \ 448 array_kind, component_type, ids, alloc_array_kind) \ argument 452 name ##array_, array_kind, getter_setter ##Array, component_type, ids, alloc_array_kind) \ 454 DCHECK_LT(index, GetDexFile()->ids()); \ 467 DCHECK_LT(index, GetDexFile()->ids()); \ 474 bool should_allocate_full_array = ShouldAllocateFullArray(GetDexFile()->ids(), pair_size); \ 489 if (!ShouldAllocateFullArray(GetDexFile()->ids(), pair_size)) { \
|
/art/test/2012-structural-redefinition-failures-jni-id/ |
D | expected-stdout.txt | 5 Setting C2 as having pointer-ids used and checking classes
|
/art/test/1949-short-dex-file/ |
D | info.txt | 22 only has 4 method ids). 25 alphabet (package xyz, method foo). If it is further forward than the other method-ids then the
|
/art/test/1976-hello-structural-static-methods/ |
D | expected-stdout.txt | 43 Running jni with old ids 49 Running jni with new ids
|
/art/test/590-infinite-loop-with-nop/smali/ |
D | TestCase.smali | 27 # Failure to verify dex file '...': Offset(208) should be zero when size is zero for field-ids.
|
/art/runtime/ |
D | runtime_options.def | 93 … OpaqueJniIds, JniIdType::kDefault) // -Xopaque-jni-ids:{true, false, swapa… 94 …PromoteOpaqueJniIds, true) // testing use only. -Xauto-promote-opaque-jni-ids:{true, false}
|
/art/tools/ahat/ |
D | README.txt | 83 Allow hex ids to be used for objects in query parameters.
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 11573 Lsun/security/x509/CertificatePolicySet;->ids:Ljava/util/Vector;
|