Searched refs:GetWireBytesStorage (Results 1 – 3 of 3) sorted by relevance
156 std::shared_ptr<WireBytesStorage> GetWireBytesStorage() const;
166 &env, native_module->compilation_state()->GetWireBytesStorage().get(), in CompileWasmFunction()
653 std::shared_ptr<WireBytesStorage> GetWireBytesStorage() const { in GetWireBytesStorage() function in v8::internal::wasm::__anond8a41e1c0111::CompilationStateImpl835 std::shared_ptr<WireBytesStorage> CompilationState::GetWireBytesStorage() in GetWireBytesStorage() function in v8::internal::wasm::CompilationState837 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()