Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc781 bool same_dex_file = IsSameDexFile(*outer_compilation_unit_.GetDexFile(), *method->GetDexFile()); in TryBuildAndInline() local
1030 bool same_dex_file, in TryBuildAndInlineHelper()
/art/compiler/driver/
Dcompiler_driver-inl.h333 const bool same_dex_file = target_method->dex_file == mUnit->GetDexFile(); in IsFastInvoke() local