Lines Matching refs:shared
158 for (BytecodeOffset osr_offset : cache.OsrOffsetsFor(function.shared())) {
196 DCHECK(function.shared().is_compiled());
197 return function.shared().GetBytecodeArray(isolate).length() *
211 return function.shared().GetBytecodeArray(isolate).length() <=
218 SharedFunctionInfo shared = function.shared();
221 if (V8_UNLIKELY(!shared.IsUserJavaScript())) return;
222 if (V8_UNLIKELY(shared.optimization_disabled())) return;
226 BytecodeArray bytecode = shared.GetBytecodeArray(isolate);
240 int old_urgency = function.shared().GetBytecodeArray(isolate).osr_urgency();
252 int old_urgency = function.shared().GetBytecodeArray(isolate).osr_urgency();
292 if (V8_UNLIKELY(function.shared().optimization_disabled())) return;
333 !function.shared(isolate_).maglev_compilation_failed()) {
340 BytecodeArray bytecode = function.shared().GetBytecodeArray(isolate_);
379 function->shared().is_compiled_scope(isolate_));
402 DCHECK(function->shared().is_compiled());
403 DCHECK(function->shared().HasBytecodeArray());
413 if (CanCompileWithBaseline(isolate_, function->shared()) &&
419 function->shared().is_compiled_scope(isolate_));