Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_common.cc49 ALWAYS_INLINE static inline bool ForceSlowFieldPath(CompilationUnit* cu) { in ForceSlowFieldPath() function
689 if (!ForceSlowFieldPath(cu_) && field_info.FastPut()) { in GenSput()
767 if (!ForceSlowFieldPath(cu_) && field_info.FastGet()) { in GenSget()
872 if (!ForceSlowFieldPath(cu_) && field_info.FastGet()) { in GenIGet()
951 if (!ForceSlowFieldPath(cu_) && field_info.FastPut()) { in GenIPut()