Home
last modified time | relevance | path

Searched refs:set (Results 201 – 223 of 223) sorted by relevance

123456789

/art/runtime/
Dclass_loader_context_test.cc1645 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles( in TEST_F()
1662 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()
1676 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()
Doat_file_manager.cc366 std::set<const DexFile*> already_exists_in_classpath = in OpenDexFilesFromOat()
Dthread_list.cc1427 allocated_ids_.set(i); in AllocThreadId()
Dhidden_api_test.cc86 std::set<uint64_t> disabled_changes = runtime_->GetDisabledCompatChanges(); in setChangeIdState()
Doat_file_assistant_test.cc1187 std::set<const OatFile*> oat_files; in TEST_F()
/art/runtime/jit/
Djit.cc1445 std::set<dex::TypeIndex> class_types; in CompileMethodsFromProfile()
1446 std::set<uint16_t> all_methods; in CompileMethodsFromProfile()
Djit_code_cache.cc513 std::set<const void*> debug_info; in FreeAllMethodHeaders()
1614 void JitCodeCache::GetProfiledMethods(const std::set<std::string>& dex_base_locations, in GetProfiledMethods()
/art/runtime/gc/allocator/
Drosalloc.h712 using AllocationTrackingSet = std::set<Key, Compare, TrackingAllocator<Key, kTag>>;
Drosalloc.cc791 std::set<Run*>::iterator pos = non_full_runs->find(run); in FreeFromRun()
/art/cmdline/
DREADME.md167 set by `WithType`.
/art/compiler/optimizing/
Dinduction_var_analysis.cc1327 ArenaSet<HInstruction*>* set = &cycles_.Put(phi, ArenaSet<HInstruction*>( in AssignCycle() local
1330 set->insert(i); in AssignCycle()
Dregister_allocator_graph_color.cc1761 conflict_mask.set(conflicting->GetRegister()); in BuildConflictMask()
1764 conflict_mask.set(conflicting->GetHighInterval()->GetRegister()); in BuildConflictMask()
/art/libdexfile/dex/
Ddex_file_verifier.cc2943 const dex::AnnotationSetItem* set = reinterpret_cast<const dex::AnnotationSetItem*>(ptr_); in CheckInterAnnotationSetItem() local
2944 const uint32_t* offsets = set->entries_; in CheckInterAnnotationSetItem()
2945 uint32_t count = set->size_; in CheckInterAnnotationSetItem()
/art/runtime/native/
Ddalvik_system_DexFile.cc496 std::set<const char*, CharPointerComparator> descriptors; in DexFile_getClassNameList()
Ddalvik_system_VMRuntime.cc280 std::set<uint64_t> disabled_compat_changes_set; in VMRuntime_setDisabledCompatChangesNative()
/art/dex2oat/driver/
Dcompiler_driver.cc979 void FindExceptionTypesToResolve(std::set<TypeReference>* exceptions_to_resolve) in FindExceptionTypesToResolve()
992 std::set<TypeReference>* exceptions_to_resolve) in FindExceptionTypesToResolveForMethod()
1137 std::set<TypeReference> unresolved_exception_types; in LoadImageClasses()
/art/test/956-methodhandles/src/
DMain.java560 privateStaticField.set(null, "updatedStaticValue"); in testUnreflects()
564 privateStaticField.set(null, "updatedStaticValue"); in testUnreflects()
/art/runtime/interpreter/mterp/x86/
Darithmetic.S286 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
/art/openjdkjvmti/
Dti_class.cc881 std::set<std::string_view> unique_descriptors; in CopyClassDescriptors()
/art/oatdump/
Doatdump.cc1783 std::set<uintptr_t> offsets_;
2449 std::set<const void*> already_seen_;
2749 std::set<mirror::Object*> dex_caches_;
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S583 cbnz r3, .Lslow_lock @ if either of the top two bits are set, or the lock word's
/art/runtime/gc/space/
Dimage_space.cc2134 std::set<std::string> dex_locations; in CompileExtension()
/art/test/dexdump/
Dinvoke-custom.txt3369 …|000f: invoke-virtual {v0, v2}, Ljava/util/concurrent/atomic/AtomicInteger;.set:(I)V // method@00f2

123456789