Lines Matching defs:shared
47 #include "src/objects/shared-function-info.h"
232 Handle<SharedFunctionInfo> shared;
233 if (FLAG_perf_prof && maybe_shared.ToHandle(&shared)) {
237 LogWriteDebugInfo(code, shared);
329 Handle<SharedFunctionInfo> shared) {
333 if (!shared->HasSourceCode()) return;
338 ByteArray source_position_table = code->SourcePositionTable(*shared);
348 GetSourcePositionInfo(code, shared, iterator.source_position()));
352 auto name = GetScriptName(shared->script(), &name_storage, no_gc);
383 GetSourcePositionInfo(code, shared, iterator.source_position()));