Home
last modified time | relevance | path

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

123

/art/test/570-checker-osr/
Dosr.cc39 std::string m_name(stack_visitor->GetMethod()->GetName()); in ProcessMethodWithName()
67 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_isInOsrCode()
89 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_isInInterpreter()
111 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_ensureHasProfilingInfo()
126 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_ensureHasOsrCode()
/art/runtime/interpreter/
Dshadow_frame.cc24 ArtMethod* m = GetMethod(); in GetThisObject()
38 ArtMethod* m = GetMethod(); in GetThisObject()
Dinterpreter.cc253 if (shadow_frame.GetMethod()->SkipAccessChecks()) { in ExecuteSwitch()
261 if (shadow_frame.GetMethod()->SkipAccessChecks()) { in ExecuteSwitch()
278 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute()
279 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute()
294 ArtMethod *method = shadow_frame.GetMethod(); in Execute()
338 jit->MethodEntered(self, shadow_frame.GetMethod()); in Execute()
358 ArtMethod* method = shadow_frame.GetMethod(); in Execute()
537 DCHECK(!shadow_frame->GetMethod()->MustCountLocks()); in EnterInterpreterFromDeoptimize()
540 CodeItemDataAccessor accessor(shadow_frame->GetMethod()->DexInstructionData()); in EnterInterpreterFromDeoptimize()
579 if (IsStringInit(instr, shadow_frame->GetMethod())) { in EnterInterpreterFromDeoptimize()
[all …]
Dinterpreter_common.h88 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorEnter()
100 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorExit()
109 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorCheckOnExit()
164 if (kMonitorCounting && shadow_frame->GetMethod()->MustCountLocks()) { in UnlockHeldMonitors()
174 verifier::MethodVerifier::FindLocksAtDexPc(shadow_frame->GetMethod(), in UnlockHeldMonitors()
181 << shadow_frame->GetMethod()->PrettyMethod() << " at pc " in UnlockHeldMonitors()
221 self, instrumentation, frame, h_thiz.Get(), frame.GetMethod(), dex_pc, result); in PerformNonStandardReturn()
242 ArtMethod* sf_method = shadow_frame.GetMethod(); in DoInvoke()
492 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldGet()
591 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldPut()
[all …]
Dinterpreter_common.cc167 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock( in MoveToExceptionHandler()
184 shadow_frame.GetMethod(), in MoveToExceptionHandler()
208 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()); in UnexpectedOpcode()
259 ArtMethod* method = shadow_frame->GetMethod(); in ArtInterpreterToCompiledCodeBridge()
276 method = shadow_frame->GetMethod(); in ArtInterpreterToCompiledCodeBridge()
367 class_linker->ResolveMethodType(self, callsite_proto_id, shadow_frame.GetMethod()))); in DoMethodHandleInvokeCommon()
475 class_linker->ResolveMethodType(self, dex::ProtoIndex(vRegH), shadow_frame.GetMethod()))); in DoVarHandleInvokeCommon()
564 self, invoke_method_idx, shadow_frame.GetMethod(), kPolymorphic); in DO_VAR_HANDLE_ACCESSOR()
900 ArtMethod* referrer = shadow_frame.GetMethod(); in InvokeBootstrapMethod()
1025 hs.NewHandle(shadow_frame.GetMethod()->GetDeclaringClass()); in InvokeBootstrapMethod()
[all …]
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc47 if (GetMethod()->GetNameView() == "$noinline$f") { in VisitFrame()
50 } else if (GetMethod()->GetNameView() == "$noinline$g") { in VisitFrame()
54 } else if (GetMethod()->GetNameView() == "$noinline$h") { in VisitFrame()
/art/test/004-ReferenceMap/
Dstack_walk_refmap_jni.cc27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \
48 ArtMethod* m = GetMethod(); in VisitFrame()
/art/runtime/
Dstack.cc104 ArtMethod* StackVisitor::GetMethod() const { in GetMethod() function in art::StackVisitor
106 return cur_shadow_frame_->GetMethod(); in GetMethod()
148 ArtMethod* m = GetMethod(); in GetThisObject()
219 DCHECK(m == GetMethod()); in GetVReg()
268 DCHECK_EQ(m, GetMethod()); in GetVRegFromOptimizedCode()
427 DCHECK(m == GetMethod()); in GetVRegPair()
583 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc()
625 ArtMethod* m = GetMethod(); in DescribeLocation()
638 DCHECK(GetMethod() != nullptr); in SetMethod()
644 << GetMethod()->PrettyMethod() << " is inlined into " in SetMethod()
[all …]
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
Dcheck_reference_map_visitor.h38 ArtMethod* m = GetMethod(); in VisitFrame()
80 ArtMethod* m = GetMethod(); in CheckOptimizedMethod()
Dquick_exception_handler.cc79 ArtMethod* method = GetMethod(); in VisitFrame()
281 stack_visitor->GetVReg(stack_visitor->GetMethod(), in SetCatchEnvironmentForOptimizedHandler()
287 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod()) in SetCatchEnvironmentForOptimizedHandler()
342 if (GetMethod() == nullptr) { in FinishStackWalk()
345 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false); in FinishStackWalk()
352 ArtMethod* method = GetMethod(); in VisitFrame()
668 ArtMethod* method = stack_visitor->GetMethod(); in DumpFramesWithType()
Dnth_caller_visitor.h38 ArtMethod* m = GetMethod(); in VisitFrame()
Dmonitor_objects_stack_visitor.cc26 ArtMethod* m = GetMethod(); in VisitFrame()
/art/runtime/interpreter/mterp/
Dmterp.cc170 if (shadow_frame->GetMethod()->SkipAccessChecks()) { \
185 if (shadow_frame->GetMethod()->SkipAccessChecks()) { \
270 shadow_frame->GetMethod(), in MterpConstClass()
273 !shadow_frame->GetMethod()->SkipAccessChecks()); in MterpConstClass()
286 ObjPtr<mirror::MethodHandle> mh = ResolveMethodHandle(self, index, shadow_frame->GetMethod()); in MterpConstMethodHandle()
300 ResolveMethodType(self, dex::ProtoIndex(index), shadow_frame->GetMethod()); in MterpConstMethodType()
361 shadow_frame->GetMethod(), in MterpNewInstance()
364 !shadow_frame->GetMethod()->SkipAccessChecks()); in MterpNewInstance()
407 if (shadow_frame->GetMethod()->SkipAccessChecks()) { in MterpFilledNewArray()
432 if (shadow_frame->GetMethod()->SkipAccessChecks()) { in MterpFilledNewArrayRange()
[all …]
/art/test/common/
Dstack_inspect.cc84 if (goal == stack_visitor->GetMethod()) { in IsMethodInterpreted()
90 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
195 if (stack_visitor->GetMethod() == nullptr || in Java_Main_getThisOfCaller()
196 stack_visitor->GetMethod()->IsNative() || in Java_Main_getThisOfCaller()
Druntime_state.cc183 static ArtMethod* GetMethod(ScopedObjectAccess& soa, jclass cls, const ScopedUtfChars& chars) in GetMethod() function
207 ArtMethod* method = GetMethod(soa, cls, chars); in Java_Main_hasJitCompiledEntrypoint()
224 ArtMethod* method = GetMethod(soa, cls, chars); in Java_Main_hasJitCompiledCode()
308 method = GetMethod(soa, cls, chars); in Java_Main_ensureJitCompiled()
328 method = GetMethod(soa, cls, chars); in Java_Main_ensureJitBaselineCompiled()
/art/libartpalette/apex/
Dpalette.cc64 static void* GetMethod(void* palette_lib, const char* name);
87 void* PaletteLoader::GetMethod(void* palette_lib, const char* name) { in GetMethod() function in __anon39adfa310111::PaletteLoader
103 , Name ## Method ## _(reinterpret_cast<Name ## Method>(GetMethod(palette_lib_, #Name))) in PaletteLoader()
/art/openjdkjvmti/
Dti_breakpoint.cc83 art::ArtMethod* orig_method = it.GetMethod(); in VisitReflectiveTargets()
134 if (b.GetMethod()->GetDeclaringClass() == klass) { in RemoveBreakpointsInClass()
147 deopt->RemoveMethodBreakpoint(b.GetMethod()); in RemoveBreakpointsInClass()
Dti_breakpoint.h63 art::ArtMethod* GetMethod() const { in GetMethod() function
/art/runtime/gc/
Dallocation_record.cc69 DCHECK(element.GetMethod() != nullptr); in VisitRoots()
70 element.GetMethod()->VisitRoots(buffered_visitor, kRuntimePointerSize); in VisitRoots()
200 ArtMethod* m = stack_visitor->GetMethod(); in RecordAllocation()
/art/test/167-visit-locks/
Dvisit_locks.cc47 ArtMethod* m = GetMethod(); in Java_Main_testVisitLocks()
/art/test/543-env-long-ref/
Denv_long_ref.cc32 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_lookForMyRegisters()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc96 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback()
99 class_set_->AddClass(GetMethod()->GetDeclaringClass()); in DoCollectNonDebuggableCallback()
101 LOG(INFO) << GetMethod()->GetDeclaringClass()->PrettyClass() in DoCollectNonDebuggableCallback()
103 << GetMethod()->PrettyMethod() << " appearing on the stack during zygote fork."; in DoCollectNonDebuggableCallback()
/art/tools/veridex/
Dresolver.h54 VeriMethod GetMethod(uint32_t method_index);
/art/test/004-StackWalk/
Dstack_walk_jni.cc43 ArtMethod* m = GetMethod(); in VisitFrame()

123