Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc54 ArtMethod* method = self->GetCurrentMethod(&dex_pc); in artFindNativeMethodRunnable()
97 DCHECK(method == self->GetCurrentMethod(/*dex_pc=*/ nullptr)); in artFindNativeMethodRunnable()
/aosp12/art/runtime/
H A Dmonitor_android.cc74 ArtMethod* m = self->GetCurrentMethod(&pc); in LogContentionEvent()
H A Dmonitor.cc178 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 Dcommon_throws.cc442 const DexFile& dex_file = *Thread::Current()->GetCurrentMethod(nullptr)->GetDexFile(); in ThrowNullPointerExceptionForMethodAccess()
548 ArtMethod* method = Thread::Current()->GetCurrentMethod(&throw_dex_pc); in ThrowNullPointerExceptionFromDexPC()
H A Dthread.cc2142 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 Dthread.h506 ArtMethod* GetCurrentMethod(uint32_t* dex_pc,
H A Dclass_linker.cc176 ArtMethod* method = self->GetCurrentMethod(nullptr); in HasInitWithString()
/aosp12/art/compiler/optimizing/
H A Dload_store_analysis_test.cc862 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 Dreference_type_propagation_test.cc296 new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in RunVisitListTest()
390 new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in RunVisitListTest()
H A Dinstruction_builder.cc1672 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 Doptimizing_unit_test.h411 return new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(),
H A Dinliner.cc858 HLoadClass* load_class = new (graph_->GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in AddTypeGuard()
1263 graph_->GetCurrentMethod()); in TryDevirtualize()
H A Dnodes.cc848 HCurrentMethod* HGraph::GetCurrentMethod() { in GetCurrentMethod() function in art::HGraph
2914 replacement = outer_graph->GetCurrentMethod(); in InlineInto()
H A Dnodes.h644 HCurrentMethod* GetCurrentMethod();
4895 DCHECK_EQ(InputAt(GetCurrentMethodIndex()), GetBlock()->GetGraph()->GetCurrentMethod());
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils.cc51 ArtMethod* method = self->GetCurrentMethod(nullptr); in CheckReferenceResult()
/aosp12/art/openjdkjvmti/
H A Devents.cc1005 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionThrown()
1031 art::ArtMethod* method = self->GetCurrentMethod(&dex_pc, in ExceptionHandled()
H A Dti_heap.cc1010 art::ArtMethod* method = thread->GetCurrentMethod(nullptr, in GetReferenceKind()
/aosp12/art/runtime/jni/
H A Djni_internal.cc197 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 Djava_vm_ext.cc561 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort()
H A Dcheck_jni.cc558 traceMethod = self->GetCurrentMethod(nullptr); in Check()
607 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()
626 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap()