Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc75 Node* fast_iterator_result_map, Label* if_exception, Variable* exception) { in IteratorStep() argument
87 if (fast_iterator_result_map != nullptr) { in IteratorStep()
92 GotoIfNot(WordEqual(result_map, fast_iterator_result_map), &if_generic); in IteratorStep()
127 Node* fast_iterator_result_map, in IteratorValue() argument
134 if (fast_iterator_result_map != nullptr) { in IteratorValue()
138 GotoIfNot(WordEqual(map, fast_iterator_result_map), &if_generic); in IteratorValue()
Dbuiltins-iterator-gen.h38 Label* if_done, Node* fast_iterator_result_map = nullptr,
47 Node* fast_iterator_result_map = nullptr,
Dbuiltins-promise-gen.cc1862 Node* const fast_iterator_result_map = in PerformPromiseAll() local
1865 native_context, iterator, &done_loop, fast_iterator_result_map, in PerformPromiseAll()
1873 native_context, next, fast_iterator_result_map, if_exception, in PerformPromiseAll()
2225 Node* const fast_iterator_result_map = LoadContextElement( in TF_BUILTIN() local
2232 context, iterator, &break_loop, fast_iterator_result_map, in TF_BUILTIN()
2240 iter_assembler.IteratorValue(context, next, fast_iterator_result_map, in TF_BUILTIN()
Dbuiltins-collections-gen.cc304 TNode<Object> fast_iterator_result_map = in AddConstructorEntriesFromIterable() local
312 context, iterator, &exit, fast_iterator_result_map)); in AddConstructorEntriesFromIterable()
314 context, next, fast_iterator_result_map)); in AddConstructorEntriesFromIterable()
Dbuiltins-array-gen.cc2093 TNode<Object> fast_iterator_result_map = in TF_BUILTIN() local
2102 context, iterator_record, &loop_done, fast_iterator_result_map)); in TF_BUILTIN()
2105 context, next, fast_iterator_result_map))); in TF_BUILTIN()