Searched defs:GetMethod (Results 1 - 9 of 9) sorted by relevance

/art/openjdkjvmti/
H A Dti_breakpoint.h62 art::ArtMethod* GetMethod() const { function in class:openjdkjvmti::Breakpoint
/art/runtime/verifier/
H A Dmethod_verifier-inl.h51 inline ArtMethod* MethodVerifier::GetMethod() const { function in class:art::verifier::MethodVerifier
/art/runtime/
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
H A Ddebugger.h132 ArtMethod* GetMethod() const { function in class:art::SingleStepControl
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...]
/art/runtime/jit/
H A Dprofiling_info.h72 ArtMethod* GetMethod() const { function in class:art::ProfilingInfo
/art/runtime/gc/
H A Dallocation_record.h49 ArtMethod* GetMethod() const { function in class:art::gc::AllocRecordStackTraceElement
127 return std::hash<void*>()(reinterpret_cast<void*>(r.GetMethod())) *
/art/tools/veridex/
H A Dresolver.cc280 VeriMethod VeridexResolver::GetMethod(uint32_t method_index) { function in class:art::VeridexResolver
324 if (GetMethod(i) == nullptr) {
/art/compiler/optimizing/
H A Dnodes.h1870 to_copy.GetMethod(),
1925 ArtMethod* GetMethod() const { function in class:art::HEnvironment

Completed in 205 milliseconds