Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dstring-inl.h552 ExternalOneByteString::cast(this)->update_data_cache(); in set_address_as_resource()
554 ExternalTwoByteString::cast(this)->update_data_cache(); in set_address_as_resource()
575 void ExternalOneByteString::update_data_cache() { in update_data_cache() function
595 if (resource != nullptr) update_data_cache(); in set_resource()
611 void ExternalTwoByteString::update_data_cache() { in update_data_cache() function
630 if (resource != nullptr) update_data_cache(); in set_resource()
Dstring.h775 inline void update_data_cache();
813 inline void update_data_cache();