Home
last modified time | relevance | path

Searched defs:new_store (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcollector.h107 Vector<T> new_store = Vector<T>::New(size_); in ToVector() local
Ddeoptimizer.cc4175 bool new_store = false; in StoreMaterializedValuesAndDeopt() local
/external/libbrillo/brillo/
Dkey_value_store_unittest.cc89 KeyValueStore new_store; in TEST_F() local
/external/v8/src/parsing/
Dscanner.cc76 Vector<byte> new_store = Vector<byte>::New(NewCapacity(kInitialCapacity)); in ExpandBuffer() local
84 Vector<byte> new_store; in ConvertToTwoByte() local
/external/boringssl/src/ssl/
Dssl_x509.cc1300 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store()