Home
last modified time | relevance | path

Searched defs:fast_path (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dmir_field_info.cc85 std::pair<bool, bool> fast_path = compiler_driver->IsFastInstanceField( in Resolve() local
134 std::pair<bool, bool> fast_path = compiler_driver->IsFastStaticField( in Resolve() local
Ddex_to_dex_compiler.cc238 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, is_put, in CompileInstanceFieldAccess() local
268 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, in CompileInvokeVirtual() local
/art/compiler/driver/
Dcompiler_driver.cc1277 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo() local
1328 std::pair<bool, bool> fast_path = IsFastStaticField( in ComputeStaticFieldInfo() local
/art/compiler/dex/quick/
Dgen_invoke.cc1575 bool fast_path = method_info.FastPath(); in GenInvokeNoInline() local