Lines Matching defs:shared
102 #include "src/snapshot/shared-heap-deserializer.h"
739 Handle<BytecodeArray> code(function->shared().GetBytecodeArray(isolate_),
750 function->shared()
829 is_strict(function->shared().language_mode());
866 function->shared().IsApiFunction()) {
874 !function->shared().IsUserJavaScript()) {
875 return function->shared().native() || function->shared().IsApiFunction();
1296 Handle<SharedFunctionInfo> shared = handle(frame->function().shared(), this);
1297 SharedFunctionInfo::EnsureSourcePositionsAvailable(this, shared);
1300 Object maybe_script = frame->function().shared().script();
2359 Handle<SharedFunctionInfo> shared;
2366 shared = handle(summary.AsJavaScript().function()->shared(), this);
2371 MessageLocation(Handle<Script>::cast(script), pos, pos + 1, shared);
2373 *target = MessageLocation(Handle<Script>::cast(script), shared,
3263 // A shared Isolate is used to support JavaScript shared memory features
3267 // 1. The RO space is shared, so e.g. immortal RO maps can be shared across
3271 // single virtual memory reservation shared by all Isolates in the process
3431 // This isolate might have to park for a shared GC initiated by another
3432 // client isolate before it can actually detach from the shared isolate.
3586 // compression as the object itself is shared.
3962 // Lock clients_mutex_ in order to prevent shared GCs from other clients
3970 // The main thread LocalHeap needs to be set up when attaching to the shared
3985 // Only refer to shared string table after attaching to the shared isolate.
4042 // Terminate the startup and shared heap object caches so we can iterate.
4420 SharedFunctionInfo shared = vector.shared_function_info();
4423 if (!shared.IsSubjectToDebugging()) continue;