Lines Matching refs:local_isolate
48 void Compile(LocalIsolate* local_isolate) {
49 BaselineCompiler compiler(local_isolate, shared_function_info_, bytecode_);
51 maybe_code_ = local_isolate->heap()->NewPersistentMaybeHandle(
52 compiler.Build(local_isolate));
55 local_isolate->heap()->RegisterCodeObject(code);
119 void Compile(LocalIsolate* local_isolate) {
120 local_isolate->heap()->AttachPersistentHandles(std::move(handles_));
122 task.Compile(local_isolate);
125 handles_ = local_isolate->heap()->DetachPersistentHandles();
153 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground);
154 UnparkedScope unparked_scope(&local_isolate);
155 LocalHandleScope handle_scope(&local_isolate);
165 job->Compile(&local_isolate);