/art/runtime/interpreter/ |
D | shadow_frame.cc | 24 ArtMethod* m = GetMethod(); in GetThisObject() 38 ArtMethod* m = GetMethod(); in GetThisObject()
|
D | interpreter_common.h | 79 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorEnter() 91 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorExit() 100 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorCheckOnExit() 138 ArtMethod* sf_method = shadow_frame.GetMethod(); in DoFastInvoke() 181 ArtMethod* sf_method = shadow_frame.GetMethod(); in DoInvoke() 284 receiver, shadow_frame.GetMethod(), shadow_frame.GetDexPC(), called_method); in DoInvokeVirtualQuick() 285 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges*/false); in DoInvokeVirtualQuick() 291 self, receiver.Ptr(), shadow_frame.GetMethod(), shadow_frame.GetDexPC(), called_method); in DoInvokeVirtualQuick() 341 ArtMethod* method = shadow_frame.GetMethod(); in ResolveString() 521 oss << shadow_frame.GetMethod()->PrettyMethod() in TraceExecution() [all …]
|
D | interpreter.cc | 247 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute() 248 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute() 254 ArtMethod *method = shadow_frame.GetMethod(); in Execute() 273 jit->MethodEntered(self, shadow_frame.GetMethod()); in Execute() 293 ArtMethod* method = shadow_frame.GetMethod(); in Execute() 499 DCHECK(!shadow_frame->GetMethod()->MustCountLocks()); in EnterInterpreterFromDeoptimize() 502 CodeItemDataAccessor accessor(shadow_frame->GetMethod()->DexInstructionData()); in EnterInterpreterFromDeoptimize() 535 if (IsStringInit(instr, shadow_frame->GetMethod())) { in EnterInterpreterFromDeoptimize() 596 jit->NotifyCompiledCodeToInterpreterTransition(self, shadow_frame->GetMethod()); in EnterInterpreterFromEntryPoint() 612 ArtMethod* method = shadow_frame->GetMethod(); in ArtInterpreterToInterpreterBridge() [all …]
|
D | interpreter_common.cc | 56 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldGet() 176 shadow_frame.GetMethod(), in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 269 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldPut() 364 shadow_frame.GetMethod(), in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL() 442 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock( in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() 453 shadow_frame.GetMethod(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() 477 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()); in UnexpectedOpcode() 528 ArtMethod* method = shadow_frame->GetMethod(); in ArtInterpreterToCompiledCodeBridge() 545 method = shadow_frame->GetMethod(); in ArtInterpreterToCompiledCodeBridge() 636 class_linker->ResolveMethodType(self, callsite_proto_id, shadow_frame.GetMethod()))); in DoMethodHandleInvokeCommon() [all …]
|
/art/test/004-ReferenceMap/ |
D | stack_walk_refmap_jni.cc | 27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \ 44 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/runtime/ |
D | stack.cc | 89 ArtMethod* StackVisitor::GetMethod() const { in GetMethod() function in art::StackVisitor 91 return cur_shadow_frame_->GetMethod(); in GetMethod() 127 GetMethod(), cur_quick_frame_pc_, abort_on_failure); in GetDexPc() 139 ArtMethod* m = GetMethod(); in GetThisObject() 204 DCHECK(m == GetMethod()); in GetVReg() 225 DCHECK_EQ(m, GetMethod()); in GetVRegFromOptimizedCode() 352 DCHECK(m == GetMethod()); in GetVRegPair() 530 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc() 572 ArtMethod* m = GetMethod(); in DescribeLocation() 585 DCHECK(GetMethod() != nullptr); in SetMethod() [all …]
|
D | check_reference_map_visitor.h | 38 ArtMethod* m = GetMethod(); in VisitFrame() 66 ArtMethod* m = GetMethod(); in CheckOptimizedMethod()
|
D | imt_conflict_table.h | 77 return GetMethod(index * kMethodCount + kMethodInterface, pointer_size); in GetInterfaceMethod() 81 return GetMethod(index * kMethodCount + kMethodImplementation, pointer_size); in GetImplementationMethod() 188 ArtMethod* GetMethod(size_t index, PointerSize pointer_size) const { in GetMethod() function
|
D | managed_stack.cc | 34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
|
D | quick_exception_handler.cc | 71 ArtMethod* method = GetMethod(); in VisitFrame() 262 bool get_vreg_success = stack_visitor->GetVReg(stack_visitor->GetMethod(), in SetCatchEnvironmentForOptimizedHandler() 267 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod()) in SetCatchEnvironmentForOptimizedHandler() 325 if (GetMethod() == nullptr) { in FinishStackWalk() 328 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false); in FinishStackWalk() 335 ArtMethod* method = GetMethod(); in VisitFrame() 599 CHECK(GetMethod() != nullptr); in VisitFrame() 664 ArtMethod* method = GetMethod(); in VisitFrame()
|
D | nth_caller_visitor.h | 38 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/test/570-checker-osr/ |
D | osr.cc | 39 ArtMethod* m = GetMethod(); in VisitFrame() 99 ArtMethod* m = GetMethod(); in VisitFrame() 133 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/openjdkjvmti/ |
D | ti_breakpoint.cc | 71 if (b.GetMethod()->GetDeclaringClass() == klass) { in RemoveBreakpointsInClass() 84 deopt->RemoveMethodBreakpoint(b.GetMethod()); in RemoveBreakpointsInClass()
|
D | ti_breakpoint.h | 62 art::ArtMethod* GetMethod() const { in GetMethod() function
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 126 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback() 129 class_set_->AddClass(GetMethod()->GetDeclaringClass()); in DoCollectNonDebuggableCallback() 131 LOG(INFO) << GetMethod()->GetDeclaringClass()->PrettyClass() in DoCollectNonDebuggableCallback() 133 << GetMethod()->PrettyMethod() << " appearing on the stack during zygote fork."; in DoCollectNonDebuggableCallback()
|
/art/test/167-visit-locks/ |
D | visit_locks.cc | 46 ArtMethod* m = GetMethod(); in Java_Main_testVisitLocks()
|
/art/runtime/verifier/ |
D | method_verifier-inl.h | 51 inline ArtMethod* MethodVerifier::GetMethod() const { in GetMethod() function
|
/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 38 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/test/common/ |
D | stack_inspect.cc | 81 if (goal_ == GetMethod()) { in VisitFrame() 86 prev_was_runtime_ = GetMethod()->IsRuntimeMethod(); in VisitFrame()
|
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 623 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3); in TEST_F() 627 loaded_info.GetMethod("dex_location4", /* checksum */ 4, /* method_idx */ 3); in TEST_F() 669 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3); in TEST_F() 720 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3); in TEST_F() 756 info.GetMethod(m->GetDexFile()->GetLocation(), in TEST_F() 831 info.GetMethod("dex_location1", /* checksum */ 1, method_idx); in TEST_F() 835 info.GetMethod("dex_location2", /* checksum */ 2, method_idx); in TEST_F() 1079 info.GetMethod(dex->GetLocation(), dex->GetLocationChecksum(), /* method_idx */ 0); in TEST_F() 1101 info.GetMethod(dex->GetLocation(), dex->GetLocationChecksum(), /* method_idx */ 0); in TEST_F() 1107 info.GetMethod("my.app", /* checksum */ 123, /* method_idx */ 0); in TEST_F() [all …]
|
D | jit_code_cache.cc | 648 if (alloc.ContainsUnsafe(info->GetMethod())) { in RemoveMethodsIn() 649 info->GetMethod()->SetProfilingInfo(nullptr); in RemoveMethodsIn() 984 DCHECK_EQ(old_method->GetProfilingInfo(kRuntimePointerSize)->GetMethod(), old_method); in MoveObsoleteMethod() 1273 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache() 1280 info->GetMethod()->SetEntryPointFromQuickCompiledCode(GetQuickToInterpreterBridge()); in GarbageCollectCache() 1350 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection() 1352 info->GetMethod()->SetProfilingInfo(nullptr); in DoCollection() 1359 ClearMethodCounter(info->GetMethod(), /*was_warm*/ true); in DoCollection() 1411 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection() 1419 info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in DoCollection() [all …]
|
/art/test/466-get-live-vreg/ |
D | get_live_vreg_jni.cc | 36 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/test/004-StackWalk/ |
D | stack_walk_jni.cc | 40 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/tools/veridex/ |
D | resolver.h | 54 VeriMethod GetMethod(uint32_t method_index);
|
/art/runtime/gc/ |
D | allocation_record.cc | 118 DCHECK(element.GetMethod() != nullptr); in VisitRoots() 119 element.GetMethod()->VisitRoots(buffered_visitor, kRuntimePointerSize); in VisitRoots() 203 ArtMethod* m = GetMethod(); in VisitFrame()
|