Searched refs:kSystemArrayCopyThreshold (Results 1 – 3 of 3) sorted by relevance
1596 static constexpr int32_t kSystemArrayCopyThreshold = 128; variable1607 invoke, kSystemArrayCopyThreshold, num_temps); in VisitSystemArrayCopy()1691 __ Li(temp1, kSystemArrayCopyThreshold); in VisitSystemArrayCopy()
1223 static constexpr int32_t kSystemArrayCopyThreshold = 128; variable1234 invoke, kSystemArrayCopyThreshold, kInitialNumTemps); in VisitSystemArrayCopy()1386 __ Cmp(RegisterFrom(length), kSystemArrayCopyThreshold); in VisitSystemArrayCopy()
3236 static constexpr int32_t kSystemArrayCopyThreshold = 128; variable3247 invoke, kSystemArrayCopyThreshold, kInitialNumTemps); in VisitSystemArrayCopy()3349 __ Cmp(WRegisterFrom(length), kSystemArrayCopyThreshold); in VisitSystemArrayCopy()