Home
last modified time | relevance | path

Searched refs:ref (Results 101 – 125 of 181) sorted by relevance

12345678

/art/runtime/jni/
Djni_env_ext.cc103 jobject ref = reinterpret_cast<jobject>(locals_.Add(local_ref_cookie_, obj, &error_msg)); in NewLocalRef() local
104 if (UNLIKELY(ref == nullptr)) { in NewLocalRef()
109 return ref; in NewLocalRef()
/art/compiler/optimizing/
Dload_store_elimination.cc400 HInstruction* ref = ref_info->GetReference(); in MergePredecessorValues() local
405 singleton_ref = ref; in MergePredecessorValues()
855 HInstruction* ref = in VisitNewInstance() local
858 if (ref == new_instance && offset >= mirror::kObjectHeaderSize) { in VisitNewInstance()
884 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitNewArray() local
885 if (ref == new_array && location->GetIndex() != nullptr) { in VisitNewArray()
Dcode_generator_x86.h559 Location ref,
566 Location ref,
583 Location ref,
610 Location ref,
620 Location ref,
Dcode_generator_x86_64.h490 Location ref,
497 Location ref,
514 Location ref,
542 Location ref,
552 Location ref,
Dload_store_analysis_test.cc81 ReferenceInfo* ref = heap_location_collector.FindReferenceInfoOf(array); in TEST_F() local
87 ref, type, field, c1, vec, class_def); in TEST_F()
89 ref, type, field, c2, vec, class_def); in TEST_F()
91 ref, type, field, index, vec, class_def); in TEST_F()
93 ASSERT_TRUE(ref != nullptr); in TEST_F()
178 ReferenceInfo* ref = heap_location_collector.FindReferenceInfoOf(object); in TEST_F() local
182 ASSERT_TRUE(ref != nullptr); in TEST_F()
/art/test/2031-zygote-compiled-frame-deopt/src/art/
DTest2031.java19 import java.lang.ref.*;
/art/test/2009-structural-local-ref/src-art/art/
DTest2009.java20 import java.lang.ref.*;
/art/dex2oat/linker/
Drelative_patcher_test.h219 for (auto ref : compiled_method_refs_) { in CheckLinkedMethod() local
220 if (ref == method_ref) { in CheckLinkedMethod()
370 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) override { in FindMethodOffset() argument
371 auto it = map.find(ref); in FindMethodOffset()
Drelative_patcher.h81 virtual std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) = 0;
/art/test/072-precise-gc/src/
DMain.java17 import java.lang.ref.WeakReference;
/art/test/626-const-class-linking/src/
DMain.java17 import java.lang.ref.WeakReference;
272 Object ref = getSecond(r); in dumpResultStats() local
277 if (isClassPair(results[j]) && getSecond(results[j]) == ref) { in dumpResultStats()
/art/runtime/
Dcommon_runtime_test.cc586 [&profile](MethodReference ref) { in GenerateProfile() argument
590 ProfileMethodInfo(ref), in GenerateProfile()
593 [&profile](TypeReference ref) { in GenerateProfile() argument
595 classes.insert(ref.TypeIndex()); in GenerateProfile()
596 EXPECT_TRUE(profile.AddClassesForDex(ref.dex_file, classes.begin(), classes.end())); in GenerateProfile()
Dgc_root.h218 explicit ALWAYS_INLINE GcRoot(MirrorType* ref)
220 explicit ALWAYS_INLINE GcRoot(ObjPtr<MirrorType> ref)
/art/test/616-cha-unloading/src-art/
DMain.java17 import java.lang.ref.WeakReference;
/art/compiler/dex/
Dinline_method_analyser.h123 static bool IsSyntheticAccessor(MethodReference ref);
/art/runtime/entrypoints/quick/
Dquick_entrypoints.h107 extern "C" mirror::Object* artReadBarrierSlow(mirror::Object* ref,
/art/test/1979-threaded-structural-transformation/src/art/
DTest1979.java19 import java.lang.ref.*;
/art/dex2oat/driver/
Dcompiler_driver_test.cc347 ClassReference ref(dex_file, 0u); in TEST_F() local
360 compiler_driver_->RecordClassStatus(ref, expected_status); in TEST_F()
362 ASSERT_TRUE(compiler_driver_->GetCompiledClass(ref, &status)); in TEST_F()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatClassInstance.java443 AhatInstance ref = field.value.asAhatInstance(); in hasNext() local
444 mNext = new Reference(AhatClassInstance.this, "." + field.name, ref, reachability); in hasNext()
/art/runtime/verifier/
Dclass_verifier.cc178 ClassReference ref(&dex_file, klass->GetDexClassDefIndex()); in CommonVerifyClass() local
179 callbacks->ClassRejected(ref); in CommonVerifyClass()
/art/runtime/mirror/
Ddex_cache-inl.h214 Atomic<GcRoot<mirror::CallSite>>& ref = in GetResolvedCallSite() local
216 return ref.load(std::memory_order_seq_cst).Read(); in GetResolvedCallSite()
229 Atomic<GcRoot<mirror::CallSite>>& ref = in SetResolvedCallSite() local
231 if (ref.CompareAndSetStrongSequentiallyConsistent(null_call_site, candidate)) { in SetResolvedCallSite()
/art/runtime/jit/
Dprofile_saver.h54 static bool HasSeenMethod(const std::string& profile, bool hot, MethodReference ref)
/art/test/1900-track-alloc/src/art/
DTest1900.java19 import java.lang.ref.WeakReference;
/art/test/1982-no-virtuals-structural-redefinition/src/art/
DTest1982.java19 import java.lang.ref.*;
/art/runtime/gc/accounting/
Dmod_union_table.h146 virtual bool ShouldAddReference(const mirror::Object* ref) const = 0;

12345678