Searched refs:oat_method_idx (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc2508 uint32_t oat_method_idx = GetOatMethodIndexFromMethodIndex(dex_file, class_def_idx, method_idx); local
2509 return oat_class.GetOatMethod(oat_method_idx).GetQuickCode();
2519 uint32_t oat_method_idx = GetOatMethodIndexFromMethodIndex(dex_file, class_def_idx, method_idx); local
2520 return oat_class.GetOatMethod(oat_method_idx).GetPortableCode();

Completed in 36 milliseconds