Searched refs:update_data_cache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h3582 void ExternalOneByteString::update_data_cache() { function in class:v8::internal::ExternalOneByteString
3595 if (resource != NULL) update_data_cache();
3615 void ExternalTwoByteString::update_data_cache() { function in class:v8::internal::ExternalTwoByteString
3627 if (resource != NULL) update_data_cache();
H A Dserialize.cc648 ExternalOneByteString::cast(source)->update_data_cache();
H A Dobjects.h9168 inline void update_data_cache();
9204 inline void update_data_cache();

Completed in 165 milliseconds