Home
last modified time | relevance | path

Searched defs:self (Results 251 – 275 of 284) sorted by relevance

1...<<1112

/art/runtime/jit/
Ddebugger_interface.cc410 void AddNativeDebugInfoForDex(Thread* self, const DexFile* dexfile) { in AddNativeDebugInfoForDex()
417 void RemoveNativeDebugInfoForDex(Thread* self, const DexFile* dexfile) { in RemoveNativeDebugInfoForDex()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc406 static void PreloadDexCachesResolveType(Thread* self, in PreloadDexCachesResolveType()
524 Thread* const self = Thread::Current(); in PreloadDexCachesStatsFilled() local
690 Thread* self = Thread::Current(); in VMRuntime_setSystemDaemonThreadPriority() local
Djava_lang_System.cc45 Thread* self = Thread::Current(); in ThrowArrayStoreException_NotAnArray() local
Djava_lang_reflect_Executable.cc159 Thread* self = soa.Self(); in Executable_getParameters0() local
/art/openjdkjvmti/
Devents.h310 void ForEachEnv(art::Thread* self, Visitor v) REQUIRES(!envs_lock_) { in ForEachEnv()
Dti_field.cc73 art::Thread* self = art::Thread::Current(); in VisitReflectiveTargets() local
/art/runtime/gc/space/
Dregion_space-inl.h41 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, in AllocThreadUnsafe()
/art/runtime/
Dmethod_handles_test.cc49 static ObjPtr<mirror::MethodType> CreateVoidMethodType(Thread* self, in CreateVoidMethodType()
62 static bool TryConversion(Thread* self, in TryConversion()
Dclass_linker.h199 ObjPtr<mirror::Class> FindSystemClass(Thread* self, const char* descriptor) in FindSystemClass()
Dclass_loader_context.cc777 Thread* self, in CreateClassLoaderInternal()
861 Thread* self = Thread::Current(); in CreateClassLoader() local
Dreflection_test.cc97 Thread* self = Thread::Current(); in ReflectionTestMakeInterpreted() local
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h201 NO_INLINE static bool DoDexPcMoveEvent(Thread* self, in DoDexPcMoveEvent()
1845 Thread* self, in InstructionHandler()
1901 Thread* const self; variable
1939 Thread* self = ctx->self; in DEX_INSTRUCTION_LIST() local
/art/dex2oat/
Ddex2oat.cc635 WatchDog* self = reinterpret_cast<WatchDog*>(arg); in CallBack() local
721 Thread* self = Thread::Current(); in ThreadLocalHashOverride() local
1948 Thread* self = Thread::Current(); in Setup() local
2847 Thread* self = Thread::Current(); in CreateRuntime() local
/art/compiler/jni/
Djni_compiler_test.cc549 static size_t NumJniShadowFrameReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) { in NumJniShadowFrameReferences()
554 static size_t NumHandleReferences(Thread* self) { in NumHandleReferences()
563 static size_t NumStackReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) { in NumStackReferences()
1329 Thread* self = Thread::Current(); in Java_MyClassNatives_GetSinkProperties() local
/art/compiler/optimizing/
Dreference_type_propagation.cc34 Thread* self, const DexFile& dex_file, Handle<mirror::DexCache> hint_dex_cache) in FindDexCacheWithHint()
516 Thread* self = Thread::Current(); in SetClassAsTypeInfo() local
Dinliner.cc324 explicit ScopedProfilingInfoInlineUse(ArtMethod* method, Thread* self) in ScopedProfilingInfoInlineUse()
561 Thread* self = Thread::Current(); in AllocateInlineCacheHolder() local
749 Thread* self = Thread::Current(); in ExtractClassesFromOfflineProfile() local
/art/runtime/verifier/
Dreg_type.cc688 Thread* self = Thread::Current(); in ArrayClassJoin() local
884 Thread* self = Thread::Current(); in Merge() local
Dreg_type_cache.cc162 Thread* self = Thread::Current(); in ResolveClass() local
/art/runtime/mirror/
Dobject_test.cc65 Thread* self = Thread::Current(); in AssertString() local
80 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray()
Dvar_handle.cc1512 ObjPtr<MethodType> VarHandle::GetMethodTypeForAccessMode(Thread* self, in GetMethodTypeForAccessMode()
1543 ObjPtr<MethodType> VarHandle::GetMethodTypeForAccessMode(Thread* self, AccessMode access_mode) { in GetMethodTypeForAccessMode()
Dclass-inl.h887 inline void Class::AssertInitializedOrInitializingInThread(Thread* self) { in AssertInitializedOrInitializingInThread()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc160 void DexToDexCompiler::MarkForCompilation(Thread* self, in MarkForCompilation()
/art/runtime/jni/
Dcheck_jni.cc283 Thread* self = Thread::Current(); in CheckAttachedThread() local
541 Thread* self = Thread::Current(); in Check() local
589 Thread* self = Thread::Current(); in CheckNonHeap() local
609 Thread* self = Thread::Current(); in CheckNonHeap() local
706 bool CheckReferenceKind(IndirectRefKind expected_kind, Thread* self, jobject obj) { in CheckReferenceKind()
1298 Thread* self = Thread::Current(); in CheckThread() local
Djni_internal.cc88 ALWAYS_INLINE static bool ShouldDenyAccessToMember(T* member, Thread* self) in ShouldDenyAccessToMember()
111 Thread* self = Thread::Current(); in NotifySetObjectField() local
138 Thread* self = Thread::Current(); in NotifySetPrimitiveField() local
162 Thread* self = Thread::Current(); in NotifyGetField() local
301 static ObjPtr<mirror::Class> EnsureInitialized(Thread* self, ObjPtr<mirror::Class> klass) in EnsureInitialized()
683 Thread* self = down_cast<JNIEnvExt*>(env)->self_; in DeleteGlobalRef() local
695 Thread* self = down_cast<JNIEnvExt*>(env)->self_; in DeleteWeakGlobalRef() local
/art/oatdump/
Doatdump.cc1921 Thread* self = Thread::Current(); in Dump() local
2834 Thread* self = Thread::Current(); in InstallOatFile() local
2979 Thread* self = Thread::Current(); in Dump() local
3063 Thread* self = Thread::Current(); in DumpImtStats() local
3180 Thread* self, in PrepareAndGetImTable()

1...<<1112