Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver-inl.h326 const bool same_dex_file = target_method->dex_file == mUnit->GetDexFile(); in IsFastInvoke() local
327 bool can_sharpen_virtual_based_on_type = same_dex_file && in IsFastInvoke()
332 bool can_sharpen_super_based_on_type = same_dex_file && (*invoke_type == kSuper) && in IsFastInvoke()