Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc171 slow_loop(this, Label::kDeferred); in AddConstructorEntries() local
180 &slow_loop); in AddConstructorEntries()
181 Branch(use_fast_loop.value(), &fast_loop, &slow_loop); in AddConstructorEntries()
211 BIND(&slow_loop); in AddConstructorEntries()