Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.cc66 std::pair<bool, bool> fast_path = compiler_driver->IsFastInstanceField( in Resolve() local
114 std::pair<bool, bool> fast_path = compiler_driver->IsFastStaticField( in Resolve() local
Ddex_to_dex_compiler.cc213 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, is_put, in CompileInstanceFieldAccess() local
245 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, in CompileInvokeVirtual() local
Dmir_dataflow.cc1301 bool fast_path = in InvokeUsesMethodStar() local
/art/compiler/driver/
Dcompiler_driver.cc1086 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo() local
1139 std::pair<bool, bool> fast_path = IsFastStaticField( in ComputeStaticFieldInfo() local
/art/compiler/dex/quick/
Dgen_invoke.cc1756 bool fast_path = method_info.FastPath(); in GenInvokeNoInline() local