HomeSort by relevance Sort by last modified time
    Searched full:fast_properties (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ic/
keyed-store-generic.cc 756 Label stub_cache(this), fast_properties(this), dictionary_properties(this),
761 &dictionary_properties, &fast_properties); local
763 Bind(&fast_properties);
    [all...]
  /external/v8/src/
keys.cc 353 template <bool fast_properties>
359 if (fast_properties) {
    [all...]

Completed in 134 milliseconds