Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/baseline/
H A Dbaseline-batch-compiler.cc100 MaybeObject maybe_sfi = task_queue->Get(i); in BaselineBatchCompilerJob() local
105 if (!maybe_sfi.GetHeapObjectIfWeak(&obj)) continue; in BaselineBatchCompilerJob()
332 MaybeObject maybe_sfi = compilation_queue_->Get(i); in CompileBatch() local
333 MaybeCompileFunction(maybe_sfi); in CompileBatch()
344 bool BaselineBatchCompiler::MaybeCompileFunction(MaybeObject maybe_sfi) { in MaybeCompileFunction() argument
347 if (!maybe_sfi.GetHeapObjectIfWeak(&heapobj)) return false; in MaybeCompileFunction()
H A Dbaseline-batch-compiler.h52 // Tries to compile |maybe_sfi|. Returns false if compilation was not possible
54 bool MaybeCompileFunction(MaybeObject maybe_sfi);
/third_party/node/deps/v8/src/api/
H A Dapi.cc2757 i::MaybeHandle<i::SharedFunctionInfo> maybe_sfi = in Compile() local
2759 has_pending_exception = !maybe_sfi.ToHandle(&sfi); in Compile()
2777 i::MaybeHandle<i::SharedFunctionInfo> maybe_sfi = in CompileModule() local
2779 has_pending_exception = !maybe_sfi.ToHandle(&sfi); in CompileModule()

Completed in 23 milliseconds