Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc78 ::free(indirect_function_table_sig_ids_); in free()
82 indirect_function_table_sig_ids_ = nullptr; in free()
95 if (indirect_function_table_sig_ids_) { in resize_indirect_function_table()
97 new_sig_ids = realloc(indirect_function_table_sig_ids_, in resize_indirect_function_table()
125 uint32_t* indirect_function_table_sig_ids_ = nullptr; member in v8::internal::__anonc2bd63180111::WasmInstanceNativeAllocations