Home
last modified time | relevance | path

Searched refs:GetWireBytesStorage (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dcompilation-environment.h156 std::shared_ptr<WireBytesStorage> GetWireBytesStorage() const;
H A Dfunction-compiler.cc166 &env, native_module->compilation_state()->GetWireBytesStorage().get(), in CompileWasmFunction()
H A Dmodule-compiler.cc653 std::shared_ptr<WireBytesStorage> GetWireBytesStorage() const { in GetWireBytesStorage() function in v8::internal::wasm::__anon15175::CompilationStateImpl
835 std::shared_ptr<WireBytesStorage> CompilationState::GetWireBytesStorage() in GetWireBytesStorage() function in v8::internal::wasm::__anon15175::CompilationState
837 return Impl(this)->GetWireBytesStorage(); in GetWireBytesStorage()
1180 &env, compilation_state->GetWireBytesStorage().get(), counters, in CompileLazy()
1197 compilation_state->GetWireBytesStorage()->GetCode(func->code); in CompileLazy()
1532 wire_bytes = compile_scope.compilation_state()->GetWireBytesStorage(); in ExecuteCompilationUnits()

Completed in 7 milliseconds