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

/art/runtime/
H A Dthread.cc2056 mirror::ArtMethod** method_addr = shadow_frame->GetMethodAddress(); local
2057 visitor_(reinterpret_cast<mirror::Object**>(method_addr), 0 /*ignored*/, this);
2058 mirror::ArtMethod* m = *method_addr;

Completed in 14 milliseconds