Home
last modified time | relevance | path

Searched refs:method_ (Results 1 – 22 of 22) sorted by relevance

/art/openjdkjvmti/
Dti_breakpoint.h60 return method_ == other.method_ && location_ == other.location_;
64 return method_; in GetMethod()
72 art::ArtMethod* method_;
Dti_breakpoint.cc120 return std::hash<uintptr_t> {}(reinterpret_cast<uintptr_t>(method_)) in hash()
124 Breakpoint::Breakpoint(art::ArtMethod* m, jlocation loc) : method_(m), location_(loc) { in Breakpoint()
/art/runtime/gc/
Dallocation_record.h46 : method_(method), in AllocRecordStackTraceElement()
50 return method_; in GetMethod()
54 method_ = m; in SetMethod()
66 return method_ == other.method_ && dex_pc_ == other.dex_pc_;
70 ArtMethod* method_ = nullptr;
Dallocation_record.cc33 DCHECK(method_ != nullptr); in ComputeLineNumber()
34 return method_->GetLineNumFromDexPC(dex_pc_); in ComputeLineNumber()
/art/runtime/
Dgc_root.h158 : field_(nullptr), method_(nullptr) { in GcRootSource()
161 : field_(field), method_(nullptr) { in GcRootSource()
164 : field_(nullptr), method_(method) { in GcRootSource()
170 return method_; in GetArtMethod()
176 return method_ != nullptr; in HasArtMethod()
181 ArtMethod* const method_; variable
Dinstrumentation.cc143 ArtMethod* method = frame.method_; in PopFramesTo()
361 CHECK_EQ(m->GetNonObsoleteMethod(), frame.method_->GetNonObsoleteMethod()) in InstrumentationInstallStack()
363 << ", Found " << ArtMethod::PrettyMethod(frame.method_); in InstrumentationInstallStack()
440 instrumentation->MethodEnterEvent(thread, (*ssi).this_object_, (*ssi).method_, 0); in InstrumentationInstallStack()
445 if (!isi->second.interpreter_entry_ && !isi->second.method_->IsRuntimeMethod()) { in InstrumentationInstallStack()
447 thread, isi->second.this_object_, isi->second.method_, dex_pc); in InstrumentationInstallStack()
502 instrumentation_frame.method_->GetNonObsoleteMethod()) in InstrumentationRestoreStack()
504 << " and " << instrumentation_frame.method_->GetNonObsoleteMethod()->PrettyMethod(); in InstrumentationRestoreStack()
1520 ArtMethod* method = instrumentation_frame.method_; in PopInstrumentationStackFrame()
1573 self, this_object, instrumentation_frame.method_, dex_pc, OptionalFrame{}, return_value); in PopInstrumentationStackFrame()
[all …]
Dstack.cc944 } else if (!instrumentation_frame.method_->IsRuntimeMethod()) { in WalkStack()
949 CHECK_EQ(instrumentation_frame.method_->GetNonObsoleteMethod(), in WalkStack()
952 << ArtMethod::PrettyMethod(instrumentation_frame.method_->GetNonObsoleteMethod()) in WalkStack()
Dinstrumentation.h778 method_(method), in InstrumentationStackFrame()
788 ArtMethod* method_; member
Dmonitor.cc175 method_(nullptr), in SetLockingMethod()
185 method_ = m; in SetLockingMethod()
192 ArtMethod* method_; in SetLockingMethod() member
197 lock_owner_method = nmv.method_; in SetLockingMethod()
Dclass_linker.cc9921 : method_(method), in FindVirtualMethodHolderVisitor()
9925 if (klass->GetVirtualMethodsSliceUnchecked(pointer_size_).Contains(method_)) { in operator ()()
9933 const ArtMethod* const method_; member in art::ClassLinker::FindVirtualMethodHolderVisitor
/art/runtime/interpreter/
Dshadow_frame.h249 DCHECK(method_ != nullptr); in SetMethod()
250 method_ = method; in SetMethod()
254 DCHECK(method_ != nullptr); in GetMethod()
255 return method_; in GetMethod()
280 return OFFSETOF_MEMBER(ShadowFrame, method_); in MethodOffset()
390 method_(method), in ShadowFrame()
426 ArtMethod* method_; variable
/art/runtime/jit/
Dprofiling_info.h79 return method_; in GetMethod()
137 ArtMethod* method_; variable
Dprofiling_info.cc30 method_(method), in ProfilingInfo()
77 LOG(FATAL) << "No inline cache found for " << ArtMethod::PrettyMethod(method_) << "@" << dex_pc; in GetInlineCache()
Djit.cc769 : method_(method), kind_(task_kind), compilation_kind_(compilation_kind), klass_(nullptr) { in JitCompileTask()
777 klass_ = soa.Vm()->AddGlobalRef(soa.Self(), method_->GetDeclaringClass()); in JitCompileTask()
796 method_, in Run()
803 if (ProfilingInfo::Create(self, method_, /* retry_allocation= */ true)) { in Run()
804 VLOG(jit) << "Start profiling " << ArtMethod::PrettyMethod(method_); in Run()
818 ArtMethod* const method_; member in art::jit::JitCompileTask
Djit_code_cache.cc909 info->method_ = new_method; in MoveObsoleteMethod()
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc159 : jvmtienv_(jvmtienv), env_(env), method_(m) {} in ScopedMethodInfo()
169 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
175 jvmtiError err = jvmtienv_->GetLineNumberTable(method_, &nlines, &lines); in Init()
186 (jvmtienv_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
216 jmethodID method_; member in tifast::__anon9d4dc8ac0111::ScopedMethodInfo
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc178 method_(method), in ScopedMethodInfo()
194 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
200 jvmtiError err = jvmti_env_->GetLineNumberTable(method_, &nlines, &lines); in Init()
211 (jvmti_env_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
241 jmethodID method_; member in breakpoint_logger::ScopedMethodInfo
/art/test/ti-stress/
Dstress.cc220 method_(m), in ScopedMethodInfo()
234 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
240 jvmtiError err = jvmtienv_->GetLineNumberTable(method_, &nlines, &lines); in Init()
251 (jvmtienv_->GetMethodName(method_, &name_, &signature_, nullptr) == JVMTI_ERROR_NONE); in Init()
277 jmethodID method_; member in art::ScopedMethodInfo
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc236 : jvmtienv_(jvmtienv), env_(env), method_(m) {} in ScopedMethodInfo()
246 if (jvmtienv_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
252 jvmtiError err = jvmtienv_->GetLineNumberTable(method_, &nlines, &lines); in Init()
263 (jvmtienv_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
293 jmethodID method_; member in tifast::__anon4fd488430111::ScopedMethodInfo
/art/runtime/dex/
Ddex_file_annotations.cc94 if (method_ != nullptr) { in GetDexCache()
95 return method_->GetDexCache(); in GetDexCache()
102 if (method_ != nullptr) { in GetClassLoader()
103 return method_->GetDeclaringClass()->GetClassLoader(); in GetClassLoader()
110 if (method_ != nullptr) { in GetRealClass()
111 return method_->GetDeclaringClass(); in GetRealClass()
123 method_(method), in ClassData()
126 DCHECK((method_ == nullptr) || real_klass_.IsNull()); in ClassData()
130 ArtMethod* method_; member in art::__anon4bc6c7790111::ClassData
/art/compiler/optimizing/
Dinliner.cc325 : method_(method), in ScopedProfilingInfoInlineUse()
336 DCHECK_EQ(profiling_info_, method_->GetProfilingInfo(pointer_size)); in ~ScopedProfilingInfoInlineUse()
337 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
344 ArtMethod* const method_; member in art::ScopedProfilingInfoInlineUse
Dnodes.h1990 method_(method), in HEnvironment()
2061 return method_; in GetMethod()
2077 ArtMethod* method_; variable