Home
last modified time | relevance | path

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

123456789

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp230 const SharedPluralRules *shared = createSharedInstance( in forLocale() local
H A Dreldatefmt.cpp1230 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in init() local
1238 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in init() local
1249 SharedBreakIterator *shared = new SharedBreakIterator(bi.getAlias()); in init() local
[all...]
/third_party/openssl/test/
H A Devp_kdf_test.c909 static unsigned char shared[] = { in test_kdf_x963() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk1.cpp522 int shared; in PThreadBarrierAttrGetPShared() local
536 int shared; in PThreadBarrierAttrSetPShared() local
702 int shared; in PThreadCondAttrGetPShared() local
740 int shared; in PThreadCondAttrSetPShared() local
1042 int shared = PARAM_0; PThreadMutexAttrGetPShared() local
1094 int shared = PARAM_0; PThreadMutexAttrSetPShared() local
1285 int shared = PARAM_0; PThreadRwLockAttrGetPShared() local
1309 int shared = PARAM_0; PThreadRwLockAttrSetPShared() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h749 TSymbol* copyUpDeferredInsert(TSymbol* shared) in copyUpDeferredInsert() argument
765 copyUp(TSymbol* shared) copyUp() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1189 SharedFunctionInfo shared = function->shared(); in ProcessImportedFunction() local
1605 SharedFunctionInfo shared = function->shared(); in CompileImportWrappers() local
1741 auto shared = (module_->has_shared_memory && enabled_.has_threads()) in AllocateMemory() local
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1763 Handle<SharedFunctionInfo> shared = factory()->NewSharedFunctionInfo( in CreateJSFunction() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h422 void *shared; member
/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

Completed in 59 milliseconds

123456789