Home
last modified time | relevance | path

Searched defs:shared (Results 151 - 175 of 204) sorted by relevance

123456789

/third_party/node/deps/v8/src/compiler/
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...]
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c995 static int alloc_picture(MpegEncContext *s, Picture *pic, int shared) in alloc_picture() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcalendar.cpp220 SharedCalendar *shared = new SharedCalendar(calendar); in createObject() local
998 const SharedCalendar *shared = NULL; in createInstance() local
1037 const SharedCalendar *shared = NULL; in getCalendarTypeFromLocale() local
[all...]
H A Ddtfmtsym.cpp184 SharedDateFormatSymbols *shared in createObject() local
251 const SharedDateFormatSymbols *shared = NULL; in createForLocale() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1495 __DRIcontext *shared = in dri2_create_context() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c360 struct ra_file shared; member
2084 bool shared = interval->interval.reg->flags & IR3_REG_SHARED; in insert_live_in_move() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h558 unsigned shared:1; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc842 New(Isolate* isolate, int initial, int maximum, SharedFlag shared) New() argument
1817 Handle<SharedFunctionInfo> shared = New() local
1923 Handle<SharedFunctionInfo> shared = New() local
2004 Handle<SharedFunctionInfo> shared = New() local
2106 SharedFunctionInfo shared = Handle<JSFunction>::cast(callable)->shared(); New() local
2132 Handle<SharedFunctionInfo> shared = New() local
[all...]
H A Dwasm-js.cc1258 auto shared = i::SharedFlag::kNotShared; in WebAssemblyMemory() local
2196 bool shared = buffer->is_shared(); WebAssemblyMemoryType() local
[all...]

Completed in 67 milliseconds

123456789