Searched defs:GetOatMethodIndexFromMethodIndex (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dclass_linker.cc2358 static uint32_t GetOatMethodIndexFromMethodIndex(const DexFile& dex_file, uint16_t class_def_idx, function in namespace:art
2419 GetOatMethodIndexFromMethodIndex(*declaring_class->GetDexCache()->GetDexFile(),
2508 uint32_t oat_method_idx = GetOatMethodIndexFromMethodIndex(dex_file, class_def_idx, method_idx);
2519 uint32_t oat_method_idx = GetOatMethodIndexFromMethodIndex(dex_file, class_def_idx, method_idx);

Completed in 296 milliseconds