Home
last modified time | relevance | path

Searched defs:self (Results 101 – 125 of 284) sorted by relevance

12345678910>>...12

/art/runtime/mirror/
Dstring-alloc-inl.h159 inline ObjPtr<String> String::Alloc(Thread* self, in Alloc()
203 inline ObjPtr<String> String::AllocEmptyString(Thread* self, gc::AllocatorType allocator_type) { in AllocEmptyString()
210 inline ObjPtr<String> String::AllocFromByteArray(Thread* self, in AllocFromByteArray()
226 inline ObjPtr<String> String::AllocFromCharArray(Thread* self, in AllocFromCharArray()
241 inline ObjPtr<String> String::AllocFromString(Thread* self, in AllocFromString()
Dvar_handle_test.cc43 static ObjPtr<FieldVarHandle> CreateFieldVarHandle(Thread* const self, in CreateFieldVarHandle()
66 static ObjPtr<ArrayElementVarHandle> CreateArrayElementVarHandle(Thread* const self, in CreateArrayElementVarHandle()
84 Thread* const self, in CreateByteArrayViewVarHandle()
105 Thread* const self, in CreateByteBufferViewVarHandle()
215 Thread* const self = Thread::Current(); in MethodTypeOf() local
277 Thread * const self = Thread::Current(); in TEST_F() local
421 Thread * const self = Thread::Current(); in TEST_F() local
559 Thread * const self = Thread::Current(); in TEST_F() local
729 Thread * const self = Thread::Current(); in TEST_F() local
881 Thread * const self = Thread::Current(); in TEST_F() local
Dclass.cc136 Thread* self = Thread::Current(); in GetPrimitiveClass() local
147 ObjPtr<ClassExt> Class::EnsureExtDataPresent(Handle<Class> h_this, Thread* self) { in EnsureExtDataPresent()
192 static void CheckSetStatus(Thread* self, T thiz, ClassStatus new_status, ClassStatus old_status) in CheckSetStatus()
243 void Class::SetStatus(Handle<Class> h_this, ClassStatus new_status, Thread* self) { in SetStatus()
383 Thread* self = Thread::Current(); in ComputeName() local
424 Thread* const self = Thread::Current(); in DumpClass() local
873 Thread* self = Thread::Current(); in FindVirtualMethodForInterfaceSuper() local
1034 ArtField* Class::FindStaticField(Thread* self, in FindStaticField()
1059 ArtField* Class::FindStaticField(Thread* self, in FindStaticField()
1085 ArtField* Class::FindField(Thread* self, in FindField()
[all …]
/art/runtime/interpreter/
Dinterpreter_switch_impl.h39 Thread* self; member
59 ALWAYS_INLINE JValue ExecuteSwitchImpl(Thread* self, const CodeItemDataAccessor& accessor, in ExecuteSwitchImpl()
Dinterpreter.cc48 static void InterpreterJni(Thread* self, in InterpreterJni()
248 Thread* self, in Execute()
415 void EnterInterpreterFromInvoke(Thread* self, in EnterInterpreterFromInvoke()
534 void EnterInterpreterFromDeoptimize(Thread* self, in EnterInterpreterFromDeoptimize()
645 JValue EnterInterpreterFromEntryPoint(Thread* self, const CodeItemDataAccessor& accessor, in EnterInterpreterFromEntryPoint()
661 void ArtInterpreterToInterpreterBridge(Thread* self, in ArtInterpreterToInterpreterBridge()
709 void InitInterpreterTls(Thread* self) { in InitInterpreterTls()
713 bool PrevFrameWillRetry(Thread* self, const ShadowFrame& frame) { in PrevFrameWillRetry()
/art/runtime/
Dclass_linker.cc165 Thread* self = Thread::Current(); in ThrowNoClassDefFoundError() local
170 static bool HasInitWithString(Thread* self, ClassLinker* class_linker, const char* descriptor) in HasInitWithString()
201 static void HandleEarlierVerifyError(Thread* self, in HandleEarlierVerifyError()
289 void AddClass(Thread* self, ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in AddClass()
307 void MakeVisible(Thread* self) { in MakeVisible()
313 void Run(Thread* self) override { in Run()
319 void AdjustThreadVisibilityCounter(Thread* self, ssize_t adjustment) { in AdjustThreadVisibilityCounter()
359 void ClassLinker::MakeInitializedClassesVisiblyInitialized(Thread* self, bool wait) { in MakeInitializedClassesVisiblyInitialized()
393 void ClassLinker::VisiblyInitializedCallbackDone(Thread* self, in VisiblyInitializedCallbackDone()
418 void ClassLinker::ForceClassInitialized(Thread* self, Handle<mirror::Class> klass) { in ForceClassInitialized()
[all …]
Dmethod_handles.cc336 Thread* self, in ConvertAndCopyArgumentsFromCallerFrame()
423 Thread* self, in MethodHandleInvokeMethod()
558 Thread* self, in MethodHandleInvokeTransform()
629 inline static ObjPtr<mirror::Class> GetAndInitializeDeclaringClass(Thread* self, ArtField* field) in GetAndInitializeDeclaringClass()
647 ArtMethod* RefineTargetMethod(Thread* self, in RefineTargetMethod()
716 bool DoInvokePolymorphicMethod(Thread* self, in DoInvokePolymorphicMethod()
780 inline static void MethodHandleFieldGet(Thread* self, in MethodHandleFieldGet()
822 inline bool MethodHandleFieldPut(Thread* self, in MethodHandleFieldPut()
900 bool MethodHandleFieldAccess(Thread* self, in MethodHandleFieldAccess()
984 bool DoVarHandleInvokeTranslationUnchecked(Thread* self, in DoVarHandleInvokeTranslationUnchecked()
[all …]
Druntime_intrinsics.cc33 ArtMethod* FindIntrinsicMethod(Thread* self, in FindIntrinsicMethod()
55 bool InitializeIntrinsic(Thread* self, in InitializeIntrinsic()
75 bool IsIntrinsicInitialized(Thread* self, in IsIntrinsicInitialized()
Dinstrumentation.cc107 InstrumentationStackPopper::InstrumentationStackPopper(Thread* self) in InstrumentationStackPopper()
548 Thread* self = Thread::Current(); in DeoptimizeAllThreadFrames() local
788 Thread* const self = Thread::Current(); in UpdateStubs() local
850 Thread* self = Thread::Current(); in SetEntrypointsInstrumented() local
1018 Thread* self = Thread::Current(); in Deoptimize() local
1041 Thread* self = Thread::Current(); in Undeoptimize() local
1207 Thread* self = Thread::Current(); in MethodEnterEventImpl() local
1226 Thread* self = Thread::Current(); in MethodExitEventImpl() local
1244 Thread* self = Thread::Current(); in MethodExitEventImpl() local
1267 Thread* self = Thread::Current(); in MethodUnwindEvent() local
[all …]
Dvar_handles.cc30 bool VarHandleInvokeAccessorWithConversions(Thread* self, in VarHandleInvokeAccessorWithConversions()
61 bool VarHandleInvokeAccessor(Thread* self, in VarHandleInvokeAccessor()
Dmonitor_pool_test.cc39 static void VerifyMonitor(Monitor* mon, Thread* self) { in VerifyMonitor()
58 Thread* self = Thread::Current(); in TEST_F() local
Dintern_table.cc92 ObjPtr<mirror::String> InternTable::LookupWeak(Thread* self, ObjPtr<mirror::String> s) { in LookupWeak()
97 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, ObjPtr<mirror::String> s) { in LookupStrong()
102 ObjPtr<mirror::String> InternTable::LookupStrong(Thread* self, in LookupStrong()
182 Thread* self = Thread::Current(); in BroadcastForNewInterns() local
187 void InternTable::WaitUntilAccessible(Thread* self) { in WaitUntilAccessible()
206 Thread* const self = Thread::Current(); in Insert() local
258 Thread* self = Thread::Current(); in InternStrong() local
Dlinear_alloc.h40 T* AllocArray(Thread* self, size_t elements) REQUIRES(!lock_) { in AllocArray()
/art/compiler/optimizing/
Dintrinsics.cc75 static ObjPtr<mirror::Class> LookupInitializedClass(Thread* self, in LookupInitializedClass()
100 static bool CheckIntegerCache(Thread* self, in CheckIntegerCache()
167 Thread* self = Thread::Current(); in ComputeIntegerValueOfLocations() local
210 Thread* self = Thread::Current(); in ComputeIntegerValueOfLocations() local
257 static int32_t GetIntegerCacheLowFromIntegerCache(Thread* self, ClassLinker* class_linker) in GetIntegerCacheLowFromIntegerCache()
291 Thread* self = Thread::Current(); in ComputeIntegerValueOfInfo() local
/art/runtime/gc/allocator/
Drosalloc.cc130 void* RosAlloc::AllocPages(Thread* self, size_t num_pages, uint8_t page_map_type) { in AllocPages()
310 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) { in FreePages()
462 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, in AllocLargeObject()
499 size_t RosAlloc::FreeInternal(Thread* self, void* ptr) { in FreeInternal()
543 size_t RosAlloc::Free(Thread* self, void* ptr) { in Free()
548 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) { in AllocRun()
582 RosAlloc::Run* RosAlloc::RefillRun(Thread* self, size_t idx) { in RefillRun()
598 inline void* RosAlloc::AllocFromCurrentRunUnlocked(Thread* self, size_t idx) { in AllocFromCurrentRunUnlocked()
634 void* RosAlloc::AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRunThreadUnsafe()
654 void* RosAlloc::AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRun()
[all …]
/art/runtime/jit/
Djit.cc294 Thread* self, in CompileMethod()
370 Thread* self = Thread::Current(); in DeleteThreadPool() local
789 void Run(Thread* self) override { in Run()
882 void Run(Thread* self) override { in Run()
937 void Run(Thread* self) override { in Run()
994 void Run(Thread* self) override { in Run()
1319 bool Jit::CompileMethodFromProfile(Thread* self, in CompileMethodFromProfile()
1367 Thread* self, in CompileMethodsFromBootProfile()
1409 Thread* self, in CompileMethodsFromProfile()
1505 bool Jit::MaybeCompileMethod(Thread* self, in MaybeCompileMethod()
[all …]
Djit_code_cache.cc371 bool JitCodeCache::WaitForPotentialCollectionToComplete(Thread* self) { in WaitForPotentialCollectionToComplete()
527 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()
589 void JitCodeCache::WaitUntilInlineCacheAccessible(Thread* self) { in WaitUntilInlineCacheAccessible()
601 Thread* self = Thread::Current(); in BroadcastForInlineCacheAccess() local
645 void JitCodeCache::WaitForPotentialCollectionToCompleteRunnable(Thread* self) { in WaitForPotentialCollectionToCompleteRunnable()
657 bool JitCodeCache::Commit(Thread* self, in Commit()
965 bool JitCodeCache::Reserve(Thread* self, in Reserve()
1025 void JitCodeCache::Free(Thread* self, in Free()
1095 void JitCodeCache::NotifyCollectionDone(Thread* self) { in NotifyCollectionDone()
1100 void JitCodeCache::MarkCompiledCodeOnThreadStacks(Thread* self) { in MarkCompiledCodeOnThreadStacks()
[all …]
/art/openjdkjvmti/
Dti_search.cc69 static art::ObjPtr<art::mirror::Object> GetSystemProperties(art::Thread* self, in GetSystemProperties()
96 art::Thread* self = art::Thread::Current(); in Update() local
345 art::Thread* self = art::Thread::Current(); in AddToDexClassLoader() local
399 art::Thread* self = art::Thread::Current(); in AddToSystemClassLoaderSearch() local
Dtransform.cc94 art::Thread* self = art::Thread::Current(); in Action() local
267 art::Thread* self, in TransformSingleClassDirect()
297 art::Thread* self, in RetransformClassesDirect()
325 art::Thread* self = art::Thread::Current(); in RetransformClasses() local
/art/runtime/gc/collector/
Dmark_sweep.cc148 Thread* self = Thread::Current(); in RunPhases() local
178 void MarkSweep::ProcessReferences(Thread* self) { in ProcessReferences()
189 Thread* self = Thread::Current(); in PausePhase() local
223 Thread* self = Thread::Current(); in PreCleanCards() local
250 void MarkSweep::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks()
260 Thread* self = Thread::Current(); in MarkingPhase() local
342 Thread* const self = Thread::Current(); in ReclaimPhase() local
630 void MarkSweep::MarkRoots(Thread* self) { in MarkRoots()
858 void Run(Thread* self) override NO_THREAD_SAFETY_ANALYSIS { in Run()
886 Thread* self = Thread::Current(); in ScanGrayObjects() local
[all …]
/art/runtime/gc/
Dreference_queue_test.cc32 Thread* self = Thread::Current(); in TEST_F() local
66 Thread* self = Thread::Current(); in TEST_F() local
/art/runtime/verifier/
Dclass_verifier.cc67 FailureKind ClassVerifier::ReverifyClass(Thread* self, in ReverifyClass()
130 FailureKind ClassVerifier::VerifyClass(Thread* self, in VerifyClass()
151 FailureKind ClassVerifier::CommonVerifyClass(Thread* self, in CommonVerifyClass()
200 FailureKind ClassVerifier::VerifyClass(Thread* self, in VerifyClass()
224 FailureKind ClassVerifier::VerifyClass(Thread* self, in VerifyClass()
/art/tools/cpp-define-generator/
Dmake_header_test.py45 def test_convert(self): argument
/art/runtime/entrypoints/quick/
Dquick_string_builder_append_entrypoints.cc26 Thread* self) { in artStringBuilderAppend()
/art/runtime/gc/space/
Dspace_test.h56 ObjPtr<mirror::Class> GetByteArrayClass(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) { in GetByteArrayClass()
68 Thread* self, in Alloc()
88 Thread* self, in AllocWithGrowth()
173 Thread* self = Thread::Current(); in SizeFootPrintGrowthLimitAndTrimBody() local

12345678910>>...12