Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_compiler.cc257 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, is_put, in CompileInstanceFieldAccess() local
288 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, in CompileInvokeVirtual() local
/art/compiler/driver/
Dcompiler_driver.cc1606 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo() local