Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-specialization.cc87 DCHECK(old_function_table_size == 0 && new_function_table_size == 0); in PatchTableSize()
89 old_function_table_size = old_size; in PatchTableSize()
169 bool patch_table_size = old_function_table_size || new_function_table_size; in ApplyToWasmCode()
253 old_function_table_size, new_function_table_size, in ApplyToWasmCode()
Dwasm-code-specialization.h57 uint32_t old_function_table_size = 0; variable