Lines Matching defs:shared
435 Node* shared = LoadSharedFunctionInfo(js_function);
437 MachineType::TaggedPointer(), shared,
787 // We only need to refresh the size of a shared memory, as its start can never
7373 SharedFunctionInfo shared = target->shared();
7374 FunctionTemplateInfo api_func_data = shared.get_api_func_data();
7705 const wasm::FunctionSig* expected_sig, Handle<SharedFunctionInfo> shared) {
7706 if (!shared->IsApiFunction()) {
7709 if (shared->get_api_func_data().GetCFunctionsCount() == 0) {
7712 if (!shared->get_api_func_data().accept_any_receiver()) {
7715 if (!shared->get_api_func_data().signature().IsUndefined()) {
7719 const CFunctionInfo* info = shared->get_api_func_data().GetCSignature(0);
7728 const auto log_imported_function_mismatch = [&shared]() {
7730 CodeTracer::Scope scope(shared->GetIsolate()->GetCodeTracer());
7732 shared->ShortPrint(scope.file());
7854 Handle<SharedFunctionInfo> shared(target->shared(), target->GetIsolate());
7856 if (IsSupportedWasmFastApiFunction(expected_sig, shared)) {
7864 Handle<SharedFunctionInfo> shared(function->shared(),
7888 if (FLAG_wasm_math_intrinsics && shared->HasBuiltinId()) {
7889 switch (shared->builtin_id()) {
7918 if (IsClassConstructor(shared->kind())) {
7923 if (shared->internal_formal_parameter_count_without_receiver() ==
7930 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate));