Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.h148 bool FastGet() const { in FastGet() function
204 bool FastGet() const { in FastGet() function
Dgvn_dead_code_elimination.cc1376 !info.IsResolved() || !info.FastGet()) { in RecordMIR()
1410 !info.IsResolved() || !info.FastGet()) { in RecordMIR()
Dmir_optimization.cc1836 bool fast = (df_attributes & DF_DA) != 0 ? field_info.FastGet() : field_info.FastPut(); in CanThrow()
1842 bool fast = (df_attributes & DF_DA) != 0 ? field_info.FastGet() : field_info.FastPut(); in CanThrow()
/art/compiler/dex/quick/
Dgen_common.cc765 cu_->compiler_driver->ProcessedStaticField(field_info.FastGet(), field_info.IsReferrersClass()); in GenSget()
767 if (!ForceSlowFieldPath(cu_) && field_info.FastGet()) { in GenSget()
871 cu_->compiler_driver->ProcessedInstanceField(field_info.FastGet()); in GenIGet()
872 if (!ForceSlowFieldPath(cu_) && field_info.FastGet()) { in GenIGet()
Ddex_file_method_inliner.cc941 DCHECK(mir_graph->GetIFieldLoweringInfo(insn).FastGet()); in GenInlineIGet()
Dralloc_util.cc1247 ? field_info.FastGet() in AnalyzeMIR()