Home
last modified time | relevance | path

Searched refs:AsyncCompileJob (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-engine.cc156 AsyncCompileJob* job = CreateAsyncCompileJob( in AsyncCompile()
165 AsyncCompileJob* job = in StartStreamingCompilation()
227 AsyncCompileJob* WasmEngine::CreateAsyncCompileJob( in CreateAsyncCompileJob()
231 AsyncCompileJob* job = in CreateAsyncCompileJob()
232 new AsyncCompileJob(isolate, enabled, std::move(bytes_copy), length, in CreateAsyncCompileJob()
236 jobs_[job] = std::unique_ptr<AsyncCompileJob>(job); in CreateAsyncCompileJob()
240 std::unique_ptr<AsyncCompileJob> WasmEngine::RemoveCompileJob( in RemoveCompileJob()
241 AsyncCompileJob* job) { in RemoveCompileJob()
245 std::unique_ptr<AsyncCompileJob> result = std::move(item->second); in RemoveCompileJob()
Dwasm-engine.h127 std::unique_ptr<AsyncCompileJob> RemoveCompileJob(AsyncCompileJob* job);
147 AsyncCompileJob* CreateAsyncCompileJob(
166 std::unordered_map<AsyncCompileJob*, std::unique_ptr<AsyncCompileJob>> jobs_;
Dmodule-compiler.cc2130 AsyncCompileJob::AsyncCompileJob( in AsyncCompileJob() function in v8::internal::wasm::AsyncCompileJob
2150 void AsyncCompileJob::Start() { in Start()
2154 void AsyncCompileJob::Abort() { in Abort()
2162 explicit AsyncStreamingProcessor(AsyncCompileJob* job);
2191 AsyncCompileJob* job_;
2196 std::shared_ptr<StreamingDecoder> AsyncCompileJob::CreateStreamingDecoder() { in CreateStreamingDecoder()
2203 AsyncCompileJob::~AsyncCompileJob() { in ~AsyncCompileJob()
2217 void AsyncCompileJob::FinishCompile() { in FinishCompile()
2235 void AsyncCompileJob::AsyncCompileFailed(Handle<Object> error_reason) { in AsyncCompileFailed()
2237 std::shared_ptr<AsyncCompileJob> job = in AsyncCompileFailed()
[all …]
Dmodule-compiler.h79 class AsyncCompileJob {
81 AsyncCompileJob(Isolate* isolate, const WasmFeatures& enabled_features,
85 ~AsyncCompileJob();