Searched refs:IsCacheable (Results 1 - 7 of 7) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | armv7m_mpu.h | 83 * \param IsCacheable Region is cacheable, i.e. its value may be kept in cache. 86 #define ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable) \ 89 (((IsCacheable) << MPU_RASR_C_Pos) & MPU_RASR_C_Msk) | \ 116 * \param IsCacheable Region is cacheable, i.e. its value may be kept in cache. 121 #define ARM_MPU_RASR(DisableExec, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ 122 ARM_MPU_RASR_EX(DisableExec, AccessPermission, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/third_party/node/deps/v8/src/objects/ |
H A D | string-inl.h | 1170 if (resource(isolate)->IsCacheable()) in update_data_cache() 1202 if (res->IsCacheable()) { in GetChars() 1242 if (resource(isolate)->IsCacheable()) in update_data_cache() 1274 if (res->IsCacheable()) { in GetChars()
|
H A D | string.cc | 373 DCHECK(resource->IsCacheable()); in MakeExternal() 452 DCHECK(resource->IsCacheable()); in MakeExternal()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-primitive.h | 235 virtual bool IsCacheable() const { return true; } in IsCacheable() function in v8::String::ExternalStringResourceBase 255 * |Unlock()|, that is the string must behave as is |IsCacheable()| returned 304 * called only for cacheable resources (i.e. IsCacheable() == true) and only
|
/third_party/node/deps/v8/include/ |
H A D | v8-primitive.h | 234 virtual bool IsCacheable() const { return true; } in IsCacheable() function in v8::String::ExternalStringResourceBase 254 * |Unlock()|, that is the string must behave as is |IsCacheable()| returned 302 * called only for cacheable resources (i.e. IsCacheable() == true) and only
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 1054 Handle<Map> map = resource->IsCacheable() in NewExternalStringFromOneByte() 1078 Handle<Map> map = resource->IsCacheable() ? external_string_map() in NewExternalStringFromTwoByte()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 5817 DCHECK(IsCacheable()); in UpdateDataCache() 5822 DCHECK(IsCacheable() && cached_data_ != nullptr); in CheckCachedDataInvariants() 5826 DCHECK(IsCacheable()); in UpdateDataCache() 5831 DCHECK(IsCacheable() && cached_data_ != nullptr); in CheckCachedDataInvariants()
|
Completed in 39 milliseconds