Home
last modified time | relevance | path

Searched refs:self (Results 326 – 350 of 397) sorted by relevance

1...<<111213141516

/art/openjdkjvmti/
Dti_redefine.cc347 art::Thread* self = art::Thread::Current(); in IsModifiableClassGeneric() local
348 art::ScopedObjectAccess soa(self); in IsModifiableClassGeneric()
349 art::StackHandleScope<1> hs(self); in IsModifiableClassGeneric()
350 art::ObjPtr<art::mirror::Object> obj(self->DecodeJObject(klass)); in IsModifiableClassGeneric()
375 art::Thread* self = art::Thread::Current(); in GetClassRedefinitionError() local
376 art::ScopedObjectAccess soa(self); in GetClassRedefinitionError()
377 art::StackHandleScope<1> hs(self); in GetClassRedefinitionError()
378 art::ObjPtr<art::mirror::Object> obj(self->DecodeJObject(klass)); in GetClassRedefinitionError()
389 art::Thread* self = art::Thread::Current(); in GetClassRedefinitionError() local
394 if (klass->GetLockOwnerThreadId() == self->GetThreadId()) { in GetClassRedefinitionError()
[all …]
Dti_redefine.h81 art::Thread* self,
313 art::Thread* self, in Redefiner() argument
319 self_(self), in Redefiner()
/art/runtime/gc/
Dreference_queue.cc34 void ReferenceQueue::AtomicEnqueueIfNotEnqueued(Thread* self, ObjPtr<mirror::Reference> ref) { in AtomicEnqueueIfNotEnqueued() argument
36 MutexLock mu(self, *lock_); in AtomicEnqueueIfNotEnqueued()
Dheap_verification_test.cc39 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray() argument
42 self, in AllocObjectArray()
/art/test/common/
Dstack_inspect.cc74 static bool IsMethodInterpreted(Thread* self, in IsMethodInterpreted() argument
93 self, in IsMethodInterpreted()
/art/runtime/jni/
Djni_env_ext.h47 static JNIEnvExt* Create(Thread* self, JavaVMExt* vm, std::string* error_msg);
168 JNIEnvExt(Thread* self, JavaVMExt* vm, std::string* error_msg)
/art/tools/
Drun-libjdwp-tests.sh119 …args+=(-Djpda.settings.debuggeeAgentExtraOptions=directlog=y,logfile=/proc/self/fd/2,logflags=$ver…
/art/runtime/jit/
Dprofiling_info.h68 static bool Create(Thread* self, ArtMethod* method, bool retry_allocation)
Ddebugger_interface.cc410 void AddNativeDebugInfoForDex(Thread* self, const DexFile* dexfile) { in AddNativeDebugInfoForDex() argument
411 MutexLock mu(self, g_dex_debug_lock); in AddNativeDebugInfoForDex()
417 void RemoveNativeDebugInfoForDex(Thread* self, const DexFile* dexfile) { in RemoveNativeDebugInfoForDex() argument
418 MutexLock mu(self, g_dex_debug_lock); in RemoveNativeDebugInfoForDex()
/art/runtime/gc/collector/
Dgarbage_collector.cc148 Thread* self = Thread::Current(); in Run() local
173 if (Locks::mutator_lock_->IsExclusiveHeld(self)) { in Run()
181 MutexLock mu(self, pause_histogram_lock_); in Run()
/art/runtime/native/
Djava_lang_reflect_Field.cc44 ALWAYS_INLINE inline static bool VerifyFieldAccess(Thread* self, in VerifyFieldAccess() argument
58 if (!VerifyAccess(self, in VerifyFieldAccess()
133 Thread* self = soa.Self(); in CheckReceiver() local
134 StackHandleScope<2> hs(self); in CheckReceiver()
138 self, h_klass, /*can_init_fields=*/ true, /*can_init_parents=*/ true))) { in CheckReceiver()
139 DCHECK(self->IsExceptionPending()); in CheckReceiver()
/art/runtime/
Dreflective_handle_scope.h79 ALWAYS_INLINE inline void PushScope(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
99 ALWAYS_INLINE explicit StackReflectiveHandleScope(Thread* self)
Dclass_loader_context.cc777 Thread* self, in CreateClassLoaderInternal() argument
794 StackHandleScope<3> hs(self); in CreateClassLoaderInternal()
800 self, in CreateClassLoaderInternal()
807 self, in CreateClassLoaderInternal()
822 self, in CreateClassLoaderInternal()
845 self, in CreateClassLoaderInternal()
861 Thread* self = Thread::Current(); in CreateClassLoader() local
862 ScopedObjectAccess soa(self); in CreateClassLoader()
868 return class_linker->CreatePathClassLoader(self, compilation_sources); in CreateClassLoader()
873 VariableSizedHandleScope map_scope(self); in CreateClassLoader()
[all …]
Dinstrumentation.h169 explicit InstrumentationStackPopper(Thread* self);
495 void PushInstrumentationStackFrame(Thread* self,
512 TwoWordReturn PopInstrumentationStackFrame(Thread* self,
520 uintptr_t PopFramesForDeoptimization(Thread* self, uintptr_t stack_pointer) const
547 static size_t ComputeFrameId(Thread* self,
Dhandle_scope.h222 explicit ALWAYS_INLINE StackHandleScope(Thread* self,
243 explicit VariableSizedHandleScope(Thread* const self);
/art/compiler/optimizing/
Dintrinsic_objects.h60 Thread* self, ClassLinker* class_linker) REQUIRES_SHARED(Locks::mutator_lock_);
Doptimizing_compiler.cc297 bool JitCompile(Thread* self,
1207 bool OptimizingCompiler::JitCompile(Thread* self, in JitCompile() argument
1221 StackHandleScope<3> hs(self); in JitCompile()
1250 if (!code_cache->Reserve(self, in JitCompile()
1286 if (!code_cache->Commit(self, in JitCompile()
1299 code_cache->Free(self, region, reserved_code.data(), reserved_data.data()); in JitCompile()
1312 VariableSizedHandleScope handles(self); in JitCompile()
1330 ScopedThreadSuspension sts(self, kNative); in JitCompile()
1348 if (!code_cache->Reserve(self, in JitCompile()
1394 if (!code_cache->Commit(self, in JitCompile()
[all …]
/art/runtime/mirror/
Dvar_handle.h125 ObjPtr<MethodType> GetMethodTypeForAccessMode(Thread* self, AccessMode accessMode)
158 static ObjPtr<MethodType> GetMethodTypeForAccessMode(Thread* self,
Dclass_ext.h124 static bool ExtendObsoleteArrays(Handle<ClassExt> h_this, Thread* self, uint32_t increase)
135 static ObjPtr<ClassExt> Alloc(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/gc/space/
Dregion_space-inl.h31 inline mirror::Object* RegionSpace::Alloc(Thread* self ATTRIBUTE_UNUSED, in Alloc()
41 inline mirror::Object* RegionSpace::AllocThreadUnsafe(Thread* self, in AllocThreadUnsafe() argument
46 Locks::mutator_lock_->AssertExclusiveHeld(self); in AllocThreadUnsafe()
47 return Alloc(self, num_bytes, bytes_allocated, usable_size, bytes_tl_bulk_allocated); in AllocThreadUnsafe()
/art/runtime/interpreter/mterp/arm/
Dother.S12 bl $helper @ (index, tgt_reg, shadow_frame, self)
86 bl MterpConstString @ (index, tgt_reg, shadow_frame, self)
157 mov r1, rSELF @ r1<- self
180 mov r1, rSELF @ r0<- self
181 bl artUnlockObjectFromCode @ r0<- success for unlock(self, obj)
/art/compiler/
Dcompiler.h75 virtual bool JitCompile(Thread* self ATTRIBUTE_UNUSED, in JitCompile()
/art/runtime/verifier/
Dreg_type.cc688 Thread* self = Thread::Current(); in ArrayClassJoin() local
691 self->AssertPendingException(); in ArrayClassJoin()
695 ObjPtr<mirror::Class> array_class = class_linker->FindArrayClass(self, common_elem); in ArrayClassJoin()
697 self->AssertPendingException(); in ArrayClassJoin()
884 Thread* self = Thread::Current(); in Merge() local
885 self->AssertPendingException(); in Merge()
886 self->ClearException(); in Merge()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc143 size_t DexToDexCompiler::NumCodeItemsToQuicken(Thread* self) const { in NumCodeItemsToQuicken()
144 MutexLock lock(self, lock_); in NumCodeItemsToQuicken()
160 void DexToDexCompiler::MarkForCompilation(Thread* self, in MarkForCompilation() argument
162 MutexLock lock(self, lock_); in MarkForCompilation()
/art/test/utils/
Dregen-test-files66 art-run-test-1903-suspend-self
70 art-run-test-1907-suspend-list-self-twice
71 art-run-test-1908-suspend-native-resume-self
87 art-run-test-1925-self-frame-pop

1...<<111213141516