Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc170 Label allocate_table(this, &use_fast_loop), exit(this), fast_loop(this), in AddConstructorEntries() local
181 Branch(use_fast_loop.value(), &fast_loop, &slow_loop); in AddConstructorEntries()
183 BIND(&fast_loop); in AddConstructorEntries()