Home
last modified time | relevance | path

Searched refs:published_code (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc3721 std::vector<WasmCode*> published_code = in PublishCode() local
3725 GetWasmEngine()->LogCode(base::VectorOf(published_code)); in PublishCode()
3728 OnFinishedUnits(base::VectorOf(std::move(published_code))); in PublishCode()
3960 WasmCode* published_code; in CompileImportWrapper() local
3969 published_code = native_module->PublishCode(std::move(wasm_code)); in CompileImportWrapper()
3971 (*cache_scope)[key] = published_code; in CompileImportWrapper()
3972 published_code->IncRef(); in CompileImportWrapper()
3974 published_code->instructions().length()); in CompileImportWrapper()
3975 counters->wasm_reloc_size()->Increment(published_code->reloc_info().length()); in CompileImportWrapper()
3976 return published_code; in CompileImportWrapper()
[all...]
H A Dwasm-code-manager.cc1295 std::vector<WasmCode*> published_code; in PublishCode() local
1296 published_code.reserve(codes.size()); in PublishCode()
1300 published_code.push_back(PublishCodeLocked(std::move(code))); in PublishCode()
1302 return published_code; in PublishCode()
H A Dwasm-objects.cc1493 wasm::WasmCode* published_code = in ImportWasmJSFunctionIntoTable() local
1496 published_code->instructions().length()); in ImportWasmJSFunctionIntoTable()
1498 published_code->reloc_info().length()); in ImportWasmJSFunctionIntoTable()
1499 call_target = published_code->instruction_start(); in ImportWasmJSFunctionIntoTable()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc8149 wasm::WasmCode* published_code;
8158 published_code = native_module->PublishCode(std::move(wasm_code));
8160 return published_code;

Completed in 28 milliseconds