Home
last modified time | relevance | path

Searched refs:GetMethod (Results 1 – 25 of 63) 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()
110 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_ensureHasProfilingInfo()
125 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.cc254 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute()
255 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute()
270 ArtMethod *method = shadow_frame.GetMethod(); in Execute()
295 jit->MethodEntered(self, shadow_frame.GetMethod()); in Execute()
315 ArtMethod* method = shadow_frame.GetMethod(); in Execute()
528 DCHECK(!shadow_frame->GetMethod()->MustCountLocks()); in EnterInterpreterFromDeoptimize()
531 CodeItemDataAccessor accessor(shadow_frame->GetMethod()->DexInstructionData()); in EnterInterpreterFromDeoptimize()
570 if (IsStringInit(instr, shadow_frame->GetMethod())) { in EnterInterpreterFromDeoptimize()
636 jit->NotifyCompiledCodeToInterpreterTransition(self, shadow_frame->GetMethod()); in EnterInterpreterFromEntryPoint()
652 ArtMethod* method = shadow_frame->GetMethod(); in ArtInterpreterToInterpreterBridge()
[all …]
Dinterpreter_common.h83 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorEnter()
95 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorExit()
104 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorCheckOnExit()
151 ArtMethod* sf_method = shadow_frame.GetMethod(); in DoInvoke()
414 ArtMethod* method = shadow_frame.GetMethod(); in ResolveString()
590 oss << shadow_frame.GetMethod()->PrettyMethod() in TraceExecution()
592 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()
Dinterpreter_common.cc101 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldGet()
221 shadow_frame.GetMethod(), in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL()
314 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldPut()
409 shadow_frame.GetMethod(), in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
498 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock( in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
509 shadow_frame.GetMethod(), in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
533 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()); in UnexpectedOpcode()
584 ArtMethod* method = shadow_frame->GetMethod(); in ArtInterpreterToCompiledCodeBridge()
601 method = shadow_frame->GetMethod(); in ArtInterpreterToCompiledCodeBridge()
692 class_linker->ResolveMethodType(self, callsite_proto_id, shadow_frame.GetMethod()))); in DoMethodHandleInvokeCommon()
[all …]
/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/runtime/
Dstack.cc78 ArtMethod* StackVisitor::GetMethod() const { in GetMethod() function in art::StackVisitor
80 return cur_shadow_frame_->GetMethod(); in GetMethod()
104 GetMethod(), cur_quick_frame_pc_, abort_on_failure); in GetDexPc()
116 ArtMethod* m = GetMethod(); in GetThisObject()
181 DCHECK(m == GetMethod()); in GetVReg()
202 DCHECK_EQ(m, GetMethod()); in GetVRegFromOptimizedCode()
333 DCHECK(m == GetMethod()); in GetVRegPair()
511 ArtMethod* method = GetMethod(); in GetNextMethodAndDexPc()
553 ArtMethod* m = GetMethod(); in DescribeLocation()
566 DCHECK(GetMethod() != nullptr); in SetMethod()
[all …]
Dcheck_reference_map_visitor.h38 ArtMethod* m = GetMethod(); in VisitFrame()
66 ArtMethod* m = GetMethod(); in CheckOptimizedMethod()
Dmanaged_stack.cc34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()
Dquick_exception_handler.cc77 ArtMethod* method = GetMethod(); in VisitFrame()
166 CHECK(stack_visitor->GetMethod() != nullptr); in GetInstrumentationFramesToPop()
327 bool get_vreg_success = stack_visitor->GetVReg(stack_visitor->GetMethod(), in SetCatchEnvironmentForOptimizedHandler()
332 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod()) in SetCatchEnvironmentForOptimizedHandler()
387 if (GetMethod() == nullptr) { in FinishStackWalk()
390 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false); in FinishStackWalk()
397 ArtMethod* method = GetMethod(); in VisitFrame()
669 ArtMethod* method = stack_visitor->GetMethod(); in DumpFramesWithType()
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
Dnth_caller_visitor.h38 ArtMethod* m = GetMethod(); in VisitFrame()
Dmonitor_objects_stack_visitor.cc26 ArtMethod* m = GetMethod(); in VisitFrame()
/art/test/common/
Dstack_inspect.cc80 if (goal == stack_visitor->GetMethod()) { in IsMethodInterpreted()
86 prev_was_runtime = stack_visitor->GetMethod()->IsRuntimeMethod(); in IsMethodInterpreted()
191 if (stack_visitor->GetMethod() == nullptr || stack_visitor->GetMethod()->IsNative()) { in Java_Main_getThisOfCaller()
Druntime_state.cc164 static ArtMethod* GetMethod(ScopedObjectAccess& soa, jclass cls, const ScopedUtfChars& chars) in GetMethod() function
188 ArtMethod* method = GetMethod(soa, cls, chars); in Java_Main_hasJitCompiledEntrypoint()
205 ArtMethod* method = GetMethod(soa, cls, chars); in Java_Main_hasJitCompiledCode()
284 method = GetMethod(soa, cls, chars); in Java_Main_ensureJitCompiled()
/art/test/543-env-long-ref/
Denv_long_ref.cc32 ArtMethod* m = stack_visitor->GetMethod(); in Java_Main_lookForMyRegisters()
/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/test/167-visit-locks/
Dvisit_locks.cc47 ArtMethod* m = GetMethod(); in Java_Main_testVisitLocks()
/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/runtime/gc/
Dallocation_record.cc69 DCHECK(element.GetMethod() != nullptr); in VisitRoots()
70 element.GetMethod()->VisitRoots(buffered_visitor, kRuntimePointerSize); in VisitRoots()
205 ArtMethod* m = stack_visitor->GetMethod(); in RecordAllocation()
/art/test/004-StackWalk/
Dstack_walk_jni.cc42 ArtMethod* m = GetMethod(); in VisitFrame()
/art/tools/veridex/
Dresolver.h54 VeriMethod GetMethod(uint32_t method_index);
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc35 ArtMethod* m = stack_visitor->GetMethod(); in FindMethodIndex()
/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc36 ArtMethod* m = GetMethod(); in VisitFrame()

123