/art/test/570-checker-osr/ |
D | osr.cc | 39 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/test/2011-stack-walk-concurrent-instrument/ |
D | stack_walk_concurrent.cc | 47 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/runtime/interpreter/ |
D | shadow_frame.cc | 24 ArtMethod* m = GetMethod(); in GetThisObject() 38 ArtMethod* m = GetMethod(); in GetThisObject()
|
D | interpreter_common.h | 86 if (frame->GetMethod()->MustCountLocks()) { in DoMonitorEnter() 87 DCHECK(!frame->GetMethod()->SkipAccessChecks()); in DoMonitorEnter() 98 if (frame->GetMethod()->MustCountLocks()) { in DoMonitorExit() 99 DCHECK(!frame->GetMethod()->SkipAccessChecks()); in DoMonitorExit() 107 if (frame->GetMethod()->MustCountLocks()) { in DoMonitorCheckOnExit() 108 DCHECK(!frame->GetMethod()->SkipAccessChecks()); in DoMonitorCheckOnExit() 183 SendMethodExitEvents(self, instrumentation, frame, frame.GetMethod(), result); in REQUIRES_SHARED() 202 ArtMethod* sf_method = shadow_frame.GetMethod(); in DoInvoke() 369 shadow_frame.GetMethod(), in DoFieldGet() 396 shadow_frame.GetMethod(), in DoFieldGet() [all …]
|
D | interpreter.cc | 257 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute() 258 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute() 265 Runtime::Current()->GetInstrumentation()->NeedsDexPcEvents(shadow_frame.GetMethod(), self)); in Execute() 272 ArtMethod *method = shadow_frame.GetMethod(); in Execute() 278 jit->MethodEntered(self, shadow_frame.GetMethod()); in Execute() 332 ArtMethod* method = shadow_frame.GetMethod(); in Execute() 466 DCHECK(!shadow_frame->GetMethod()->MustCountLocks()); in EnterInterpreterFromDeoptimize() 469 CodeItemDataAccessor accessor(shadow_frame->GetMethod()->DexInstructionData()); in EnterInterpreterFromDeoptimize() 512 if (IsStringInit(*instr, shadow_frame->GetMethod())) { in EnterInterpreterFromDeoptimize() 579 jit->NotifyCompiledCodeToInterpreterTransition(self, shadow_frame->GetMethod()); in EnterInterpreterFromEntryPoint() [all …]
|
D | interpreter_common.cc | 168 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() 262 ArtMethod* method = shadow_frame->GetMethod(); in ArtInterpreterToCompiledCodeBridge() 351 class_linker->ResolveMethodType(self, callsite_proto_id, shadow_frame.GetMethod()))); in DoMethodHandleInvokeCommon() 459 class_linker->ResolveMethodType(self, dex::ProtoIndex(vRegH), shadow_frame.GetMethod()))); in DoVarHandleInvokeCommon() 548 self, invoke_method_idx, shadow_frame.GetMethod(), kPolymorphic); in DO_VAR_HANDLE_ACCESSOR() 884 ArtMethod* referrer = shadow_frame.GetMethod(); in InvokeBootstrapMethod() 1007 hs.NewHandle(shadow_frame.GetMethod()->GetDeclaringClass()); in InvokeBootstrapMethod() 1086 Handle<mirror::DexCache> dex_cache(hs.NewHandle(shadow_frame.GetMethod()->GetDexCache())); in DoResolveCallSite() [all …]
|
D | interpreter_switch_impl-inl.h | 190 shadow_frame.GetMethod(), in DoDexPcMoveEvent() 214 shadow_frame_.GetMethod(), in HandleReturn() 231 Instrumentation()->Branch(Self(), shadow_frame_.GetMethod(), DexPC(), offset); in HandleBranch() 237 shadow_frame_.GetMethod(), in HandleBranch() 251 jit->AddSamples(Self(), shadow_frame_.GetMethod()); in HandleBranch() 466 ObjPtr<mirror::Class> return_type = shadow_frame_.GetMethod()->ResolveReturnType(); in RETURN_OBJECT() 491 shadow_frame_.GetMethod(), in RETURN_OBJECT() 557 shadow_frame_.GetMethod(), in CONST_CLASS() 560 !shadow_frame_.GetMethod()->SkipAccessChecks()); in CONST_CLASS() 572 shadow_frame_.GetMethod()); in CONST_METHOD_HANDLE() [all …]
|
/art/test/004-ReferenceMap/ |
D | stack_walk_refmap_jni.cc | 27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \ 47 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/test/common/ |
D | stack_inspect.cc | 84 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()
|
/art/runtime/ |
D | common_dex_operations.h | 64 if (LIKELY(!shadow_frame->GetMethod()->StillNeedsClinitCheck())) { in EnsureInitialized() 71 Handle<mirror::Class> h_class = hs.NewHandle(shadow_frame->GetMethod()->GetDeclaringClass()); in EnsureInitialized() 141 shadow_frame.GetMethod(), in DoFieldGetCommon() 202 shadow_frame.GetMethod(), in DoFieldPutCommon() 239 if (reg != nullptr && !shadow_frame.GetMethod()->SkipAccessChecks()) { in DoFieldPutCommon()
|
D | stack.cc | 104 ArtMethod* StackVisitor::GetMethod() const { in GetMethod() function in art::StackVisitor 106 return cur_shadow_frame_->GetMethod(); in GetMethod() 171 ArtMethod* m = GetMethod(); in GetThisObject() 243 DCHECK(m == GetMethod()); in GetVReg() 299 DCHECK_EQ(m, GetMethod()); in GetVRegFromOptimizedCode() 460 DCHECK(m == GetMethod()); in GetVRegPair() 616 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc() 658 ArtMethod* m = GetMethod(); in DescribeLocation() 671 DCHECK(GetMethod() != nullptr); in SetMethod() 677 << GetMethod()->PrettyMethod() << " is inlined into " in SetMethod() [all …]
|
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 | check_reference_map_visitor.h | 38 ArtMethod* m = GetMethod(); in VisitFrame() 80 ArtMethod* m = GetMethod(); in CheckOptimizedMethod()
|
D | quick_exception_handler.cc | 83 ArtMethod* method = GetMethod(); in VisitFrame() 227 ArtMethod* maybe_inlined_method = visitor.GetMethod(); in FindCatch() 357 bool get_vreg_success = stack_visitor->GetVReg(stack_visitor->GetMethod(), in SetCatchEnvironmentForOptimizedHandler() 364 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod()) in SetCatchEnvironmentForOptimizedHandler() 419 if (GetMethod() == nullptr) { in FinishStackWalk() 422 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false); in FinishStackWalk() 429 ArtMethod* method = GetMethod(); in VisitFrame() 760 ArtMethod* method = stack_visitor->GetMethod(); in DumpFramesWithType()
|
D | nth_caller_visitor.h | 38 ArtMethod* m = GetMethod(); in VisitFrame()
|
D | monitor_objects_stack_visitor.cc | 26 ArtMethod* m = GetMethod(); in VisitFrame()
|
/art/libartpalette/apex/ |
D | palette.cc | 64 static void* GetMethod(void* palette_lib, const char* name); 87 void* PaletteLoader::GetMethod(void* palette_lib, const char* name) { in GetMethod() function in __anona08cf1560111::PaletteLoader 103 , Name ## Method ## _(reinterpret_cast<Name ## Method>(GetMethod(palette_lib_, #Name))) in PaletteLoader()
|
/art/openjdkjvmti/ |
D | ti_breakpoint.cc | 83 art::ArtMethod* orig_method = it.GetMethod(); in VisitReflectiveTargets() 134 if (b.GetMethod()->GetDeclaringClass() == klass) { in RemoveBreakpointsInClass() 147 deopt->RemoveMethodBreakpoint(b.GetMethod()); in RemoveBreakpointsInClass()
|
D | ti_breakpoint.h | 63 art::ArtMethod* GetMethod() const { in GetMethod() function
|
/art/runtime/gc/ |
D | allocation_record.cc | 82 DCHECK(element.GetMethod() != nullptr); in VisitRoots() 83 element.GetMethod()->VisitRoots(buffered_visitor, kRuntimePointerSize); in VisitRoots() 216 ArtMethod* m = stack_visitor->GetMethod(); in RecordAllocation()
|
/art/test/167-visit-locks/ |
D | visit_locks.cc | 47 ArtMethod* m = GetMethod(); in Java_Main_testVisitLocks()
|
/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 32 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_lookForMyRegisters()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 97 if (GetMethod()->IsRuntimeMethod()) { in DoCollectNonDebuggableCallback() 100 class_set_->AddClass(GetMethod()->GetDeclaringClass()); in DoCollectNonDebuggableCallback() 102 LOG(INFO) << GetMethod()->GetDeclaringClass()->PrettyClass() in DoCollectNonDebuggableCallback() 104 << GetMethod()->PrettyMethod() << " appearing on the stack during zygote fork."; in DoCollectNonDebuggableCallback()
|
/art/tools/veridex/ |
D | resolver.h | 54 VeriMethod GetMethod(uint32_t method_index);
|
/art/test/004-StackWalk/ |
D | stack_walk_jni.cc | 43 ArtMethod* m = GetMethod(); in VisitFrame()
|