Home | History | Annotate | Download | only in quick

Lines Matching refs:method_entry

1422         ArtMethod** method_entry = reinterpret_cast<ArtMethod**>(const_cast<uint8_t*>(
1424 DCHECK_GE(method_entry, oat_file->GetBssMethods().data());
1425 DCHECK_LT(method_entry,
1427 *method_entry = called;