Home
last modified time | relevance | path

Searched refs:GetCurrentMethod (Results 1 – 17 of 17) sorted by relevance

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc37 ArtMethod* method = self->GetCurrentMethod(nullptr); in artFindNativeMethodRunnable()
/art/runtime/
Dmonitor_android.cc73 ArtMethod* m = self->GetCurrentMethod(&pc); in LogContentionEvent()
Dmonitor.cc164 lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc, false); in SetLockingMethod()
207 ArtMethod* lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc); in SetLockingMethodNoProxy()
484 ArtMethod* m = self->GetCurrentMethod(&pc); in Lock()
584 ArtMethod* m = self->GetCurrentMethod(&pc); in Lock()
598 ArtMethod* m = self->GetCurrentMethod(&pc); in Lock()
Dcommon_throws.cc442 const DexFile& dex_file = *Thread::Current()->GetCurrentMethod(nullptr)->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess()
574 ArtMethod* method = Thread::Current()->GetCurrentMethod(&throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
Dthread.cc2138 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); in ShouldShowNativeStack()
2186 GetCurrentMethod(nullptr, in DumpStack()
3202 ArtMethod* method = self->GetCurrentMethod(nullptr); in GetCurrentClassLoader()
3660 ArtMethod* Thread::GetCurrentMethod(uint32_t* dex_pc_out, in GetCurrentMethod() function in art::Thread
Dthread.h504 ArtMethod* GetCurrentMethod(uint32_t* dex_pc,
Dclass_linker.cc171 ArtMethod* method = self->GetCurrentMethod(nullptr); in HasInitWithString()
/art/runtime/entrypoints/
Dentrypoint_utils.cc48 ArtMethod* method = self->GetCurrentMethod(nullptr); in CheckReferenceResult()
/art/compiler/optimizing/
Dinstruction_builder.cc1451 invoke->SetArgumentAt(*argument_index, graph_->GetCurrentMethod()); in SetupInvokeArguments()
1956 new (allocator_) HLoadString(graph_->GetCurrentMethod(), string_index, *dex_file_, dex_pc); in BuildLoadString()
1992 graph_->GetCurrentMethod(), in BuildLoadClass()
2045 graph_->GetCurrentMethod(), method_handle_index, dex_file, dex_pc); in BuildLoadMethodHandle()
2052 new (allocator_) HLoadMethodType(graph_->GetCurrentMethod(), proto_index, dex_file, dex_pc); in BuildLoadMethodType()
Dnodes.cc675 HCurrentMethod* HGraph::GetCurrentMethod() { in GetCurrentMethod() function in art::HGraph
2639 replacement = outer_graph->GetCurrentMethod(); in InlineInto()
Dinliner.cc960 HLoadClass* load_class = new (graph_->GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in AddTypeGuard()
Dnodes.h568 HCurrentMethod* GetCurrentMethod();
4607 DCHECK_EQ(InputAt(GetSpecialInputIndex()), GetBlock()->GetGraph()->GetCurrentMethod()); in SetDispatchInfo()
/art/openjdkjvmti/
Devents.cc1006 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionThrown()
1032 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionHandled()
Dti_heap.cc1010 art::ArtMethod* method = thread->GetCurrentMethod(nullptr, in GetReferenceKind()
/art/runtime/jni/
Djni_internal.cc112 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifySetObjectField()
139 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifySetPrimitiveField()
163 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifyGetField()
230 ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr); in GetClassLoader()
Djava_vm_ext.cc559 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort()
Dcheck_jni.cc543 traceMethod = self->GetCurrentMethod(nullptr); in Check()
592 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
611 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()