Searched refs:GetCurrentMethod (Results 1 – 17 of 17) sorted by relevance
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 37 ArtMethod* method = self->GetCurrentMethod(nullptr); in artFindNativeMethodRunnable()
|
/art/runtime/ |
D | monitor_android.cc | 73 ArtMethod* m = self->GetCurrentMethod(&pc); in LogContentionEvent()
|
D | monitor.cc | 164 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()
|
D | common_throws.cc | 442 const DexFile& dex_file = *Thread::Current()->GetCurrentMethod(nullptr)->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess() 574 ArtMethod* method = Thread::Current()->GetCurrentMethod(&throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
|
D | thread.cc | 2138 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
|
D | thread.h | 504 ArtMethod* GetCurrentMethod(uint32_t* dex_pc,
|
D | class_linker.cc | 171 ArtMethod* method = self->GetCurrentMethod(nullptr); in HasInitWithString()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 48 ArtMethod* method = self->GetCurrentMethod(nullptr); in CheckReferenceResult()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1451 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()
|
D | nodes.cc | 675 HCurrentMethod* HGraph::GetCurrentMethod() { in GetCurrentMethod() function in art::HGraph 2639 replacement = outer_graph->GetCurrentMethod(); in InlineInto()
|
D | inliner.cc | 960 HLoadClass* load_class = new (graph_->GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in AddTypeGuard()
|
D | nodes.h | 568 HCurrentMethod* GetCurrentMethod(); 4607 DCHECK_EQ(InputAt(GetSpecialInputIndex()), GetBlock()->GetGraph()->GetCurrentMethod()); in SetDispatchInfo()
|
/art/openjdkjvmti/ |
D | events.cc | 1006 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionThrown() 1032 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionHandled()
|
D | ti_heap.cc | 1010 art::ArtMethod* method = thread->GetCurrentMethod(nullptr, in GetReferenceKind()
|
/art/runtime/jni/ |
D | jni_internal.cc | 112 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()
|
D | java_vm_ext.cc | 559 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort()
|
D | check_jni.cc | 543 traceMethod = self->GetCurrentMethod(nullptr); in Check() 592 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() 611 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
|