Lines Matching defs:shared
497 Handle<SharedFunctionInfo> shared,
499 int length = shared->feedback_metadata().slot_count();
506 vector.set_shared_function_info(*shared);
924 // Do not share young strings in-place: there is no shared young space.
2245 if (V8_UNLIKELY(IsAsyncGeneratorFunction(function->shared().kind()))) {
2248 } else if (IsResumableFunction(function->shared().kind())) {
2265 if (!IsResumableFunction(function->shared().kind())) {
2376 // Set the {CodeDataContainer}, it cannot be shared.
2748 DCHECK(IsResumableFunction(function->shared().kind()));
3195 Handle<SharedFunctionInfo> shared = NewSharedFunctionInfo(
3197 return shared;
3202 Handle<SharedFunctionInfo> shared =
3204 return shared;
3388 Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) {
3389 DCHECK(!shared->HasDebugInfo());
3394 SharedFunctionInfo raw_shared = *shared;
3475 bool strict_mode_callee = is_strict(callee->shared().language_mode()) ||
3476 !callee->shared().has_simple_parameters();