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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1422 ArtMethod** method_entry = reinterpret_cast<ArtMethod**>(const_cast<uint8_t*>( local
1424 DCHECK_GE(method_entry, oat_file->GetBssMethods().data());
1425 DCHECK_LT(method_entry,
1427 *method_entry = called;

Completed in 11 milliseconds