Home
last modified time | relevance | path

Searched defs:context (Results 5451 - 5475 of 9305) sorted by relevance

1...<<211212213214215216217218219220>>...373

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c140 LLVMContextRef context = gallivm->context; in add_blend_test() local
440 LLVMContextRef context; in test_one() local
H A Dlp_test_arit.c345 LLVMContextRef context = gallivm->context; in build_unary_test_func() local
420 LLVMContextRef context; in test_unary() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c50 nv30_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *pt, struct winsys_handle *handle, unsigned usage) nv30_miptree_get_handle() argument
/third_party/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp630 FromUFLAGContext * context = NULL; in convsample_20_didSubstitute() local
/third_party/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp171 derivedPropsLineFn(void *context, in derivedPropsLineFn() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dtrietest.c123 _testEnumValue(const void *context, uint32_t value) { in _testEnumValue() argument
129 _testEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value) { in _testEnumRange() argument
/third_party/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp108 fromUCallback(const void *context, in fromUCallback() argument
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducbuf.cpp227 char context[CONTEXT_LEN+1]; in ucbuf_fillucbuf() local
369 _charAt(int32_t offset, void *context) _charAt() argument
422 char context[CONTEXT_LEN+1]; ucbuf_getcx32() local
[all...]
/third_party/ltp/utils/sctp/testlib/
H A Dsctputil.h303 test_sctp_sendmsg(int s, const void *msg, size_t len, struct sockaddr *to, socklen_t tolen, uint32_t ppid, uint32_t flags, uint16_t stream_no, uint32_t timetolive, uint32_t context) test_sctp_sendmsg() argument
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1467 rops_service_flag_pending_ws(struct lws_context *context, int tsi) rops_service_flag_pending_ws() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c620 lws_sspc_create(struct lws_context *context, int tsi, const lws_ss_info_t *ssi, void *opaque_user_data, lws_sspc_handle_t **ppss, struct lws_sequencer *seq_owner, const char **ppayload_fmt) lws_sspc_create() argument
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c47 struct lws_context *context; variable
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-intrinsic-lowering.cc116 Node* const context = NodeProperties::GetContextInput(node); in ReduceCreateIterResultObject() local
142 Node* const context = NodeProperties::GetContextInput(node); in ReduceCreateJSGeneratorObject() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc51 Handle<NativeContext> context = isolate->native_context(); in Global() local
69 Handle<NativeContext> context = isolate->native_context(); in Global() local
106 Handle<Context> context = isolate->factory()->NewWithContext( in Local() local
179 Evaluate( Isolate* isolate, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, Handle<Object> receiver, Handle<String> source, bool throw_on_side_effect) Evaluate() argument
[all...]
H A Dinterface-types.h123 Debug(const ConsoleCallArguments& args, const ConsoleContext& context) Debug() argument
125 Error(const ConsoleCallArguments& args, const ConsoleContext& context) Error() argument
127 Info(const ConsoleCallArguments& args, const ConsoleContext& context) Info() argument
129 Log(const ConsoleCallArguments& args, const ConsoleContext& context) Log() argument
131 Warn(const ConsoleCallArguments& args, const ConsoleContext& context) Warn() argument
133 Dir(const ConsoleCallArguments& args, const ConsoleContext& context) Dir() argument
135 DirXml(const ConsoleCallArguments& args, const ConsoleContext& context) DirXml() argument
137 Table(const ConsoleCallArguments& args, const ConsoleContext& context) Table() argument
139 Trace(const ConsoleCallArguments& args, const ConsoleContext& context) Trace() argument
141 Group(const ConsoleCallArguments& args, const ConsoleContext& context) Group() argument
143 GroupCollapsed(const ConsoleCallArguments& args, const ConsoleContext& context) GroupCollapsed() argument
145 GroupEnd(const ConsoleCallArguments& args, const ConsoleContext& context) GroupEnd() argument
147 Clear(const ConsoleCallArguments& args, const ConsoleContext& context) Clear() argument
149 Count(const ConsoleCallArguments& args, const ConsoleContext& context) Count() argument
151 CountReset(const ConsoleCallArguments& args, const ConsoleContext& context) CountReset() argument
153 Assert(const ConsoleCallArguments& args, const ConsoleContext& context) Assert() argument
155 Profile(const ConsoleCallArguments& args, const ConsoleContext& context) Profile() argument
157 ProfileEnd(const ConsoleCallArguments& args, const ConsoleContext& context) ProfileEnd() argument
159 Time(const ConsoleCallArguments& args, const ConsoleContext& context) Time() argument
161 TimeLog(const ConsoleCallArguments& args, const ConsoleContext& context) TimeLog() argument
163 TimeEnd(const ConsoleCallArguments& args, const ConsoleContext& context) TimeEnd() argument
165 TimeStamp(const ConsoleCallArguments& args, const ConsoleContext& context) TimeStamp() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc56 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
90 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
99 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
123 auto context in TF_BUILTIN() local
66 BuildConstruct( TNode<Object> target, TNode<Object> new_target, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstruct() argument
147 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
157 BuildConstructWithSpread( TNode<Object> target, TNode<Object> new_target, TNode<Object> spread, TNode<Int32T> argc, const LazyNode<Context>& context, const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, UpdateFeedbackMode mode) BuildConstructWithSpread() argument
181 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
264 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
278 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target) FastNewObject() argument
295 FastNewObject( TNode<Context> context, TNode<JSFunction> target, TNode<JSReceiver> new_target, Label* call_runtime) FastNewObject() argument
342 FastNewFunctionContext( TNode<ScopeInfo> scope_info, TNode<Uint32T> slots, TNode<Context> context, ScopeType scope_type) FastNewFunctionContext() argument
391 CreateRegExpLiteral( TNode<HeapObject> maybe_feedback_vector, TNode<TaggedIndex> slot, TNode<Object> pattern, TNode<Smi> flags, TNode<Context> context) CreateRegExpLiteral() argument
461 CreateShallowArrayLiteral( TNode<FeedbackVector> feedback_vector, TNode<TaggedIndex> slot, TNode<Context> context, AllocationSiteMode allocation_site_mode, Label* call_runtime) CreateShallowArrayLiteral() argument
483 CreateEmptyArrayLiteral( TNode<FeedbackVector> feedback_vector, TNode<TaggedIndex> slot, TNode<Context> context) CreateEmptyArrayLiteral() argument
[all...]
H A Dbuiltins-collections-gen.cc25 AddConstructorEntry( Variant variant, TNode<Context> context, TNode<Object> collection, TNode<Object> add_function, TNode<Object> key_value, Label* if_may_have_side_effects, Label* if_exception, TVariable<Object>* var_exception) AddConstructorEntry() argument
47 AddConstructorEntries( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<HeapObject> collection, TNode<Object> initial_entries) AddConstructorEntries() argument
111 AddConstructorEntriesFromFastJSArray( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<JSArray> fast_jsarray, Label* if_may_have_side_effects) AddConstructorEntriesFromFastJSArray() argument
183 AddConstructorEntriesFromIterable( Variant variant, TNode<Context> context, TNode<Context> native_context, TNode<Object> collection, TNode<Object> iterable) AddConstructorEntriesFromIterable() argument
270 AllocateJSCollection( TNode<Context> context, TNode<JSFunction> constructor, TNode<JSReceiver> new_target) AllocateJSCollection() argument
291 AllocateJSCollectionSlow( TNode<Context> context, TNode<JSFunction> constructor, TNode<JSReceiver> new_target) AllocateJSCollectionSlow() argument
298 GenerateConstructor( Variant variant, Handle<String> constructor_function_name, TNode<Object> new_target, TNode<IntPtrT> argc, TNode<Context> context) GenerateConstructor() argument
320 GetAddFunction( Variant variant, TNode<Context> context, TNode<Object> collection) GetAddFunction() argument
[all...]
H A Dbuiltins-intl.cc238 Handle<Context> context = isolate->factory()->NewBuiltinContext( in CreateBoundFunction() local
495 Handle<Context> context = Handle<Context>(isolate->context(), isolate); in BUILTIN() local
629 Handle<Context> context = Handle<Context>(isolate->context(), isolat in BUILTIN() local
1115 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1262 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1298 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1328 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1357 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
1387 Handle<Context> context = Handle<Context>(isolate->context(), isolate); BUILTIN() local
[all...]
H A Dbuiltins-microtask-queue-gen.cc362 SetCurrentContext( TNode<Context> context) SetCurrentContext() argument
365 StoreFullTaggedNoWriteBarrier(ExternalConstant(ref), context); SetCurrentContext() local
478 RunAllPromiseHooks( PromiseHookType type, TNode<Context> context, TNode<HeapObject> promise_or_capability) RunAllPromiseHooks() argument
515 RunPromiseHook( Runtime::FunctionId id, TNode<Context> context, TNode<HeapObject> promise_or_capability, TNode<Uint32T> promiseHookFlags) RunPromiseHook() argument
542 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
H A Dbuiltins-async-generator-gen.cc140 AsyncGeneratorEnqueue( CodeStubArguments* args, TNode<Context> context, TNode<Object> receiver, TNode<Object> value, JSAsyncGeneratorObject::ResumeMode resume_mode, const char* method_name) AsyncGeneratorEnqueue() argument
211 AsyncGeneratorAwaitResumeClosure( TNode<Context> context, TNode<Object> value, JSAsyncGeneratorObject::ResumeMode resume_mode) AsyncGeneratorAwaitResumeClosure() argument
255 auto context = Parameter<Context>(Descriptor::kContext); AsyncGeneratorAwait() local
335 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
353 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
371 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
380 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
387 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
405 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
497 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
566 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
580 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
595 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
650 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
665 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
675 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
693 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.h458 void HandleScopeImplementer::SaveContext(Context context) { in SaveContext() argument
480 bool HandleScopeImplementer::LastEnteredContextWas(Context context) { in LastEnteredContextWas() argument
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc152 uint64_t Simulator::ComputePAC(uint64_t data, uint64_t context, PACKey key) { in ComputePAC() argument
219 uint64_t Simulator::AuthPAC(uint64_t ptr, uint64_t context, PACKey key, in AuthPAC() argument
242 uint64_t Simulator::AddPAC(uint64_t ptr, uint64_t context, PACKey key, in AddPAC() argument
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc217 Handle<Context> context = ScriptContextTable::GetContext( in NewScriptContext() local
348 Handle<Context> context; in Invoke() local
382 Handle<Context> context = isolate->native_context(); Invoke() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h111 TNode<Context> context() const { return context_; } in context() function
160 TNode<Context> context() const { return context_(); } in context() function
220 TNode<Context> context() cons function
574 ReturnCallRuntime(Runtime::FunctionId function, TNode<Context> context, TArgs... args) ReturnCallRuntime() argument
584 ReturnCallStub(Callable const& callable, TNode<Context> context, TArgs... args) ReturnCallStub() argument
594 ReturnCallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Context> context, TArgs... args) ReturnCallStub() argument
[all...]
H A Dbinary-op-assembler.cc12 Generate_AddWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_AddWithFeedback() argument
240 Generate_BinaryOperationWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, const SmiOperation& smiOperation, const FloatOperation& floatOperation, Operation op, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BinaryOperationWithFeedback() argument
463 Generate_SubtractWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_SubtractWithFeedback() argument
499 Generate_MultiplyWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_MultiplyWithFeedback() argument
519 Generate_DivideWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_DivideWithFeedback() argument
556 Generate_ModulusWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ModulusWithFeedback() argument
577 Generate_ExponentiateWithFeedback( const LazyNode<Context>& context, TNode<Object> base, TNode<Object> exponent, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ExponentiateWithFeedback() argument
597 Generate_BitwiseBinaryOpWithOptionalFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT>* slot, const LazyNode<HeapObject>* maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseBinaryOpWithOptionalFeedback() argument
688 Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT>* slot, const LazyNode<HeapObject>* maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() argument
[all...]

Completed in 24 milliseconds

1...<<211212213214215216217218219220>>...373