Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-iterator-gen.h38 base::Optional<TNode<Map>> fast_iterator_result_map = base::nullopt);
41 base::Optional<TNode<Map>> fast_iterator_result_map, Label* if_done) { in IteratorStep() argument
42 return IteratorStep(context, iterator, if_done, fast_iterator_result_map); in IteratorStep()
51 base::Optional<TNode<Map>> fast_iterator_result_map = base::nullopt);
H A Dbuiltins-iterator-gen.cc63 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorStep() argument
74 if (fast_iterator_result_map) { in IteratorStep()
79 GotoIfNot(TaggedEqual(result_map, *fast_iterator_result_map), &if_generic); in IteratorStep()
112 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorValue() argument
115 if (fast_iterator_result_map) { in IteratorValue()
119 GotoIfNot(TaggedEqual(map, *fast_iterator_result_map), &if_generic); in IteratorValue()
H A Dbuiltins-collections-gen.cc319 TNode<Map> fast_iterator_result_map = CAST( in AddConstructorEntriesFromIterable() local
327 context, iterator, &exit, fast_iterator_result_map); in AddConstructorEntriesFromIterable()
329 context, next, fast_iterator_result_map); in AddConstructorEntriesFromIterable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-iterator-gen.h38 base::Optional<TNode<Map>> fast_iterator_result_map = base::nullopt);
41 base::Optional<TNode<Map>> fast_iterator_result_map, Label* if_done) { in IteratorStep() argument
42 return IteratorStep(context, iterator, if_done, fast_iterator_result_map); in IteratorStep()
51 base::Optional<TNode<Map>> fast_iterator_result_map = base::nullopt);
H A Dbuiltins-iterator-gen.cc65 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorStep() argument
76 if (fast_iterator_result_map) { in IteratorStep()
81 GotoIfNot(TaggedEqual(result_map, *fast_iterator_result_map), &if_generic); in IteratorStep()
114 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorValue() argument
117 if (fast_iterator_result_map) { in IteratorValue()
121 GotoIfNot(TaggedEqual(map, *fast_iterator_result_map), &if_generic); in IteratorValue()
H A Dbuiltins-collections-gen.cc320 TNode<Map> fast_iterator_result_map = CAST( in AddConstructorEntriesFromIterable() local
328 context, iterator, &exit, fast_iterator_result_map); in AddConstructorEntriesFromIterable()
330 context, next, fast_iterator_result_map); in AddConstructorEntriesFromIterable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-iterator-gen.h40 base::Optional<TNode<Map>> fast_iterator_result_map = base::nullopt);
43 base::Optional<TNode<Map>> fast_iterator_result_map, Label* if_done) { in IteratorStep() argument
44 return IteratorStep(context, iterator, if_done, fast_iterator_result_map); in IteratorStep()
53 base::Optional<TNode<Map>> fast_iterator_result_map = base::nullopt);
H A Dbuiltins-iterator-gen.cc65 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorStep() argument
76 if (fast_iterator_result_map) { in IteratorStep()
81 GotoIfNot(TaggedEqual(result_map, *fast_iterator_result_map), &if_generic); in IteratorStep()
114 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorValue() argument
117 if (fast_iterator_result_map) { in IteratorValue()
121 GotoIfNot(TaggedEqual(map, *fast_iterator_result_map), &if_generic); in IteratorValue()
H A Dbuiltins-collections-gen.cc320 TNode<Map> fast_iterator_result_map = CAST( in AddConstructorEntriesFromIterable() local
328 context, iterator, &exit, fast_iterator_result_map); in AddConstructorEntriesFromIterable()
330 context, next, fast_iterator_result_map); in AddConstructorEntriesFromIterable()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-iterator-gen.cc74 Node* fast_iterator_result_map, Label* if_exception, Variable* exception) { in IteratorStep() argument
86 if (fast_iterator_result_map != nullptr) { in IteratorStep()
91 GotoIfNot(WordEqual(result_map, fast_iterator_result_map), &if_generic); in IteratorStep()
126 Node* fast_iterator_result_map, in IteratorValue() argument
133 if (fast_iterator_result_map != nullptr) { in IteratorValue()
137 GotoIfNot(WordEqual(map, fast_iterator_result_map), &if_generic); in IteratorValue()
H A Dbuiltins-iterator-gen.h38 Label* if_done, Node* fast_iterator_result_map = nullptr,
47 Node* fast_iterator_result_map = nullptr,
H A Dbuiltins-promise-gen.cc1839 Node* const fast_iterator_result_map = in PerformPromiseAll() local
1842 native_context, iterator, &done_loop, fast_iterator_result_map, in PerformPromiseAll()
1850 native_context, next, fast_iterator_result_map, if_exception, in PerformPromiseAll()
2202 Node* const fast_iterator_result_map = LoadContextElement( in TF_BUILTIN() local
2209 context, iterator, &break_loop, fast_iterator_result_map, in TF_BUILTIN()
2217 iter_assembler.IteratorValue(context, next, fast_iterator_result_map, in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc303 TNode<Object> fast_iterator_result_map = in AddConstructorEntriesFromIterable() local
311 context, iterator, &exit, fast_iterator_result_map)); in AddConstructorEntriesFromIterable()
313 context, next, fast_iterator_result_map)); in AddConstructorEntriesFromIterable()
H A Dbuiltins-array-gen.cc2060 TNode<Object> fast_iterator_result_map = in TF_BUILTIN() local
2069 context, iterator_record, &loop_done, fast_iterator_result_map)); in TF_BUILTIN()
2072 context, next, fast_iterator_result_map))); in TF_BUILTIN()