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

/art/runtime/verifier/
H A Dmethod_verifier-inl.h53 inline ArtMethod* MethodVerifier::GetMethod() const { function in class:art::verifier::MethodVerifier
/art/runtime/jit/
H A Dprofiling_info.h117 ArtMethod* GetMethod() const { function in class:art::ProfilingInfo
/art/runtime/gc/
H A Dallocation_record.h48 ArtMethod* GetMethod() const { function in class:art::gc::AllocRecordStackTraceElement
126 return std::hash<void*>()(reinterpret_cast<void*>(r.GetMethod())) *
/art/runtime/
H A Ddebugger.h110 ArtMethod* GetMethod() const { function in class:art::SingleStepControl
H A Dprofiler.h60 MethodReference GetMethod() { return method_; } function in class:art::StackTrieNode
73 MethodReference mr1 = node1->GetMethod();
74 MethodReference mr2 = node2->GetMethod();
H A Dart_method.h95 return GetMethod(index * kMethodCount + kMethodInterface, pointer_size);
99 return GetMethod(index * kMethodCount + kMethodImplementation, pointer_size);
190 ArtMethod* GetMethod(size_t index, size_t pointer_size) const { function in class:art::ImtConflictTable
H A Dstack.cc44 ArtMethod* m = GetMethod();
58 ArtMethod* m = GetMethod();
72 if (current_frame->GetMethod()->IsNative()) {
124 ArtMethod* StackVisitor::GetMethod() const { function in class:art::StackVisitor
126 return cur_shadow_frame_->GetMethod();
165 GetMethod(), cur_quick_frame_pc_, abort_on_failure);
177 ArtMethod* m = GetMethod();
242 DCHECK(m == GetMethod());
263 DCHECK_EQ(m, GetMethod());
379 DCHECK(m == GetMethod());
[all...]

Completed in 109 milliseconds