Home
last modified time | relevance | path

Searched defs:instance_cache (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h434 void set_instance_cache(WasmInstanceCacheNodes* instance_cache) { in set_instance_cache()
Dwasm-compiler.cc3514 WasmInstanceCacheNodes* instance_cache) { in InitInstanceCache()
3535 WasmInstanceCacheNodes* instance_cache, Node* control) { in PrepareInstanceCacheForLoop()
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp46 static VkInstance instance_cache[CHIP_LAST] = {VK_NULL_HANDLE}; variable
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc38 compiler::WasmInstanceCacheNodes instance_cache; member