Home
last modified time | relevance | path

Searched refs:IsFastStaticField (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Dmir_field_info.cc134 std::pair<bool, bool> fast_path = compiler_driver->IsFastStaticField( in Resolve()
/art/compiler/driver/
Dcompiler_driver-inl.h212 inline std::pair<bool, bool> CompilerDriver::IsFastStaticField( in IsFastStaticField() function
Dcompiler_driver.h279 std::pair<bool, bool> IsFastStaticField(
Dcompiler_driver.cc1328 std::pair<bool, bool> fast_path = IsFastStaticField( in ComputeStaticFieldInfo()
/art/compiler/optimizing/
Dbuilder.cc939 std::pair<bool, bool> pair = compiler_driver_->IsFastStaticField( in BuildStaticFieldAccess()