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

123

/art/runtime/interpreter/
H A Dshadow_frame.cc24 ArtMethod* m = GetMethod();
38 ArtMethod* m = GetMethod();
H A Dinterpreter.cc247 DCHECK(!shadow_frame.GetMethod()->IsAbstract());
248 DCHECK(!shadow_frame.GetMethod()->IsNative());
254 ArtMethod *method = shadow_frame.GetMethod();
273 jit->MethodEntered(self, shadow_frame.GetMethod());
293 ArtMethod* method = shadow_frame.GetMethod();
499 DCHECK(!shadow_frame->GetMethod()->MustCountLocks());
502 CodeItemDataAccessor accessor(shadow_frame->GetMethod()->DexInstructionData());
535 if (IsStringInit(instr, shadow_frame->GetMethod())) {
596 jit->NotifyCompiledCodeToInterpreterTransition(self, shadow_frame->GetMethod());
612 ArtMethod* method = shadow_frame->GetMethod();
[all...]
H A Dinterpreter_common.cc56 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
176 shadow_frame.GetMethod(),
269 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
364 shadow_frame.GetMethod(),
442 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock(
453 shadow_frame.GetMethod(),
477 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile());
528 ArtMethod* method = shadow_frame->GetMethod();
545 method = shadow_frame->GetMethod();
636 class_linker->ResolveMethodType(self, callsite_proto_id, shadow_frame.GetMethod())));
[all...]
/art/runtime/
H A Dmanaged_stack.cc34 if (current_frame->GetMethod()->IsNative()) {
H A Dnth_caller_visitor.h38 ArtMethod* m = GetMethod();
H A Dcheck_reference_map_visitor.h38 ArtMethod* m = GetMethod();
66 ArtMethod* m = GetMethod();
H A Dstack.cc89 ArtMethod* StackVisitor::GetMethod() const { function in class:art::StackVisitor
91 return cur_shadow_frame_->GetMethod();
127 GetMethod(), cur_quick_frame_pc_, abort_on_failure);
139 ArtMethod* m = GetMethod();
204 DCHECK(m == GetMethod());
225 DCHECK_EQ(m, GetMethod());
352 DCHECK(m == GetMethod());
530 ArtMethod* method = GetMethod();
572 ArtMethod* m = GetMethod();
585 DCHECK(GetMethod() !
[all...]
H A Dquick_exception_handler.cc71 ArtMethod* method = GetMethod();
262 bool get_vreg_success = stack_visitor->GetVReg(stack_visitor->GetMethod(),
267 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod())
325 if (GetMethod() == nullptr) {
328 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false);
335 ArtMethod* method = GetMethod();
599 CHECK(GetMethod() != nullptr);
664 ArtMethod* method = GetMethod();
H A Dimt_conflict_table.h77 return GetMethod(index * kMethodCount + kMethodInterface, pointer_size);
81 return GetMethod(index * kMethodCount + kMethodImplementation, pointer_size);
188 ArtMethod* GetMethod(size_t index, PointerSize pointer_size) const { function in class:art::ImtConflictTable
/art/test/004-ReferenceMap/
H A Dstack_walk_refmap_jni.cc27 uintptr_t native_quick_pc = method_header->ToNativeQuickPc(GetMethod(), \
44 ArtMethod* m = GetMethod();
/art/test/167-visit-locks/
H A Dvisit_locks.cc46 ArtMethod* m = GetMethod();
/art/test/570-checker-osr/
H A Dosr.cc39 ArtMethod* m = GetMethod();
99 ArtMethod* m = GetMethod();
133 ArtMethod* m = GetMethod();
/art/openjdkjvmti/
H A Dti_breakpoint.cc71 if (b.GetMethod()->GetDeclaringClass() == klass) {
84 deopt->RemoveMethodBreakpoint(b.GetMethod());
H A Dti_breakpoint.h62 art::ArtMethod* GetMethod() const { function in class:openjdkjvmti::Breakpoint
H A Dti_stack.h100 if (GetMethod()->IsRuntimeMethod()) {
/art/runtime/verifier/
H A Dmethod_verifier-inl.h51 inline ArtMethod* MethodVerifier::GetMethod() const { function in class:art::verifier::MethodVerifier
/art/test/004-StackWalk/
H A Dstack_walk_jni.cc40 ArtMethod* m = GetMethod();
/art/test/466-get-live-vreg/
H A Dget_live_vreg_jni.cc36 ArtMethod* m = GetMethod();
/art/test/543-env-long-ref/
H A Denv_long_ref.cc38 ArtMethod* m = GetMethod();
/art/tools/veridex/
H A Dresolver.h54 VeriMethod GetMethod(uint32_t method_index);
/art/test/common/
H A Dstack_inspect.cc81 if (goal_ == GetMethod()) {
86 prev_was_runtime_ = GetMethod()->IsRuntimeMethod();
/art/runtime/jit/
H A Dprofiling_info.h72 ArtMethod* GetMethod() const { function in class:art::ProfilingInfo
/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc126 if (GetMethod()->IsRuntimeMethod()) {
129 class_set_->AddClass(GetMethod()->GetDeclaringClass());
131 LOG(INFO) << GetMethod()->GetDeclaringClass()->PrettyClass()
133 << GetMethod()->PrettyMethod() << " appearing on the stack during zygote fork.";
/art/test/1945-proxy-method-arguments/
H A Dget_args.cc40 if (GetMethod()->IsRuntimeMethod()) {
/art/test/461-get-reference-vreg/
H A Dget_reference_vreg_jni.cc37 ArtMethod* m = GetMethod();

Completed in 453 milliseconds

123