Searched refs:FastPut (Results 1 – 6 of 6) sorted by relevance
152 bool FastPut() const { in FastPut() function208 bool FastPut() const { in FastPut() function
1395 !info.IsResolved() || !info.FastPut()) { in RecordMIR()1429 !info.IsResolved() || !info.FastPut()) { in RecordMIR()
1836 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()
688 cu_->compiler_driver->ProcessedStaticField(field_info.FastPut(), field_info.IsReferrersClass()); in GenSput()689 if (!ForceSlowFieldPath(cu_) && field_info.FastPut()) { in GenSput()950 cu_->compiler_driver->ProcessedInstanceField(field_info.FastPut()); in GenIPut()951 if (!ForceSlowFieldPath(cu_) && field_info.FastPut()) { in GenIPut()
999 DCHECK(mir_graph->GetIFieldLoweringInfo(insn).FastPut()); in GenInlineIPut()
1248 : field_info.FastPut(); in AnalyzeMIR()