| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-operator.h | 717 SharedFunctionInfoRef shared(JSHeapBroker* broker) const { in shared() function in v8::internal::compiler::final 709 GetTemplateObjectParameters(const TemplateObjectDescriptionRef& description, const SharedFunctionInfoRef& shared, FeedbackSource const& feedback) GetTemplateObjectParameters() argument [all...] |
| H A D | js-operator.cc | 1372 GetTemplateObject( const TemplateObjectDescriptionRef& description, const SharedFunctionInfoRef& shared, FeedbackSource const& feedback) GetTemplateObject() argument
|
| H A D | js-call-reducer.cc | 856 CreateClosureFromBuiltinSharedFunctionInfo( SharedFunctionInfoRef shared, TNode<Context> context) CreateClosureFromBuiltinSharedFunctionInfo() argument 906 FastApiCallReducerAssembler( JSCallReducer* reducer, Node* node, const FunctionTemplateInfoRef function_template_info, const FastApiCallFunctionVector& c_candidate_functions, Node* receiver, Node* holder, const SharedFunctionInfoRef shared, Node* target, const int arity, Node* effect) FastApiCallReducerAssembler() argument [all...] |
| H A D | js-create-lowering.cc | 154 SharedFunctionInfoRef shared = in ReduceJSCreateArguments() local 403 SharedFunctionInfoRef shared in ReduceJSCreateGeneratorObject() local 927 SharedFunctionInfoRef shared = p.shared_info(broker()); ReduceJSCreateClosure() local 971 a.Store(AccessBuilder::ForJSFunctionSharedFunctionInfo(), shared); ReduceJSCreateClosure() local 1487 TryAllocateAliasedArguments( Node* effect, Node* control, FrameState frame_state, Node* context, const SharedFunctionInfoRef& shared, bool* has_aliased_arguments) TryAllocateAliasedArguments() argument 1558 TryAllocateAliasedArguments( Node* effect, Node* control, Node* context, Node* arguments_length, const SharedFunctionInfoRef& shared, bool* has_aliased_arguments) TryAllocateAliasedArguments() argument [all...] |
| H A D | js-generic-lowering.cc | 740 SharedFunctionInfoRef shared = p.shared(broker()); in LowerJSGetTemplateObject() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-object-gen.cc | 1246 TNode<SharedFunctionInfo> shared = LoadObjectField<SharedFunctionInfo>( in TF_BUILTIN() local
|
| H A D | builtins-internal-gen.cc | 91 TNode<SharedFunctionInfo> shared = in TF_BUILTIN() local 1048 TNode<SharedFunctionInfo> shared = LoadJSFunctionSharedFunctionInfo(target); in TF_BUILTIN() local 1395 TNode<SharedFunctionInfo> shared = LoadJSFunctionSharedFunctionInfo(function); in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.cc | 948 SharedFunctionInfo shared = translated_frame->raw_shared_info(); in DoComputeUnoptimizedFrame() local 1997 ComputeIncomingArgumentSize(SharedFunctionInfo shared) ComputeIncomingArgumentSize() argument 2034 ComputeSourcePositionFromBytecodeArray( Isolate* isolate, SharedFunctionInfo shared, BytecodeOffset bytecode_offset) ComputeSourcePositionFromBytecodeArray() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | liveedit.cc | 759 Handle<SharedFunctionInfo> shared; in ParseScript() local 794 MaybeHandle<SharedFunctionInfo> shared; member [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory-base.cc | 327 Handle<SharedFunctionInfo> shared = in NewSharedFunctionInfoForLiteral() local 330 SharedFunctionInfo::InitFromFunctionLiteral(isolate(), shared, literal, in NewSharedFunctionInfoForLiteral() local 342 SharedFunctionInfo shared = in CloneSharedFunctionInfo() local 413 Handle<SharedFunctionInfo> shared = NewSharedFunctionInfo(); NewSharedFunctionInfo() local 846 SharedFunctionInfo shared = NewSharedFunctionInfo() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 2469 TNode<Object> shared = LoadConstantPoolEntryAtOperandIndex(0); in IGNITION_HANDLER() local 3012 TNode<SharedFunctionInfo> shared = in IGNITION_HANDLER() local 3088 TNode<SharedFunctionInfo> shared = in IGNITION_HANDLER() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | feedback-vector.cc | 340 Handle<SharedFunctionInfo> shared = in NewFeedbackVectorForTesting() local 228 New( Isolate* isolate, Handle<SharedFunctionInfo> shared) New() argument 247 New( Isolate* isolate, Handle<SharedFunctionInfo> shared, Handle<ClosureFeedbackCellArray> closure_feedback_cell_array, IsCompiledScope* is_compiled_scope) New() argument 444 EvictOptimizedCodeMarkedForDeoptimization( SharedFunctionInfo shared, const char* reason) EvictOptimizedCodeMarkedForDeoptimization() argument [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | profile-generator.cc | 204 void CodeEntry::FillFunctionInfo(SharedFunctionInfo shared) { in FillFunctionInfo() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_resource.c | 572 bool shared = templ->bind & PIPE_BIND_SHARED; in resource_object_create() local
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | s_cb.c | 262 static int do_print_sigalgs(BIO *out, SSL *s, int shared) in do_print_sigalgs() argument
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | tests.cc | 87 const size_t &c_return_ref(const Shared &shared) { return shared.z; } in c_return_ref() argument 89 const size_t &c_return_ns_ref(const ::A::AShared &shared) { in c_return_ns_ref() argument 93 const size_t &c_return_nested_ns_ref(const ::A::B::ABShared &shared) { in c_return_nested_ns_ref() argument 97 c_return_mut(Shared &shared) c_return_mut() argument 99 c_return_str(const Shared &shared) c_return_str() argument 104 c_return_slice_char(const Shared &shared) c_return_slice_char() argument 238 c_take_shared(Shared shared) c_take_shared() argument 244 c_take_ns_shared(::A::AShared shared) c_take_ns_shared() argument 250 c_take_nested_ns_shared(::A::B::ABShared shared) c_take_nested_ns_shared() argument 920 ns_c_take_ns_shared(::A::AShared shared) ns_c_take_ns_shared() argument [all...] |
| /third_party/openssl/apps/lib/ |
| H A D | s_cb.c | 262 static int do_print_sigalgs(BIO *out, SSL *s, int shared) in do_print_sigalgs() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | formatutils.cpp | 780 GLuint shared; member 832 AddRGBAFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddRGBAFormat() argument 965 AddYUVFormat(InternalFormatInfoMap *map, GLenum internalFormat, bool sized, GLuint cr, GLuint y, GLuint cb, GLuint alpha, GLuint shared, GLenum format, GLenum type, GLenum componentType, bool srgb, InternalFormat::SupportCheckFunction textureSupport, InternalFormat::SupportCheckFunction filterSupport, InternalFormat::SupportCheckFunction textureAttachmentSupport, InternalFormat::SupportCheckFunction renderbufferSupport, InternalFormat::SupportCheckFunction blendSupport) AddYUVFormat() argument [all...] |
| /third_party/python/Python/ |
| H A D | pystate.c | 2006 struct _shared_bytes_data *shared = (struct _shared_bytes_data *)(data->data); in _new_bytes_object() local 2013 struct _shared_bytes_data *shared = PyMem_NEW(struct _shared_bytes_data, 1); in _bytes_shared() local 2034 struct _shared_str_data *shared = (struct _shared_str_data *)(data->data); in _new_str_object() local 2041 struct _shared_str_data *shared = PyMem_NEW(struct _shared_str_data, 1); _str_shared() local [all...] |
| /third_party/python/Modules/ |
| H A D | _xxsubinterpretersmodule.c | 98 _sharedns *shared = PyMem_NEW(_sharedns, 1); in _sharedns_new() local 114 _sharedns_free(_sharedns *shared) in _sharedns_free() argument 134 _sharedns *shared = _sharedns_new(len); _get_shared_ns() local 156 _sharedns_apply(_sharedns *shared, PyObject *ns) _sharedns_apply() argument 1863 _run_script(PyInterpreterState *interp, const char *codestr, _sharedns *shared, _sharedexception **exc) _run_script() argument 1929 _sharedns *shared = _get_shared_ns(shareables); _run_script_in_interpreter() local 2162 PyObject *shared = NULL; interp_run_string() local [all...] |
| /kernel/linux/linux-5.10/block/ |
| H A D | blk-mq.c | 2995 static void queue_set_hctx_shared(struct request_queue *q, bool shared) in queue_set_hctx_shared() argument 3010 blk_mq_update_tag_set_shared(struct blk_mq_tag_set *set, bool shared) blk_mq_update_tag_set_shared() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 286 struct typhoon_shared * shared; member 2280 void *shared; typhoon_init_one() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
| H A D | pcnet32.c | 1588 pcnet32_probe1(unsigned long ioaddr, int shared, struct pci_dev *pdev) in pcnet32_probe1() argument
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | wacom_wac.h | 345 struct wacom_shared *shared; member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | pcie.c | 262 struct brcmf_pcie_shared_info shared; member 629 struct brcmf_pcie_shared_info *shared; in brcmf_pcie_send_mb_data() local 666 struct brcmf_pcie_shared_info *shared; in brcmf_pcie_handle_mb_data() local 701 struct brcmf_pcie_shared_info *shared; brcmf_pcie_bus_console_init() local 1473 struct brcmf_pcie_shared_info *shared; brcmf_pcie_init_share_ram_info() local [all...] |