Home
last modified time | relevance | path

Searched defs:self (Results 176 – 200 of 284) sorted by relevance

12345678910>>...12

/art/tools/checker/file_format/c1visualizer/
Dparser.py24 def __init__(self): argument
/art/tools/
Dgenerate_operator_out.py44 def __init__(self, ns, ec): argument
/art/dex2oat/driver/
Dcompiler_driver.cc349 Thread* self, const CompilerDriver& driver, Handle<mirror::ClassLoader> class_loader, in GetDexToDexCompilationLevel()
391 Thread* self, in GetDexToDexCompilationLevel()
418 Thread* self, in CompileMethodHarness()
467 Thread* self, in CompileMethodDex2Dex()
529 Thread* self, in CompileMethodQuick()
551 Handle<mirror::DexCache> dex_cache) { in CompileMethodQuick()
1116 Thread* self = Thread::Current(); in LoadImageClasses() local
1188 static void MaybeAddToImageClasses(Thread* self, in MaybeAddToImageClasses()
1229 Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) in ClinitImageUpdate()
1497 Thread* self = Thread::Current(); in ForAllLambda() local
[all …]
/art/runtime/native/
Djava_lang_Class.cc65 static hiddenapi::AccessContext GetReflectionCaller(Thread* self) in GetReflectionCaller()
133 static std::function<hiddenapi::AccessContext()> GetHiddenapiAccessContextFunction(Thread* self) { in GetHiddenapiAccessContextFunction()
140 ALWAYS_INLINE static bool ShouldDenyAccessToMember(T* member, Thread* self) in ShouldDenyAccessToMember()
282 Thread* self, in GetDeclaredFields()
410 ALWAYS_INLINE static inline ObjPtr<mirror::Field> GetDeclaredField(Thread* self, in GetDeclaredField()
430 Thread* self, ObjPtr<mirror::Class> clazz, ObjPtr<mirror::String> name) in GetPublicFieldRecursive()
962 Thread* self = soa.Self(); in Class_newInstance() local
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc59 Thread* const self = GetSelf(env); in DdmVmInternal_getStackTraceById() local
195 Thread* self = GetSelf(env); in DdmVmInternal_getThreadStats() local
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc31 static bool isNextJitGcFull(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) { in isNextJitGcFull()
/art/openjdkjvmti/
Dti_dump.cc76 art::Thread* self = art::Thread::Current(); in DumpInternalState() local
Dti_object.cc87 art::Thread* self = art::Thread::Current(); in GetObjectMonitorUsage() local
/art/runtime/gc/space/
Dbump_pointer_space-inl.h43 inline mirror::Object* BumpPointerSpace::AllocThreadUnsafe(Thread* self, size_t num_bytes, in AllocThreadUnsafe()
Ddlmalloc_space.h62 mirror::Object* Alloc(Thread* self, in Alloc()
/art/runtime/
Dmonitor-inl.h33 void Monitor::CheckLockOwnerRequest(Thread* self) { in CheckLockOwnerRequest()
Dthread.cc593 Thread* self = reinterpret_cast<Thread*>(arg); in CreateCallback() local
818 Thread* self = static_cast<JNIEnvExt*>(env)->GetSelf(); in CreateNativeThread() local
983 Thread* self; in Attach() local
1037 auto create_peer_action = [&](Thread* self) { in Attach()
1070 auto set_peer_action = [&](Thread* self) { in Attach()
1119 Thread* self = this; in CreatePeer() local
1390 static void UnsafeLogFatalForSuspendCount(Thread* self, Thread* thread) NO_THREAD_SAFETY_ANALYSIS { in UnsafeLogFatalForSuspendCount()
1410 bool Thread::ModifySuspendCountInternal(Thread* self, in ModifySuspendCountInternal()
1478 bool Thread::PassActiveSuspendBarriers(Thread* self) { in PassActiveSuspendBarriers()
1625 void Run(Thread* self) override { in Run()
[all …]
Dhandle_scope-inl.h47 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, in StackHandleScope()
212 inline VariableSizedHandleScope::VariableSizedHandleScope(Thread* const self) in VariableSizedHandleScope()
Dreflection.cc228 Thread* self) in BuildArgArrayFromObjectArray()
382 Thread* const self = Thread::Current(); in CheckMethodArguments() local
703 Thread* self = soa.Self(); in InvokeMethod() local
987 ObjPtr<mirror::Class> GetCallingClass(Thread* self, size_t num_frames) { in GetCallingClass()
993 bool VerifyAccess(Thread* self, in VerifyAccess()
1043 void UpdateReference(Thread* self, jobject obj, ObjPtr<mirror::Object> result) { in UpdateReference()
Dstring_builder_append.cc31 Builder(uint32_t format, const uint32_t* args, Thread* self) in Builder()
350 Thread* self) { in AppendF()
/art/runtime/mirror/
Ddex_cache.cc39 void DexCache::InitializeDexCache(Thread* self, in InitializeDexCache()
220 Thread* const self = Thread::Current(); in AddPreResolvedStringsArray() local
Dfield.cc57 ObjPtr<mirror::Field> Field::CreateFromArtField(Thread* self, in CreateFromArtField()
Dobject.cc154 ObjPtr<Object> Object::Clone(Handle<Object> h_this, Thread* self) { in Clone()
204 Thread* self = Thread::Current(); in IdentityHashCode() local
Dobject-inl.h82 inline ObjPtr<mirror::Object> Object::MonitorEnter(Thread* self) { in MonitorEnter()
86 inline ObjPtr<mirror::Object> Object::MonitorTryEnter(Thread* self) { in MonitorTryEnter()
90 inline bool Object::MonitorExit(Thread* self) { in MonitorExit()
94 inline void Object::Notify(Thread* self) { in Notify()
98 inline void Object::NotifyAll(Thread* self) { in NotifyAll()
102 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc40 Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) { in artAllocObjectFromCode()
/art/runtime/jit/
Dprofiling_info.cc40 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create()
Dprofile_saver.cc115 Thread* self = Thread::Current(); in NotifyStartupCompleted() local
125 Thread* self = Thread::Current(); in Run() local
330 Thread* const self = Thread::Current(); in SampleClassesAndExecutedMethods() local
413 Thread* const self = Thread::Current(); in FetchAndCacheResolvedClassesAndMethods() local
828 bool ProfileSaver::ShuttingDown(Thread* self) { in ShuttingDown()
/art/compiler/utils/
Ddedupe_set_test.cc55 Thread* self = Thread::Current(); in TEST() local
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc53 Thread* self = Thread::Current(); in RunTest() local
/art/libartbase/base/
Dglobals.h44 static constexpr bool GlobalsReturnSelf(bool self) { return self; } in GlobalsReturnSelf()

12345678910>>...12