Home
last modified time | relevance | path

Searched refs:GetMethod (Results 1 – 25 of 69) sorted by relevance

123

/art/runtime/interpreter/
Dshadow_frame.cc24 ArtMethod* m = GetMethod(); in GetThisObject()
38 ArtMethod* m = GetMethod(); in GetThisObject()
Dinterpreter_common.h79 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 …]
Dinterpreter.cc247 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 …]
Dinterpreter_common.cc56 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/
Dstack_walk_refmap_jni.cc27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \
44 ArtMethod* m = GetMethod(); in VisitFrame()
/art/runtime/
Dstack.cc89 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 …]
Dcheck_reference_map_visitor.h38 ArtMethod* m = GetMethod(); in VisitFrame()
66 ArtMethod* m = GetMethod(); in CheckOptimizedMethod()
Dimt_conflict_table.h77 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
Dmanaged_stack.cc34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
Dquick_exception_handler.cc71 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()
Dnth_caller_visitor.h38 ArtMethod* m = GetMethod(); in VisitFrame()
/art/test/570-checker-osr/
Dosr.cc39 ArtMethod* m = GetMethod(); in VisitFrame()
99 ArtMethod* m = GetMethod(); in VisitFrame()
133 ArtMethod* m = GetMethod(); in VisitFrame()
/art/openjdkjvmti/
Dti_breakpoint.cc71 if (b.GetMethod()->GetDeclaringClass() == klass) { in RemoveBreakpointsInClass()
84 deopt->RemoveMethodBreakpoint(b.GetMethod()); in RemoveBreakpointsInClass()
Dti_breakpoint.h62 art::ArtMethod* GetMethod() const { in GetMethod() function
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc126 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/
Dvisit_locks.cc46 ArtMethod* m = GetMethod(); in Java_Main_testVisitLocks()
/art/runtime/verifier/
Dmethod_verifier-inl.h51 inline ArtMethod* MethodVerifier::GetMethod() const { in GetMethod() function
/art/test/543-env-long-ref/
Denv_long_ref.cc38 ArtMethod* m = GetMethod(); in VisitFrame()
/art/test/common/
Dstack_inspect.cc81 if (goal_ == GetMethod()) { in VisitFrame()
86 prev_was_runtime_ = GetMethod()->IsRuntimeMethod(); in VisitFrame()
/art/runtime/jit/
Dprofile_compilation_info_test.cc623 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 …]
Djit_code_cache.cc648 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/
Dget_live_vreg_jni.cc36 ArtMethod* m = GetMethod(); in VisitFrame()
/art/test/004-StackWalk/
Dstack_walk_jni.cc40 ArtMethod* m = GetMethod(); in VisitFrame()
/art/tools/veridex/
Dresolver.h54 VeriMethod GetMethod(uint32_t method_index);
/art/runtime/gc/
Dallocation_record.cc118 DCHECK(element.GetMethod() != nullptr); in VisitRoots()
119 element.GetMethod()->VisitRoots(buffered_visitor, kRuntimePointerSize); in VisitRoots()
203 ArtMethod* m = GetMethod(); in VisitFrame()

123