Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc79 ::free(indirect_function_table_targets_); in free()
83 indirect_function_table_targets_ = nullptr; in free()
100 realloc(indirect_function_table_targets_, new_size * sizeof(Address)); in resize_indirect_function_table()
126 Address* indirect_function_table_targets_ = nullptr; member in v8::internal::__anonc2bd63180111::WasmInstanceNativeAllocations