Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc82 Label* if_call_runtime_with_fast_path, Label* if_no_properties,
170 Label if_call_runtime_with_fast_path(this, Label::kDeferred), in GetOwnValuesOrEntries() local
182 GotoIfNot(IsEmptyFixedArray(elements), &if_call_runtime_with_fast_path); in GetOwnValuesOrEntries()
185 context, object, &if_call_runtime_with_fast_path, &if_no_properties, in GetOwnValuesOrEntries()
199 BIND(&if_call_runtime_with_fast_path); in GetOwnValuesOrEntries()
226 Label* if_call_runtime_with_fast_path, Label* if_no_properties, in FastGetOwnValuesOrEntries() argument
249 Branch(has_enum_cache, &if_has_enum_cache, if_call_runtime_with_fast_path); in FastGetOwnValuesOrEntries()
298 GotoIf(IsPropertyKindAccessor(kind), if_call_runtime_with_fast_path); in FastGetOwnValuesOrEntries()