/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-intl-gen.cc | 140 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 D | builtins-lazy-gen.cc | 20 auto context = Parameter<Context>(Descriptor::kContext); in GenerateTailCallToJSCode() local 27 auto context = Parameter<Context>(Descriptor::kContext); in GenerateTailCallToReturnedCode() local
|
H A D | builtins-array-gen.h | 47 TNode<Context> context() { return context_; } in context() function in v8::internal::ArrayBuiltinsAssembler
|
H A D | builtins-async-function-gen.cc | 82 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 D | builtins-handler-gen.cc | 149 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 D | stack_trace_win.cc | 180 StackTrace::StackTrace(const CONTEXT* context) { InitTrace(context); } in StackTrace() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | marking-worklist.h | 64 Address context; global() member [all...] |
H A D | marking-worklist.cc | 223 Address MarkingWorklists::Local::SwitchToContextSlow(Address context) { in SwitchToContextSlow() argument
|
/third_party/node/deps/v8/src/ic/ |
H A D | unary-op-assembler.cc | 19 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 D | isolate-inl.h | 21 void Isolate::set_context(Context context) { in set_context() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | inspected-context.cc | 19 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 D | v8-webdriver-serializer.cc | 48 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 D | rbug_context.h | 60 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 D | rbug_shader.c | 40 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 D | d3d12_surface.cpp | 374 d3d12_context_surface_init(struct pipe_context *context) in d3d12_context_surface_init() argument
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_hevc_enc.c | 41 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 D | picture_av1.c | 41 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 D | nvc0_video.c | 91 nvc0_create_decoder(struct pipe_context *context, in nvc0_create_decoder() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.c | 72 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 D | r300_screen_buffer.c | 82 r300_buffer_transfer_map( struct pipe_context *context, in r300_buffer_transfer_map() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | sess_id.c | 53 char *infile = NULL, *outfile = NULL, *context = NULL, *prog; in sess_id_main() local
|
/third_party/pulseaudio/src/tests/ |
H A D | connect-stress.c | 53 static pa_context *context = NULL; variable [all...] |
H A D | passthrough-test.c | 47 static pa_context *context = NULL; variable [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | reduction.py | 19 from . import context namespace
|
/third_party/python/Lib/test/ |
H A D | ssl_servers.py | 197 context = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH) global() variable [all...] |