Home
last modified time | relevance | path

Searched refs:cache_data (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format.h58 * Note: cache_data needs 16 byte alignment.
62 alignas(16) uint32_t cache_data[LP_BUILD_FORMAT_CACHE_SIZE][4][4]; member
/third_party/node/deps/v8/src/d8/
H A Dd8.cc507 const ScriptCompiler::CachedData* cache_data) { in StoreInCodeCache()
510 if (cache_data == nullptr) return; in StoreInCodeCache()
513 int length = cache_data->length; in StoreInCodeCache()
515 memcpy(cache, cache_data->data, length); in StoreInCodeCache()
506 StoreInCodeCache(Isolate* isolate, Local<Value> source, const ScriptCompiler::CachedData* cache_data) StoreInCodeCache() argument

Completed in 10 milliseconds