Home
last modified time | relevance | path

Searched defs:self (Results 226 – 250 of 284) sorted by relevance

12345678910>>...12

/art/runtime/mirror/
Dclass_ext-inl.h45 Thread* self = Thread::Current(); in EnsureJniIdsArrayPresent() local
Dobject_array-inl.h307 Thread* self = Thread::Current(); in AssignableCheckingMemcpy() local
/art/runtime/gc/space/
Dspace.h218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
253 Thread* const self; member
Dregion_space.cc846 bool RegionSpace::AllocNewTlab(Thread* self, in AllocNewTlab()
919 Thread* self = Thread::Current(); in RevokeAllThreadLocalBuffers() local
937 Thread* self = Thread::Current(); in AssertAllThreadLocalBuffersAreRevoked() local
Dmalloc_space.cc262 Thread* self = context->self; in SweepCallback() local
/art/runtime/
Druntime_callbacks.cc203 void RuntimeCallbacks::ThreadStart(Thread* self) { in ThreadStart()
209 void RuntimeCallbacks::ThreadDeath(Thread* self) { in ThreadDeath()
Dclass_linker_test.cc67 Thread* self = Thread::Current(); in AssertNonExistentClass() local
80 Thread* self = Thread::Current(); in AssertPrimitiveClass() local
184 Thread* self = Thread::Current(); in AssertArrayClass() local
205 Thread* self = Thread::Current(); in AssertArrayClass() local
413 Thread* self = Thread::Current(); in AssertDexFileClass() local
478 Thread* self = Thread::Current(); in Check() local
1689 Thread* self = Thread::Current(); in VerifyClassResolution() local
Dmodule_exclusion_test.cc51 Thread* self = Thread::Current(); in DoTest() local
Dreference_table_test.cc47 Thread* self = Thread::Current(); in CreateWeakReference() local
Dart_method.cc269 Thread* self = Thread::Current(); in FindCatchBlock() local
312 void ArtMethod::Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, in Invoke()
Dindirect_reference_table.cc358 auto* self = Thread::Current(); in Remove() local
Dthread.h1708 Thread* self; in PACKED() local
1950 ScopedStackedShadowFramePusher(Thread* self, ShadowFrame* sf, StackedShadowFrameType type) in ScopedStackedShadowFramePusher()
1968 explicit ScopedDebugDisallowReadBarriers(Thread* self) : self_(self) { in ScopedDebugDisallowReadBarriers()
1981 explicit ScopedTransitioningToRunnable(Thread* self) in ScopedTransitioningToRunnable()
/art/runtime/dex/
Ddex_file_annotations.cc358 Thread* self = Thread::Current(); in ProcessEncodedAnnotation() local
422 Thread* self = Thread::Current(); in ProcessAnnotationValue() local
702 Thread* self = Thread::Current(); in CreateAnnotationMember() local
775 Thread* self = Thread::Current(); in GetAnnotationItemFromAnnotationSet() local
897 Thread* self = Thread::Current(); in ProcessAnnotationSet() local
955 Thread* self = Thread::Current(); in ProcessAnnotationSetRefList() local
/art/openjdkjvmti/
Dti_breakpoint.cc77 art::Thread* self = art::Thread::Current(); in VisitReflectiveTargets() local
Dti_redefine.cc347 art::Thread* self = art::Thread::Current(); in IsModifiableClassGeneric() local
375 art::Thread* self = art::Thread::Current(); in GetClassRedefinitionError() local
389 art::Thread* self = art::Thread::Current(); in GetClassRedefinitionError() local
555 art::Thread* self = art::Thread::Current(); in RedefineClassesGeneric() local
652 art::Thread* self, in RedefineClassesDirect()
1204 art::Thread* self, in RedefinitionDataHolder()
2255 ScopedDisableConcurrentAndMovingGc(art::gc::Heap* heap, art::Thread* self) in ScopedDisableConcurrentAndMovingGc()
2373 ScopedSuspendClassLoading(art::Thread* self, art::Runtime* runtime, RedefinitionDataHolder& h) in ScopedSuspendClassLoading()
/art/runtime/gc/collector/
Dsemi_space.cc98 Thread* self = Thread::Current(); in RunPhases() local
146 void SemiSpace::ProcessReferences(Thread* self) { in ProcessReferences()
Dgarbage_collector.cc148 Thread* self = Thread::Current(); in Run() local
/art/tools/art_verifier/
Dart_verifier.cc63 Thread* self = Thread::Current(); in Install() local
/art/test/common/
Dstack_inspect.cc74 static bool IsMethodInterpreted(Thread* self, in IsMethodInterpreted()
/art/runtime/gc/
Dheap_verification_test.cc39 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray()
Dheap.h235 mirror::Object* AllocObject(Thread* self, in AllocObject()
253 mirror::Object* AllocNonMovableObject(Thread* self, in AllocNonMovableObject()
823 bool IsMovingGCDisabled(Thread* self) REQUIRES(!*gc_complete_lock_) { in IsMovingGCDisabled()
/art/runtime/native/
Djava_lang_reflect_Field.cc44 ALWAYS_INLINE inline static bool VerifyFieldAccess(Thread* self, in VerifyFieldAccess()
133 Thread* self = soa.Self(); in CheckReceiver() local
/art/tools/tracefast-plugin/
Dtracefast.cc130 art::Thread* self = art::Thread::Current(); in StartTracing() local
/art/runtime/verifier/
Dmethod_verifier.cc153 MethodVerifier(Thread* self, in MethodVerifier()
5064 MethodVerifier::MethodVerifier(Thread* self, in MethodVerifier()
5099 MethodVerifier::FailureData MethodVerifier::VerifyMethod(Thread* self, in VerifyMethod()
5175 MethodVerifier::FailureData MethodVerifier::VerifyMethod(Thread* self, in VerifyMethod()
5347 Thread* self, in CalculateVerificationInfo()
5387 MethodVerifier* MethodVerifier::VerifyMethodAndDump(Thread* self, in VerifyMethodAndDump()
5464 MethodVerifier* MethodVerifier::CreateVerifier(Thread* self, in CreateVerifier()
/art/compiler/driver/
Dcompiled_method_storage.cc170 Thread* self = Thread::Current(); in DumpMemoryUsage() local

12345678910>>...12