Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc666 Label stub_cache(this), fast_properties(this), dictionary_properties(this), in EmitGenericPropertyStore() local
670 &dictionary_properties, &fast_properties); in EmitGenericPropertyStore()
672 BIND(&fast_properties); in EmitGenericPropertyStore()
/external/v8/src/
Dkeys.cc360 template <bool fast_properties>
367 if (fast_properties) { in GetOwnKeysWithElements()