Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-object-gen.cc86 Label* if_call_runtime_with_fast_path, Label* if_no_properties,
205 Label if_call_runtime_with_fast_path(this, Label::kDeferred), in GetOwnValuesOrEntries() local
217 GotoIfNot(IsEmptyFixedArray(elements), &if_call_runtime_with_fast_path); in GetOwnValuesOrEntries()
220 context, object, &if_call_runtime_with_fast_path, &if_no_properties, in GetOwnValuesOrEntries()
233 BIND(&if_call_runtime_with_fast_path); in GetOwnValuesOrEntries()
268 Label* if_call_runtime_with_fast_path, Label* if_no_properties, in FastGetOwnValuesOrEntries() argument
291 Branch(has_enum_cache, &if_has_enum_cache, if_call_runtime_with_fast_path); in FastGetOwnValuesOrEntries()
338 GotoIf(IsPropertyKindAccessor(kind), if_call_runtime_with_fast_path); in FastGetOwnValuesOrEntries()