Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc273 after_loop(this), next_descriptor(this); in FastGetOwnValuesOrEntries() local
275 &after_loop, &loop); in FastGetOwnValuesOrEntries()
338 &after_loop, &loop); in FastGetOwnValuesOrEntries()
341 BIND(&after_loop); in FastGetOwnValuesOrEntries()
/third_party/python/Python/
Derrors.c1741 goto after_loop; in err_programtext()
1751 after_loop: in err_programtext()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc11681 Label after_loop(this); in BuildFastLoop() local
11695 Branch(first_check, &after_loop, &loop); in BuildFastLoop()
11707 Branch(IntPtrOrSmiNotEqual(var.value(), end_index), &loop, &after_loop); in BuildFastLoop()
11709 BIND(&after_loop); in BuildFastLoop()