Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.cc110 ObjPtr<Object> methods_and_dex_pcs = object_array->Get(0); in Dump() local
111 DCHECK(methods_and_dex_pcs->IsIntArray() || methods_and_dex_pcs->IsLongArray()); in Dump()
112 ObjPtr<PointerArray> method_trace = ObjPtr<PointerArray>::DownCast(methods_and_dex_pcs); in Dump()