Searched refs:if_no_properties (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 86 Label* if_call_runtime_with_fast_path, Label* if_no_properties, 207 if_no_properties(this, Label::kDeferred); in GetOwnValuesOrEntries() local 220 context, object, &if_call_runtime_with_fast_path, &if_no_properties, in GetOwnValuesOrEntries() 224 BIND(&if_no_properties); in GetOwnValuesOrEntries() 268 Label* if_call_runtime_with_fast_path, Label* if_no_properties, in FastGetOwnValuesOrEntries() argument 295 GotoIf(WordEqual(object_enum_length, IntPtrConstant(0)), if_no_properties); in FastGetOwnValuesOrEntries() 384 if_no_properties); in FastGetOwnValuesOrEntries()
|