Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc92 void* new_sig_ids = nullptr; in resize_indirect_function_table() local
97 new_sig_ids = realloc(indirect_function_table_sig_ids_, in resize_indirect_function_table()
108 new_sig_ids = malloc(new_size * sizeof(uint32_t)); in resize_indirect_function_table()
116 reinterpret_cast<uint32_t*>(new_sig_ids)); in resize_indirect_function_table()