Home
last modified time | relevance | path

Searched defs:self (Results 76 – 100 of 284) sorted by relevance

12345678910>>...12

/art/runtime/interpreter/mterp/
Dnterp.cc103 inline void UpdateCache(Thread* self, uint16_t* dex_pc_ptr, T value) { in UpdateCache()
114 inline void UpdateCache(Thread* self, uint16_t* dex_pc_ptr, T* value) { in UpdateCache()
158 extern "C" size_t NterpGetMethod(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetMethod()
307 static ArtField* ResolveFieldWithAccessChecks(Thread* self, in ResolveFieldWithAccessChecks()
350 extern "C" size_t NterpGetStaticField(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpGetStaticField()
389 extern "C" uint32_t NterpGetInstanceFieldOffset(Thread* self, in NterpGetInstanceFieldOffset()
417 extern "C" mirror::Object* NterpGetClassOrAllocateObject(Thread* self, in NterpGetClassOrAllocateObject()
474 extern "C" mirror::Object* NterpLoadObject(Thread* self, ArtMethod* caller, uint16_t* dex_pc_ptr) in NterpLoadObject()
515 static mirror::Object* DoFilledNewArray(Thread* self, in DoFilledNewArray()
590 extern "C" mirror::Object* NterpFilledNewArray(Thread* self, in NterpFilledNewArray()
[all …]
/art/runtime/jit/
Djit-inl.h30 inline bool Jit::ShouldUsePriorityThreadWeight(Thread* self) { in ShouldUsePriorityThreadWeight()
34 inline void Jit::AddSamples(Thread* self, in AddSamples()
/art/runtime/gc/space/
Drosalloc_space.h59 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
64 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
78 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual()
84 mirror::Object* AllocNonvirtualThreadUnsafe(Thread* self, size_t num_bytes, in AllocNonvirtualThreadUnsafe()
Dmemory_tool_malloc_space-inl.h93 Thread* self, in AllocWithGrowth()
129 Thread* self, in Alloc()
165 Thread* self, in AllocThreadUnsafe()
224 kUseObjSizeForUsable>::Free(Thread* self, mirror::Object* ptr) { in Free()
252 Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList()
Dbump_pointer_space.cc112 Thread* self = Thread::Current(); in RevokeAllThreadLocalBuffers() local
132 Thread* self = Thread::Current(); in AssertAllThreadLocalBuffersAreRevoked() local
173 Thread* self = Thread::Current(); in GetBytesAllocated() local
191 Thread* self = Thread::Current(); in GetObjectsAllocated() local
212 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) { in AllocNewTlab()
Dlarge_object_space.cc54 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
76 bool IsZygoteLargeObject(Thread* self, mirror::Object* obj) const override { in IsZygoteLargeObject()
80 size_t Free(Thread* self, mirror::Object* obj) override { in Free()
136 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes, in Alloc()
173 bool LargeObjectMapSpace::IsZygoteLargeObject(Thread* self, mirror::Object* obj) const { in IsZygoteLargeObject()
180 void LargeObjectMapSpace::SetAllLargeObjectsAsZygoteObjects(Thread* self, bool set_mark_bit) { in SetAllLargeObjectsAsZygoteObjects()
191 size_t LargeObjectMapSpace::Free(Thread* self, mirror::Object* ptr) { in Free()
219 size_t LargeObjectSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList()
247 Thread* self = Thread::Current(); in Contains() local
427 size_t FreeListSpace::Free(Thread* self, mirror::Object* obj) { in Free()
[all …]
/art/runtime/
Dmonitor_pool.cc108 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, in CreateMonitorInPool()
134 void MonitorPool::ReleaseMonitorToPool(Thread* self, Monitor* monitor) { in ReleaseMonitorToPool()
153 void MonitorPool::ReleaseMonitorsToPool(Thread* self, MonitorList::Monitors* monitors) { in ReleaseMonitorsToPool()
Dbarrier_test.cc35 void Run(Thread* self) override { in Run()
62 Thread* self = Thread::Current(); in TEST_F() local
94 void Run(Thread* self) override { in Run()
113 Thread* self = Thread::Current(); in TEST_F() local
Dobject_lock.cc26 ObjectLock<T>::ObjectLock(Thread* self, Handle<T> object) : self_(self), obj_(object) { in ObjectLock()
52 ObjectTryLock<T>::ObjectTryLock(Thread* self, Handle<T> object) : self_(self), obj_(object) { in ObjectTryLock()
Dmonitor_test.cc66 void Run(Thread* self) override { in Run()
140 void Run(Thread* self) override { in Run()
178 void Run(Thread* self) override { in Run()
220 void Run(Thread* self) override { in Run()
246 Thread* const self = Thread::Current(); in CommonWaitSetup() local
330 void Run(Thread* self) override { in Run()
349 Thread* const self = Thread::Current(); in TEST_F() local
Dsignal_catcher.cc81 Thread* self = Thread::Current(); in SignalCatcher() local
151 int SignalCatcher::WaitForSignal(Thread* self, SignalSet& signals) { in WaitForSignal()
179 Thread* self = Thread::Current(); in Run() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc124 Thread* self = Thread::Current(); in ConcurrentCopying() local
158 Thread* const self = Thread::Current(); in MarkHeapReference() local
190 Thread* self = Thread::Current(); in RunPhases() local
247 Thread* self = Thread::Current(); in Run() local
278 Thread* const self = Thread::Current(); in ActivateReadBarrierEntrypoints() local
317 Thread* self = Thread::Current(); in BindBitmaps() local
442 Thread* self = Thread::Current(); in Run() local
474 Thread* self = Thread::Current(); in VisitRoots() local
491 Thread* self = Thread::Current(); in VisitRoots() local
520 Thread* self = Thread::Current(); in Run() local
[all …]
/art/runtime/arch/arm/
Dquick_entrypoints_cc_arm.cc29 Thread* self, JValue* result, const char* shorty) { in quick_invoke_reg_setup()
100 Thread* self, JValue* result, const char* shorty) { in art_quick_invoke_stub()
107 uint32_t args_size, Thread* self, JValue* result, in art_quick_invoke_static_stub()
/art/openjdkjvmti/
Djvmti_weak_table.h84 art::Thread* self = art::Thread::Current(); in GetTag() local
93 art::Thread* self = art::Thread::Current(); in GetTagLocked() local
144 bool GetTagLocked(art::Thread* self, art::ObjPtr<art::mirror::Object> obj, /* out */ T* result) in GetTagLocked()
Dti_class_definition.cc118 jvmtiError ArtClassDefinition::InitCommon(art::Thread* self, jclass klass) { in InitCommon()
242 art::Thread* self = art::Thread::Current(); in InitWithDex() local
306 jvmtiError ArtClassDefinition::Init(art::Thread* self, jclass klass) { in Init()
341 jvmtiError ArtClassDefinition::Init(art::Thread* self, const jvmtiClassDefinition& def) { in Init()
356 art::Thread* self = art::Thread::Current(); in InitFirstLoad() local
Devents.cc273 art::Thread* self, in RunEventCallback()
300 art::Thread* self = art::Thread::Current(); in DdmPublishChunk() local
319 void ObjectAllocated(art::Thread* self, art::ObjPtr<art::mirror::Object>* obj, size_t byte_count) in ObjectAllocated()
370 art::Thread* self = art::Thread::Current(); in MonitorContendedLocking() local
384 art::Thread* self = art::Thread::Current(); in MonitorContendedLocked() local
398 art::Thread* self = art::Thread::Current(); in ObjectWaitStart() local
425 art::Thread* self = art::Thread::Current(); in MonitorWaitFinished() local
448 art::Thread* self = art::Thread::Current(); in ThreadParkStart() local
506 art::Thread* self = art::Thread::Current(); in ThreadParkFinished() local
605 art::Thread* self = art::Thread::Current(); in AddDelayedNonStandardExitEvent() local
[all …]
/art/runtime/gc/allocator/
Drosalloc-inl.h31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc()
59 inline bool RosAlloc::CanAllocFromThreadLocalRun(Thread* self, size_t size) { in CanAllocFromThreadLocalRun()
78 inline void* RosAlloc::AllocFromThreadLocalRun(Thread* self, size_t size, in AllocFromThreadLocalRun()
/art/runtime/interpreter/
Dinterpreter_common.cc59 bool CheckStackOverflow(Thread* self, size_t frame_size) in CheckStackOverflow()
96 bool SendMethodExitEvents(Thread* self, in SendMethodExitEvents()
153 bool MoveToExceptionHandler(Thread* self, in MoveToExceptionHandler()
216 void AbortTransactionF(Thread* self, const char* fmt, ...) { in AbortTransactionF()
223 void AbortTransactionV(Thread* self, const char* fmt, va_list args) { in AbortTransactionV()
257 void ArtInterpreterToCompiledCodeBridge(Thread* self, in ArtInterpreterToCompiledCodeBridge()
328 static bool DoMethodHandleInvokeCommon(Thread* self, in DoMethodHandleInvokeCommon()
428 bool DoMethodHandleInvokeExact(Thread* self, in DoMethodHandleInvokeExact()
445 bool DoMethodHandleInvoke(Thread* self, in DoMethodHandleInvoke()
462 static bool DoVarHandleInvokeCommon(Thread* self, in DoVarHandleInvokeCommon()
[all …]
/art/runtime/mirror/
Darray.cc47 static ObjPtr<Array> RecursiveCreateMultiArray(Thread* self, in RecursiveCreateMultiArray()
79 ObjPtr<Array> Array::CreateMultiArray(Thread* self, in CreateMultiArray()
123 ObjPtr<PrimitiveArray<T>> PrimitiveArray<T>::Alloc(Thread* self, size_t length) { in Alloc()
141 ObjPtr<Array> Array::CopyOf(Handle<Array> h_this, Thread* self, int32_t new_length) { in CopyOf()
Dmethod_type.cc31 ObjPtr<ObjectArray<Class>> AllocatePTypesArray(Thread* self, int count) in AllocatePTypesArray()
39 ObjPtr<MethodType> MethodType::Create(Thread* const self, in Create()
58 ObjPtr<MethodType> MethodType::CloneWithoutLeadingParameter(Thread* const self, in CloneWithoutLeadingParameter()
74 ObjPtr<MethodType> MethodType::CollectTrailingArguments(Thread* self, in CollectTrailingArguments()
Dstring.cc80 ObjPtr<String> String::DoReplace(Thread* self, Handle<String> src, uint16_t old_c, uint16_t new_c) { in DoReplace()
122 ObjPtr<String> String::AllocFromStrings(Thread* self, in AllocFromStrings()
161 ObjPtr<String> String::AllocFromUtf16(Thread* self, in AllocFromUtf16()
185 ObjPtr<String> String::AllocFromModifiedUtf8(Thread* self, const char* utf) { in AllocFromModifiedUtf8()
192 ObjPtr<String> String::AllocFromModifiedUtf8(Thread* self, in AllocFromModifiedUtf8()
198 ObjPtr<String> String::AllocFromModifiedUtf8(Thread* self, in AllocFromModifiedUtf8()
326 ObjPtr<CharArray> String::ToCharArray(Handle<String> h_this, Thread* self) { in ToCharArray()
/art/runtime/gc/
Dtask_processor_test.cc36 void Run(Thread* self) override { in Run()
55 void Run(Thread* self) override { in Run()
67 Thread* const self = Thread::Current(); in TEST_F() local
121 Thread* const self = Thread::Current(); in TEST_F() local
Dscoped_gc_critical_section.cc50 ScopedGCCriticalSection::ScopedGCCriticalSection(Thread* self, in ScopedGCCriticalSection()
62 Thread* self, in ScopedInterruptibleGCCriticalSection()
Dheap.cc875 void Heap::IncrementDisableMovingGC(Thread* self) { in IncrementDisableMovingGC()
886 void Heap::DecrementDisableMovingGC(Thread* self) { in DecrementDisableMovingGC()
892 void Heap::IncrementDisableThreadFlip(Thread* self) { in IncrementDisableThreadFlip()
925 void Heap::DecrementDisableThreadFlip(Thread* self) { in DecrementDisableThreadFlip()
945 void Heap::ThreadFlipBegin(Thread* self) { in ThreadFlipBegin()
971 void Heap::ThreadFlipEnd(Thread* self) { in ThreadFlipEnd()
1369 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
1436 void Heap::Trim(Thread* self) { in Trim()
1471 void Heap::TrimIndirectReferenceTables(Thread* self) { in TrimIndirectReferenceTables()
1487 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC()
[all …]
/art/runtime/native/
Djava_lang_VMClassLoader.cc42 Thread* self, in LookupClass()
53 Thread* self, in FindClassInPathClassLoader()
95 Thread* self = soa.Self(); in VMClassLoader_findLoadedClass() local

12345678910>>...12