Searched refs:objs (Results 1 – 6 of 6) sorted by relevance
/art/imgdiag/ |
D | create_dirty_image_objects.py | 35 for path, objs in entries: 39 merged_entries[m.group(1)].update(objs) 98 for idx, (_, objs) in enumerate(sort_keys): 99 for obj in objs: 178 for sort_key, objs in sort_keys: 182 print(bits_csv, ',', len(objs)) 183 total_count += len(objs)
|
/art/test/2005-pause-all-redefine-multithreaded/ |
D | pause-all.cc | 66 jobject* objs; in Java_art_Test2005_UpdateFieldValuesAndResumeThreads() local 69 CHECK_EQ(jvmti_env->GetObjectsWithTags(1, &kRedefinedObjectTag, &cnt, &objs, nullptr), in Java_art_Test2005_UpdateFieldValuesAndResumeThreads() 73 jobject obj = objs[i]; in Java_art_Test2005_UpdateFieldValuesAndResumeThreads() 86 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(objs)); in Java_art_Test2005_UpdateFieldValuesAndResumeThreads()
|
/art/test/036-finalizer/src/ |
D | Main.java | 145 Object[] objs = new Object[count]; in allocFinalizableObjects() local 147 objs[i] = new FinalizeCounter(i); in allocFinalizableObjects()
|
/art/runtime/jni/ |
D | local_reference_table_test.cc | 707 std::array<Handle<mirror::Object>, kMaxUniqueRefs> objs; in TestAddRemoveMixed() local 709 objs[i] = hs.NewHandle(c->AllocObject(soa.Self())); in TestAddRemoveMixed() 710 ASSERT_TRUE(objs[i] != nullptr); in TestAddRemoveMixed() 730 ADD_REF(irefs[i], objs[i]); in TestAddRemoveMixed() 753 ADD_REF(irefs[i], objs[i]); in TestAddRemoveMixed()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1340 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> objs) in SetOldInstanceObjects() argument 1342 SetSlot(klass_index, kSlotOldInstanceObjects, objs); in SetOldInstanceObjects() 1345 art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> objs) in SetNewInstanceObjects() argument 1347 SetSlot(klass_index, kSlotNewInstanceObjects, objs); in SetNewInstanceObjects() 1577 void SetOldInstanceObjects(art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> objs) in SetOldInstanceObjects() argument 1579 holder_.SetOldInstanceObjects(idx_, objs); in SetOldInstanceObjects() 1581 void SetNewInstanceObjects(art::ObjPtr<art::mirror::ObjectArray<art::mirror::Object>> objs) in SetNewInstanceObjects() argument 1583 holder_.SetNewInstanceObjects(idx_, objs); in SetNewInstanceObjects()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1975 Ljava/io/ObjectOutputStream$HandleTable;->objs:[Ljava/lang/Object;
|