Searched refs:code_vec (Results 1 – 2 of 2) sorted by relevance
1089 void WasmEngine::LogCode(base::Vector<WasmCode*> code_vec) { in LogCode() argument1090 if (code_vec.empty()) return; in LogCode()1092 NativeModule* native_module = code_vec[0]->native_module(); in LogCode()1107 for (WasmCode* code : code_vec) { in LogCode()1120 log_entry.code.insert(log_entry.code.end(), code_vec.begin(), in LogCode()1121 code_vec.end()); in LogCode()1466 const std::vector<WasmCode*>& code_vec = dead_code_entry.second; in FreeDeadCodeLocked() local1469 TRACE_CODE_GC("Freeing %zu code object%s of module %p.\n", code_vec.size(), in FreeDeadCodeLocked()1470 code_vec.size() == 1 ? "" : "s", native_module); in FreeDeadCodeLocked()1471 for (WasmCode* code : code_vec) { in FreeDeadCodeLocked()[all …]
490 void WasmCode::DecrementRefCount(base::Vector<WasmCode* const> code_vec) { in DecrementRefCount() argument494 for (WasmCode* code : code_vec) { in DecrementRefCount()