Home
last modified time | relevance | path

Searched defs:shared (Results 326 - 350 of 445) sorted by relevance

1...<<1112131415161718

/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h717 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 Djs-operator.cc1372 GetTemplateObject( const TemplateObjectDescriptionRef& description, const SharedFunctionInfoRef& shared, FeedbackSource const& feedback) GetTemplateObject() argument
H A Djs-call-reducer.cc856 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 Djs-create-lowering.cc154 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 Djs-generic-lowering.cc740 SharedFunctionInfoRef shared = p.shared(broker()); in LowerJSGetTemplateObject() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc1246 TNode<SharedFunctionInfo> shared = LoadObjectField<SharedFunctionInfo>( in TF_BUILTIN() local
H A Dbuiltins-internal-gen.cc91 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 Ddeoptimizer.cc948 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 Dliveedit.cc759 Handle<SharedFunctionInfo> shared; in ParseScript() local
794 MaybeHandle<SharedFunctionInfo> shared; member
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc327 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 Dinterpreter-generator.cc2469 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 Dfeedback-vector.cc340 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 Dprofile-generator.cc204 void CodeEntry::FillFunctionInfo(SharedFunctionInfo shared) { in FillFunctionInfo() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c572 bool shared = templ->bind & PIPE_BIND_SHARED; in resource_object_create() local
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c262 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 Dtests.cc87 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 Ds_cb.c262 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 Dformatutils.cpp780 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 Dpystate.c2006 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.c98 _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 Dblk-mq.c2995 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 Dtyphoon.c286 struct typhoon_shared * shared; member
2280 void *shared; typhoon_init_one() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dpcnet32.c1588 pcnet32_probe1(unsigned long ioaddr, int shared, struct pci_dev *pdev) in pcnet32_probe1() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dwacom_wac.h345 struct wacom_shared *shared; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c262 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...]

Completed in 64 milliseconds

1...<<1112131415161718