OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_function_table_size
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/wasm/
wasm-code-specialization.h
57
uint32_t
old_function_table_size
= 0;
member in class:v8::internal::wasm::CodeSpecialization
wasm-code-specialization.cc
87
DCHECK(
old_function_table_size
== 0 && new_function_table_size == 0);
89
old_function_table_size
= old_size;
169
bool patch_table_size =
old_function_table_size
|| new_function_table_size;
253
old_function_table_size
, new_function_table_size,
Completed in 862 milliseconds