Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-array-gen.cc3256 hole_loop(this, &index_var), search_notnan(this), return_found(this), in GeneratePackedDoubles() local
3326 hole_loop(this, &index_var), search_notnan(this), return_found(this), in GenerateHoleyDoubles() local
3337 GotoIf(IsUndefined(search_element), &hole_loop); in GenerateHoleyDoubles()
3384 BIND(&hole_loop); in GenerateHoleyDoubles()
3394 Goto(&hole_loop); in GenerateHoleyDoubles()