Home
last modified time | relevance | path

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

123456789

/art/
DTEST_MAPPING564 "name": "art-run-test-456-baseline-array-set"
708 "name": "art-run-test-521-checker-array-set-null"
711 "name": "art-run-test-521-regression-integer-field-set"
933 "name": "art-run-test-590-checker-arr-set-null-regression"
/art/libartbase/base/
Dscoped_arena_containers.h63 using ScopedArenaSet = std::set<T, Comparator, ScopedArenaAllocatorAdapter<T>>;
/art/tools/
Dprebuilt_libjdwp_art_failures.txt22 description: "Test fails due to static values not being set correctly.",
/art/runtime/mirror/
Dclass.cc165 bool set; in EnsureExtDataPresent() local
168 set = h_this->CasFieldObject<true>(ext_offset, in EnsureExtDataPresent()
174 set = h_this->CasFieldObject<false>(ext_offset, in EnsureExtDataPresent()
180 ObjPtr<ClassExt> ret(set ? new_ext.Get() : h_this->GetExtData()); in EnsureExtDataPresent()
181 DCHECK(!set || h_this->GetExtData() == new_ext.Get()); in EnsureExtDataPresent()
/art/profman/
Dprofile_assistant_test.cc38 using TypeReferenceSet = std::set<TypeReference, TypeReferenceValueComparator>;
1193 std::set<dex::TypeIndex> classes; in TEST_F()
1194 std::set<uint16_t> hot_methods; in TEST_F()
1195 std::set<uint16_t> startup_methods; in TEST_F()
1196 std::set<uint16_t> post_start_methods; in TEST_F()
/art/test/046-reflect/
Dexpected.txt84 as expected: set-final throws exception
/art/test/
DREADME.chroot.md38 were set previously):
DREADME.md32 `default-check`). These scripts rely on environment variables set by
/art/libnativeloader/
DREADME.md39 The list of public native libraries is not static. The default set of libraries
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc112 std::set<std::vector<uint8_t>> deduped; in ProcessDexFiles()
115 std::set<const void*> visited; in ProcessDexFiles()
Ddexanalyze_strings.cc423 std::set<std::string> unique_strings; in ProcessDexFiles()
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali58 # set 42 in p1:myField \
66 # set 30 in p1:myField
/art/test/674-hiddenapi/
Dhiddenapi.cc324 std::set<uint64_t> disabled_changes = Runtime::Current()->GetDisabledCompatChanges(); in Java_Reflection_setHiddenApiCheckHardening()
/art/libprofile/profile/
Dprofile_compilation_info.cc1746 /*out*/std::set<dex::TypeIndex>* class_set, in GetClassesAndMethods()
1747 /*out*/std::set<uint16_t>* hot_method_set, in GetClassesAndMethods()
1748 /*out*/std::set<uint16_t>* startup_method_set, in GetClassesAndMethods()
1749 /*out*/std::set<uint16_t>* post_startup_method_method_set, in GetClassesAndMethods()
1751 std::set<std::string> ret; in GetClassesAndMethods()
/art/openjdkjvmti/
Devents.h177 bit_set.set(static_cast<size_t>(event) - static_cast<size_t>(ArtJvmtiEvent::kMinEventTypeVal),
/art/test/954-invoke-polymorphic-verifier/smali/
DVarHandleHappyAccessors.smali52 …invoke-polymorphic {v0, v1}, Ljava/lang/invoke/VarHandle;->set([Ljava/lang/Object;)V, ([Ljava/lang…
/art/dex2oat/
Ddex2oat_test.cc1364 std::set<size_t> code_item_offsets; in TEST_F()
2395 std::set<std::string> seen; in TEST_F()
2404 std::set<std::string> preresolved_seen; in TEST_F()
2442 std::set<std::string> boot_image_strings; in TEST_F()
2443 std::set<std::string> app_image_strings; in TEST_F()
/art/compiler/optimizing/
Dloop_optimization.cc2260 ArenaSet<HInstruction*>* set = induction_range_.LookupCycle(phi); in TrySetPhiInduction() local
2261 if (set != nullptr) { in TrySetPhiInduction()
2262 for (HInstruction* i : *set) { in TrySetPhiInduction()
2273 if (set->find(use.GetUser()) == set->end()) { in TrySetPhiInduction()
Dsuperblock_cloner.cc798 void DumpBBSet(const ArenaBitVector* set) { in DumpBBSet() argument
799 for (uint32_t idx : set->Indexes()) { in DumpBBSet()
/art/test/common/
Druntime_state.cc377 std::set<std::string> unused_locations; in Java_Main_fetchProfiles()
/art/dexlayout/
Ddex_verify.cc194 std::set<dex_ir::ClassDef*, ClassDefCompare> orig_set; in VerifyClassDefs()
195 std::set<dex_ir::ClassDef*, ClassDefCompare> output_set; in VerifyClassDefs()
Ddexlayout_test.cc360 std::set<dex::TypeIndex> classes; in CreateProfile()
/art/runtime/
Dcommon_runtime_test.cc594 std::set<dex::TypeIndex> classes; in GenerateProfile()
/art/runtime/verifier/
Dreg_type_test.cc997 std::set<const RegType*> black; in TEST_F()
1006 std::set<const RegType*> no_in_edge(black); // Copy of black, remove nodes with in-edges. in TEST_F()
/art/runtime/native/
Djava_lang_reflect_Field.cc527 FAST_NATIVE_METHOD(Field, set, "(Ljava/lang/Object;Ljava/lang/Object;)V"),

123456789