Lines Matching refs:shared
8 #include "src/objects/shared-function-info-inl.h"
25 bool CanCompileWithBaseline(Isolate* isolate, SharedFunctionInfo shared) {
38 if (!shared.HasBytecodeArray()) return false;
44 if (shared.HasBreakInfo()) return false;
48 if (shared.HasDebugInfo() &&
49 shared.GetDebugInfo().HasInstrumentedBytecodeArray()) {
54 if (!shared.PassesFilter(FLAG_sparkplug_filter)) return false;
60 Handle<SharedFunctionInfo> shared) {
62 Handle<BytecodeArray> bytecode(shared->GetBytecodeArray(isolate), isolate);
64 baseline::BaselineCompiler compiler(local_isolate, shared, bytecode);
85 bool CanCompileWithBaseline(Isolate* isolate, SharedFunctionInfo shared) {
90 Handle<SharedFunctionInfo> shared) {