/aosp12/art/runtime/entrypoints/jni/ |
H A D | jni_entrypoints.cc | 54 ArtMethod* method = self->GetCurrentMethod(&dex_pc); in artFindNativeMethodRunnable() 97 DCHECK(method == self->GetCurrentMethod(/*dex_pc=*/ nullptr)); in artFindNativeMethodRunnable()
|
/aosp12/art/runtime/ |
H A D | monitor_android.cc | 74 ArtMethod* m = self->GetCurrentMethod(&pc); in LogContentionEvent()
|
H A D | monitor.cc | 178 lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc, false); in SetLockingMethod() 221 ArtMethod* lock_owner_method = owner->GetCurrentMethod(&lock_owner_dex_pc); in SetLockingMethodNoProxy() 488 ArtMethod* m = self->GetCurrentMethod(&pc); in Lock() 588 ArtMethod* m = self->GetCurrentMethod(&pc); in Lock() 602 ArtMethod* m = self->GetCurrentMethod(&pc); in Lock()
|
H A D | common_throws.cc | 442 const DexFile& dex_file = *Thread::Current()->GetCurrentMethod(nullptr)->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess() 548 ArtMethod* method = Thread::Current()->GetCurrentMethod(&throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
|
H A D | thread.cc | 2142 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); in ShouldShowNativeStack() 2190 GetCurrentMethod(nullptr, in DumpStack() 3254 ArtMethod* method = self->GetCurrentMethod(nullptr); in GetCurrentClassLoader() 3719 ArtMethod* Thread::GetCurrentMethod(uint32_t* dex_pc_out, in GetCurrentMethod() function in art::Thread
|
H A D | thread.h | 506 ArtMethod* GetCurrentMethod(uint32_t* dex_pc,
|
H A D | class_linker.cc | 176 ArtMethod* method = self->GetCurrentMethod(nullptr); in HasInitWithString()
|
/aosp12/art/compiler/optimizing/ |
H A D | load_store_analysis_test.cc | 862 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 971 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 1082 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 1374 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 1475 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 1586 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 1681 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 1770 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F() 1957 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
|
H A D | reference_type_propagation_test.cc | 296 new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in RunVisitListTest() 390 new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in RunVisitListTest()
|
H A D | instruction_builder.cc | 1672 invoke->SetRawInputAt(argument_index, graph_->GetCurrentMethod()); in SetupInvokeArguments() 1678 graph_->GetCurrentMethod()); in SetupInvokeArguments() 2364 new (allocator_) HLoadString(graph_->GetCurrentMethod(), string_index, *dex_file_, dex_pc); in BuildLoadString() 2406 graph_->GetCurrentMethod(), in BuildLoadClass() 2508 graph_->GetCurrentMethod(), method_handle_index, dex_file, dex_pc); in BuildLoadMethodHandle() 2515 new (allocator_) HLoadMethodType(graph_->GetCurrentMethod(), proto_index, dex_file, dex_pc); in BuildLoadMethodType()
|
H A D | optimizing_unit_test.h | 411 return new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(),
|
H A D | inliner.cc | 858 HLoadClass* load_class = new (graph_->GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in AddTypeGuard() 1263 graph_->GetCurrentMethod()); in TryDevirtualize()
|
H A D | nodes.cc | 848 HCurrentMethod* HGraph::GetCurrentMethod() { in GetCurrentMethod() function in art::HGraph 2914 replacement = outer_graph->GetCurrentMethod(); in InlineInto()
|
H A D | nodes.h | 644 HCurrentMethod* GetCurrentMethod(); 4895 DCHECK_EQ(InputAt(GetCurrentMethodIndex()), GetBlock()->GetGraph()->GetCurrentMethod());
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 51 ArtMethod* method = self->GetCurrentMethod(nullptr); in CheckReferenceResult()
|
/aosp12/art/openjdkjvmti/ |
H A D | events.cc | 1005 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionThrown() 1031 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionHandled()
|
H A D | ti_heap.cc | 1010 art::ArtMethod* method = thread->GetCurrentMethod(nullptr, in GetReferenceKind()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 197 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifySetObjectField() 224 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifySetPrimitiveField() 248 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, in NotifyGetField() 315 ArtMethod* method = soa.Self()->GetCurrentMethod(nullptr); in GetClassLoader()
|
H A D | java_vm_ext.cc | 561 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort()
|
H A D | check_jni.cc | 558 traceMethod = self->GetCurrentMethod(nullptr); in Check() 607 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() 626 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
|