Home
last modified time | relevance | path

Searched defs:context (Results 2851 - 2875 of 7146) sorted by relevance

1...<<111112113114115116117118119120>>...286

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc140 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
148 void IntlBuiltinsAssembler::ListFormatCommon(TNode<Context> context, in ListFormatCommon() argument
176 AllocateEmptyJSArray( TNode<Context> context) AllocateEmptyJSArray() argument
[all...]
H A Dbuiltins-lazy-gen.cc20 auto context = Parameter<Context>(Descriptor::kContext); in GenerateTailCallToJSCode() local
27 auto context = Parameter<Context>(Descriptor::kContext); in GenerateTailCallToReturnedCode() local
H A Dbuiltins-array-gen.h47 TNode<Context> context() { return context_; } in context() function in v8::internal::ArrayBuiltinsAssembler
H A Dbuiltins-async-function-gen.cc82 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
30 AsyncFunctionAwaitResumeClosure( TNode<Context> context, TNode<Object> sent_value, JSGeneratorObject::ResumeMode resume_mode) AsyncFunctionAwaitResumeClosure() argument
160 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
183 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
209 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
219 const auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
239 auto context = Parameter<Context>(Descriptor::kContext); AsyncFunctionAwait() local
[all...]
H A Dbuiltins-handler-gen.cc149 auto context = Parameter<Context>(Descriptor::kContext); in Generate_ElementsTransitionAndStore() local
291 auto context = Parameter<Context>(Descriptor::kContext); in Generate_StoreFastElementIC() local
340 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
355 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local
368 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
390 auto context = Parameter<Context>(Descriptor::kContext); Generate_KeyedStoreIC_SloppyArguments() local
426 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
443 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
463 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc180 StackTrace::StackTrace(const CONTEXT* context) { InitTrace(context); } in StackTrace() argument
/third_party/node/deps/v8/src/heap/
H A Dmarking-worklist.h64 Address context; global() member
[all...]
H A Dmarking-worklist.cc223 Address MarkingWorklists::Local::SwitchToContextSlow(Address context) { in SwitchToContextSlow() argument
/third_party/node/deps/v8/src/ic/
H A Dunary-op-assembler.cc19 TNode<Object> BitwiseNot(TNode<Context> context, TNode<Object> value, in BitwiseNot() argument
58 TNode<Object> Decrement(TNode<Context> context, TNode<Object> value, in Decrement() argument
66 TNode<Object> Increment(TNode<Context> context, TNode<Object> value, in Increment() argument
74 TNode<Object> Negate(TNode<Context> context, TNode<Object> value, in Negate() argument
128 UnaryOpWithFeedback(TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, const SmiOperation& smi_op, const FloatOperation& float_op, const BigIntOperation& bigint_op, UpdateFeedbackMode update_feedback_mode) UnaryOpWithFeedback() argument
222 IncrementOrDecrement(TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) IncrementOrDecrement() argument
263 Generate_BitwiseNotWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseNotWithFeedback() argument
272 Generate_DecrementWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_DecrementWithFeedback() argument
281 Generate_IncrementWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_IncrementWithFeedback() argument
290 Generate_NegateWithFeedback( TNode<Context> context, TNode<Object> value, TNode<UintPtrT> slot, TNode<HeapObject> maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_NegateWithFeedback() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate-inl.h21 void Isolate::set_context(Context context) { in set_context() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dinspected-context.cc19 WeakCallbackData(InspectedContext* context, V8InspectorImpl* inspector, in WeakCallbackData() argument
97 contextId(v8::Local<v8::Context> context) contextId() argument
101 v8::Local<v8::Context> InspectedContext::context() const { context() function in v8_inspector::InspectedContext
[all...]
H A Dv8-webdriver-serializer.cc48 String16 descriptionForDate(v8::Local<v8::Context> context, in descriptionForDate() argument
19 _serializeRecursively( v8::Local<v8::Value> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Value>* result) _serializeRecursively() argument
73 _serializeRegexp( v8::Local<v8::RegExp> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeRegexp() argument
96 _serializeDate( v8::Local<v8::Date> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeDate() argument
108 _serializeArrayValue( v8::Local<v8::Array> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Value>* result) _serializeArrayValue() argument
130 _serializeArray( v8::Local<v8::Array> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeArray() argument
148 _serializeMap( v8::Local<v8::Map> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeMap() argument
201 _serializeSet( v8::Local<v8::Set> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeSet() argument
219 _serializeObjectValue( v8::Local<v8::Object> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Value>* result) _serializeObjectValue() argument
271 _serializeObject( v8::Local<v8::Object> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) _serializeObject() argument
289 serializeV8Value( v8::Local<v8::Object> value, v8::Local<v8::Context> context, int max_depth, std::unique_ptr<protocol::Runtime::WebDriverValue>* result) serializeV8Value() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_context.h60 rbug_context_t context; member
66 rbug_context_t context; member
73 rbug_context_t context; member
80 rbug_context_t context; member
87 rbug_context_t context; member
98 rbug_context_t context; member
127 rbug_context_t context; member
[all...]
H A Drbug_shader.c40 rbug_send_shader_list(struct rbug_connection *__con, rbug_context_t context, uint32_t *__serial) rbug_send_shader_list() argument
78 rbug_send_shader_info(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t shader, uint32_t *__serial) rbug_send_shader_info() argument
119 rbug_send_shader_disable(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t shader, uint8_t disable, uint32_t *__serial) rbug_send_shader_disable() argument
163 rbug_send_shader_replace(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t shader, uint32_t *tokens, uint32_t tokens_len, uint32_t *__serial) rbug_send_shader_replace() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp374 d3d12_context_surface_init(struct pipe_context *context) in d3d12_context_surface_init() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c41 vlVaHandleVAEncPictureParameterBufferTypeHEVC(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandleVAEncPictureParameterBufferTypeHEVC() argument
92 vlVaHandleVAEncSliceParameterBufferTypeHEVC(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) vlVaHandleVAEncSliceParameterBufferTypeHEVC() argument
126 vlVaHandleVAEncSequenceParameterBufferTypeHEVC(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) vlVaHandleVAEncSequenceParameterBufferTypeHEVC() argument
166 vlVaHandleVAEncMiscParameterTypeRateControlHEVC(vlVaContext *context, VAEncMiscParameterBuffer *misc) vlVaHandleVAEncMiscParameterTypeRateControlHEVC() argument
185 vlVaHandleVAEncMiscParameterTypeFrameRateHEVC(vlVaContext *context, VAEncMiscParameterBuffer *misc) vlVaHandleVAEncMiscParameterTypeFrameRateHEVC() argument
252 parseEncSpsParamsH265(vlVaContext *context, struct vl_rbsp *rbsp) parseEncSpsParamsH265() argument
282 vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC(vlVaContext *context, vlVaBuffer *buf) vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC() argument
322 getEncParamPresetH265(vlVaContext *context) getEncParamPresetH265() argument
[all...]
H A Dpicture_av1.c41 static void tile_info(vlVaContext *context, VADecPictureParameterBufferAV1 *av1) in tile_info() argument
107 void vlVaHandlePictureParameterBufferAV1(vlVaDriver *drv, vlVaContext *context, vlVaBuffe argument
353 vlVaHandleSliceParameterBufferAV1(vlVaContext *context, vlVaBuffer *buf, unsigned int num) vlVaHandleSliceParameterBufferAV1() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video.c91 nvc0_create_decoder(struct pipe_context *context, in nvc0_create_decoder() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c72 static void r300_destroy_context(struct pipe_context* context) in r300_destroy_context() argument
371 r300_set_debug_callback(struct pipe_context *context, in r300_set_debug_callback() argument
[all...]
H A Dr300_screen_buffer.c82 r300_buffer_transfer_map( struct pipe_context *context, in r300_buffer_transfer_map() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dsess_id.c53 char *infile = NULL, *outfile = NULL, *context = NULL, *prog; in sess_id_main() local
/third_party/pulseaudio/src/tests/
H A Dconnect-stress.c53 static pa_context *context = NULL; variable
[all...]
H A Dpassthrough-test.c47 static pa_context *context = NULL; variable
[all...]
/third_party/python/Lib/multiprocessing/
H A Dreduction.py19 from . import context namespace
/third_party/python/Lib/test/
H A Dssl_servers.py197 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH) global() variable
[all...]

Completed in 14 milliseconds

1...<<111112113114115116117118119120>>...286