Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver-inl.h86 inline std::pair<bool, bool> CompilerDriver::IsFastInstanceField( in IsFastInstanceField() function
Dcompiler_driver.h165 std::pair<bool, bool> IsFastInstanceField(ObjPtr<mirror::DexCache> dex_cache,
Dcompiler_driver.cc1403 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo()