Searched refs:fast_iterator_result_map (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-iterator-gen.cc | 75 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()
|
D | builtins-iterator-gen.h | 38 Label* if_done, Node* fast_iterator_result_map = nullptr, 47 Node* fast_iterator_result_map = nullptr,
|
D | builtins-promise-gen.cc | 1862 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()
|
D | builtins-collections-gen.cc | 304 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()
|
D | builtins-array-gen.cc | 2093 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()
|