Home
last modified time | relevance | path

Searched refs:PatchTableSize (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-code-specialization.h35 void PatchTableSize(uint32_t old_size, uint32_t new_size);
Dwasm-code-specialization.cc86 void CodeSpecialization::PatchTableSize(uint32_t old_size, uint32_t new_size) { in PatchTableSize() function in CodeSpecialization
Dwasm-module.cc1948 code_specialization->PatchTableSize( in InitializeTables()
2325 code_specialization.PatchTableSize(old_size, old_size + count); in GrowDispatchTables()