Searched refs:code_table_ (Results 1 – 4 of 4) sorted by relevance
294 const base::Vector<WasmCode* const> code_table_; member in v8::internal::wasm::NativeModuleSerializer302 : native_module_(module), code_table_(code_table) { in NativeModuleSerializer()321 for (WasmCode* code : code_table_) { in Measure()457 for (WasmCode* code : code_table_) { in Write()465 for (WasmCode* code : code_table_) { in Write()479 code_table_(native_module->SnapshotCodeTable()) {} in WasmSerializer()483 base::VectorOf(code_table_)); in GetSerializedNativeModuleSize()489 base::VectorOf(code_table_)); in SerializeNativeModule()
999 code_table_ = in NativeModule()1022 memcpy(new_table.get(), code_table_.get(), in ReserveCodeTableForTesting()1025 code_table_ = std::move(new_table); in ReserveCodeTableForTesting()1183 DCHECK_NULL(code_table_[slot_index]); in UseLazyStub()1345 WasmCode* prior_code = code_table_[slot_idx]; in PublishCodeLocked()1365 code_table_[slot_idx] = code; in PublishCodeLocked()1397 if (WasmCode* prior_code = code_table_[slot_idx]) { in ReinstallDebugCode()1403 code_table_[slot_idx] = code; in ReinstallDebugCode()1440 WasmCode** start = code_table_.get(); in SnapshotCodeTable()1461 WasmCode* code = code_table_[declared_function_index(module(), index)]; in GetCode()[all …]
52 std::vector<WasmCode*> code_table_; variable
981 std::unique_ptr<WasmCode*[]> code_table_; variable