Home
last modified time | relevance | path

Searched refs:ObjPtr (Results 251 – 275 of 350) sorted by relevance

1...<<11121314

/art/runtime/
Djvalue.h66 void SetL(ObjPtr<mirror::Object> new_l) REQUIRES_SHARED(Locks::mutator_lock_); in PACKED()
Dclass_loader_context.cc776 static ObjPtr<mirror::ClassLoader> CreateClassLoaderInternal( in CreateClassLoaderInternal()
843 ObjPtr<mirror::ClassLoader> loader = in CreateClassLoaderInternal()
877 ObjPtr<mirror::ClassLoader> loader = in CreateClassLoader()
950 static bool CollectDexFilesFromJavaDexFile(ObjPtr<mirror::Object> java_dex_file, in CollectDexFilesFromJavaDexFile()
958 ObjPtr<mirror::LongArray> long_array = cookie_field->GetObject(java_dex_file)->AsLongArray(); in CollectDexFilesFromJavaDexFile()
993 ObjPtr<mirror::Object> dex_path_list = in CollectDexFilesFromSupportedClassLoader()
1004 ObjPtr<mirror::Object> dex_elements_obj = in CollectDexFilesFromSupportedClassLoader()
1026 ObjPtr<mirror::Object> dex_file = dex_file_field->GetObject(element); in CollectDexFilesFromSupportedClassLoader()
1046 const ObjPtr<mirror::Class> element_class = soa.Decode<mirror::Class>( in GetDexFilesFromDexElementsArray()
1048 const ObjPtr<mirror::Class> dexfile_class = soa.Decode<mirror::Class>( in GetDexFilesFromDexElementsArray()
[all …]
Dinstrumentation.cc98 bool operator()(ObjPtr<mirror::Class> klass) override REQUIRES(Locks::mutator_lock_) { in operator ()()
196 void Instrumentation::InstallStubsForClass(ObjPtr<mirror::Class> klass) { in InstallStubsForClass()
1202 ObjPtr<mirror::Object> this_object, in MethodEnterEventImpl()
1220 ObjPtr<mirror::Object> this_object, in MethodExitEventImpl()
1238 ObjPtr<mirror::Object> this_object, in MethodExitEventImpl()
1263 ObjPtr<mirror::Object> this_object, in MethodUnwindEvent()
1279 ObjPtr<mirror::Object> this_object, in DexPcMovedEventImpl()
1312 ObjPtr<mirror::Object> this_object, in FieldReadEventImpl()
1327 ObjPtr<mirror::Object> this_object, in FieldWriteEventImpl()
1352 ObjPtr<mirror::Throwable> exception_object) const { in ExceptionThrownEvent()
[all …]
Dclass_table_test.cc128 table.Visit([&classes](ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in TEST_F()
136 table.Visit([&classes](ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in TEST_F()
Dcha.h119 void ResetSingleImplementationInHierarchy(ObjPtr<mirror::Class> klass,
Druntime-inl.h35 inline bool Runtime::IsClearedJniWeakGlobal(ObjPtr<mirror::Object> obj) { in IsClearedJniWeakGlobal()
Dquick_exception_handler.h52 void FindCatch(ObjPtr<mirror::Throwable> exception) REQUIRES_SHARED(Locks::mutator_lock_);
Dmonitor-inl.h28 inline ObjPtr<mirror::Object> Monitor::GetObject() REQUIRES_SHARED(Locks::mutator_lock_) { in GetObject()
Dimage.h31 template <class MirrorType> class ObjPtr; variable
337 ObjPtr<mirror::Object> GetImageRoot(ImageRoot image_root) const
341 ObjPtr<mirror::ObjectArray<mirror::Object>> GetImageRoots() const
Dhidden_api.cc90 ObjPtr<mirror::ClassLoader> class_loader) { in DetermineDomainFromLocation()
126 void InitializeDexFileDomain(const DexFile& dex_file, ObjPtr<mirror::ClassLoader> class_loader) { in InitializeDexFileDomain()
394 ObjPtr<mirror::Class> declaring_class = member->GetDeclaringClass(); in GetDexFlags()
403 ObjPtr<mirror::ClassExt> ext(declaring_class->GetExtData()); in GetDexFlags()
Druntime_intrinsics.cc40 ObjPtr<mirror::Class> cls = class_linker->FindSystemClass(self, class_name); in FindIntrinsicMethod()
Dthread.h206 ObjPtr<mirror::Object> thread_peer)
390 bool HoldsLock(ObjPtr<mirror::Object> object) const REQUIRES_SHARED(Locks::mutator_lock_);
418 ObjPtr<mirror::String> GetThreadName() const REQUIRES_SHARED(Locks::mutator_lock_);
467 void SetException(ObjPtr<mirror::Throwable> new_exception) REQUIRES_SHARED(Locks::mutator_lock_);
475 void SetAsyncException(ObjPtr<mirror::Throwable> new_exception)
507 bool IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const
563 ObjPtr<mirror::Object> DecodeJObject(jobject obj) const REQUIRES_SHARED(Locks::mutator_lock_);
1029 ObjPtr<mirror::Throwable> exception,
1034 ObjPtr<mirror::Throwable>* exception,
1363 ObjPtr<mirror::Object> peer,
/art/runtime/native/
Djava_lang_Object.cc53 ObjPtr<mirror::Object> o = soa.Decode<mirror::Object>(javaObject); in Object_identityHashCodeNative()
Djava_lang_Thread.cc124 ObjPtr<mirror::Object> object = soa.Decode<mirror::Object>(java_object); in Thread_holdsLock()
190 ObjPtr<mirror::Object> lock = soa.Decode<mirror::Object>(java_lock); in Thread_sleep()
/art/runtime/jni/
Djni_env_ext.cc196 ObjPtr<mirror::Object> o = self->DecodeJObject(obj); in ComputeMonitorDescription()
223 ObjPtr<mirror::Object> o = self->DecodeJObject(pair.second); in RemoveMonitors()
241 ObjPtr<mirror::Object> mirror_obj = self_->DecodeJObject(obj); in CheckMonitorRelease()
/art/runtime/gc/collector/
Dsemi_space.h160 void DelayReferenceReferent(ObjPtr<mirror::Class> klass, ObjPtr<mirror::Reference> reference)
Dsemi_space.cc536 void SemiSpace::DelayReferenceReferent(ObjPtr<mirror::Class> klass, in DelayReferenceReferent()
537 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
545 void operator()(ObjPtr<Object> obj, MemberOffset offset, bool /* is_static */) const ALWAYS_INLINE in operator ()()
551 void operator()(ObjPtr<mirror::Class> klass, ObjPtr<mirror::Reference> ref) const in operator ()()
/art/test/1945-proxy-method-arguments/
Dget_args.cc101 art::ObjPtr<mirror::Object> obj = ref_arg->AsMirrorPtr(); in GetProxyReferenceArgument()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc55 ObjPtr<mirror::Object> this_value = soa.Decode<mirror::Object>(this_value_jobj); in FindMethodIndex()
/art/runtime/interpreter/
Dinterpreter.cc43 ALWAYS_INLINE static ObjPtr<mirror::Object> ObjArg(uint32_t arg) in ObjArg()
51 ObjPtr<mirror::Object> receiver, in InterpreterJni()
417 ObjPtr<mirror::Object> receiver, in EnterInterpreterFromInvoke()
474 ObjPtr<mirror::Object> o = in EnterInterpreterFromInvoke()
494 ObjPtr<mirror::Class> declaring_class = method->GetDeclaringClass(); in EnterInterpreterFromInvoke()
676 ObjPtr<mirror::Class> declaring_class = method->GetDeclaringClass(); in ArtInterpreterToInterpreterBridge()
696 ObjPtr<mirror::Object> receiver = is_static ? nullptr : shadow_frame->GetVRegReference(0); in ArtInterpreterToInterpreterBridge()
/art/compiler/optimizing/
Dreference_type_propagation.cc33 static inline ObjPtr<mirror::DexCache> FindDexCacheWithHint( in FindDexCacheWithHint()
85 void SetClassAsTypeInfo(HInstruction* instr, ObjPtr<mirror::Class> klass, bool is_exact)
509 ObjPtr<mirror::Class> klass, in SetClassAsTypeInfo()
527 ObjPtr<mirror::Class> declaring_class = method->GetDeclaringClass(); in SetClassAsTypeInfo()
556 ObjPtr<mirror::DexCache> dex_cache = FindDexCacheWithHint(soa.Self(), dex_file, hint_dex_cache_); in UpdateReferenceTypeInfo()
557 ObjPtr<mirror::Class> klass = Runtime::Current()->GetClassLinker()->LookupResolvedType( in UpdateReferenceTypeInfo()
589 ObjPtr<mirror::Class> klass; in UpdateFieldAccessTypeInfo()
875 ObjPtr<mirror::Class> klass = (method == nullptr) ? nullptr : method->LookupResolvedReturnType(); in VisitInvoke()
/art/imgdiag/
Dimgdiag.cc174 static ObjPtr<T> FixUpRemotePointer(ObjPtr<T> remote_ptr, in FixUpRemotePointer()
196 static ObjPtr<T> RemoteContentsPointerToLocal(ObjPtr<T> remote_ptr, in RemoteContentsPointerToLocal()
474 ObjPtr<mirror::Class> component_type = klass->GetComponentType(); in DiffEntryContents()
549 ObjPtr<mirror::Class> remote_klass = in DumpDirtyEntries()
550 ObjPtr<mirror::Class>::DownCast<mirror::Object>(object); in DumpDirtyEntries()
552 ObjPtr<mirror::Class> local_klass = in DumpDirtyEntries()
814 ObjPtr<mirror::Class> remote_declaring_class = in DumpDirtyEntries()
819 ObjPtr<mirror::Class> declaring_class = in DumpDirtyEntries()
832 ObjPtr<mirror::Class> declaring_class = method->GetDeclaringClass(); in DumpFalseDirtyEntries()
920 ObjPtr<mirror::Class> declaring_class, in DumpOneArtMethod()
[all …]
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc130 ObjPtr<mirror::Throwable> saved_exception = nullptr; in UnlockJniSynchronizedMethod()
176 ObjPtr<mirror::Object> o; in JniMethodEndWithReferenceHandleResult()
/art/runtime/jit/
Dprofile_saver.cc276 void Visit(ObjPtr<mirror::ClassLoader> class_loader) in Visit()
292 ScopedArenaVector<ObjPtr<mirror::Class>>* out) in GetClassesVisitor()
296 bool operator()(ObjPtr<mirror::Class> klass) override REQUIRES_SHARED(Locks::mutator_lock_) { in operator ()()
311 ScopedArenaVector<ObjPtr<mirror::Class>>* const out_;
362 ScopedArenaVector<ObjPtr<mirror::Class>> classes(allocator->Adapter()); in SampleClassesAndExecutedMethods()
377 for (ObjPtr<mirror::Class> klass : classes) { in SampleClassesAndExecutedMethods()
/art/runtime/gc/
Dheap_test.cc77 ObjPtr<mirror::String> string = in TEST_F()

1...<<11121314