| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-scopes.cc | 743 Handle<Context> context = ScriptContextTable::GetContext( VisitScriptScope() local 778 VisitContextLocals(const Visitor& visitor, Handle<ScopeInfo> scope_info, Handle<Context> context, ScopeType scope_type) const VisitContextLocals() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-call-gen.cc | 112 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local 126 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local 139 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local 148 CallOrConstructWithArrayLike( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> arguments_list, TNode<Context> context) CallOrConstructWithArrayLike() argument 324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument 353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument 488 auto context = LoadContextFromBaseline(); CallReceiver() local 507 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 515 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 529 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 538 auto context = LoadContextFromBaseline(); TF_BUILTIN() local 553 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 562 GetCompatibleReceiver( TNode<JSReceiver> receiver, TNode<HeapObject> signature, TNode<Context> context) GetCompatibleReceiver() argument 674 CallFunctionTemplate( CallFunctionTemplateMode mode, TNode<FunctionTemplateInfo> function_template_info, TNode<IntPtrT> argc, TNode<Context> context) CallFunctionTemplate() argument 746 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 756 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 766 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local [all...] |
| H A D | builtins-typed-array-gen.cc | 81 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local 88 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local 119 auto context = Parameter<Context>(Descriptor::kContext); in TF_BUILTIN() local 35 AllocateEmptyOnHeapBuffer( TNode<Context> context) AllocateEmptyOnHeapBuffer() argument 151 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 172 auto context = Parameter<Context>(Descriptor::kContext); TF_BUILTIN() local 243 GetDefaultConstructor( TNode<Context> context, TNode<JSTypedArray> exemplar) GetDefaultConstructor() argument 258 ValidateTypedArray( TNode<Context> context, TNode<Object> obj, const char* method_name) ValidateTypedArray() argument 270 ValidateTypedArrayAndGetLength( TNode<Context> context, TNode<Object> obj, const char* method_name) ValidateTypedArrayAndGetLength() argument 343 CallCCopyFastNumberJSArrayElementsToTypedArray( TNode<Context> context, TNode<JSArray> source, TNode<JSTypedArray> dest, TNode<UintPtrT> source_length, TNode<UintPtrT> offset) CallCCopyFastNumberJSArrayElementsToTypedArray() argument 464 StoreJSTypedArrayElementFromNumeric( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<Numeric> value, ElementsKind elements_kind) StoreJSTypedArrayElementFromNumeric() argument 500 StoreJSTypedArrayElementFromPreparedValue( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<TValue> prepared_value, ElementsKind elements_kind, Label* if_detached) StoreJSTypedArrayElementFromPreparedValue() argument 519 StoreJSTypedArrayElementFromTagged( TNode<Context> context, TNode<JSTypedArray> typed_array, TNode<UintPtrT> index, TNode<Object> value, ElementsKind elements_kind, Label* if_detached) StoreJSTypedArrayElementFromTagged() argument [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-inspector.h | 87 V8ContextInfo(v8::Local<v8::Context> context, int contextGroupId, in V8ContextInfo() argument 94 v8::Local<v8::Context> context; member in v8_inspector::V8ContextInfo
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-inspector.h | 87 V8ContextInfo(v8::Local<v8::Context> context, int contextGroupId, in V8ContextInfo() argument 94 v8::Local<v8::Context> context; member in v8_inspector::V8ContextInfo
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | external-reference.cc | 1371 Context context = Context::cast(Object(raw_context)); in EnterMicrotaskContextWrapper() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | memory-measurement.cc | 127 bool MeasureMemoryDelegate::ShouldMeasure(v8::Local<v8::Context> context) { in ShouldMeasure() argument 205 HeapObject context; in StartProcessing() local 221 HeapObject context; in FinishProcessing() local 113 MeasureMemoryDelegate(Isolate* isolate, Handle<NativeContext> context, Handle<JSPromise> promise, v8::MeasureMemoryMode mode) MeasureMemoryDelegate() argument 322 v8::Local<v8::Context> context = Utils::Convert<HeapObject, v8::Context>( ReportResults() local 332 DefaultDelegate( Isolate* isolate, Handle<NativeContext> context, Handle<JSPromise> promise, v8::MeasureMemoryMode mode) DefaultDelegate() argument 339 InferForContext(Isolate* isolate, Context context, Address* native_context) InferForContext() argument 400 IncrementExternalSize(Address context, Map map, HeapObject object) IncrementExternalSize() argument [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-console-message.cc | 87 explicit V8ValueStringBuilder(v8::Local<v8::Context> context) in V8ValueStringBuilder() argument 266 v8::Local<v8::Context> context = inspectedContext->context(); in wrapArguments() local 74 toString(v8::Local<v8::Value> value, v8::Local<v8::Context> context) toString() argument [all...] |
| H A D | v8-inspector-impl.cc | 182 InspectedContext* context in contextById() local 94 compileAndRunInternalScript( v8::Local<v8::Context> context, v8::Local<v8::String> source) compileAndRunInternalScript() argument 107 compileScript( v8::Local<v8::Context> context, const String16& code, const String16& fileName) compileScript() argument 187 InspectedContext* context = getContext(contextId); uniqueDebuggerId() local 195 auto* context = new InspectedContext(this, info, contextId); contextCreated() local 221 contextDestroyed(v8::Local<v8::Context> context) contextDestroyed() argument 261 exceptionThrown( v8::Local<v8::Context> context, StringView message, v8::Local<v8::Value> exception, StringView detailedMessage, StringView url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTrace> stackTrace, int scriptId) exceptionThrown() argument 281 exceptionRevoked(v8::Local<v8::Context> context, unsigned exceptionId, StringView message) exceptionRevoked() argument 359 auto* context = getContext(contextGroupId, contextId); discardInspectedContext() local 479 v8::Local<v8::Context> context; associateExceptionData() local 510 v8::Local<v8::Context> context; getAssociatedExceptionData() local [all...] |
| H A D | v8-inspector-session-impl.cc | 84 int V8ContextInfo::executionContextId(v8::Local<v8::Context> context) { in executionContextId() argument 244 InspectedContext* context = in findInjectedScript() local 277 unwrapObject( std::unique_ptr<StringBuffer>* error, StringView objectId, v8::Local<v8::Value>* object, v8::Local<v8::Context>* context, std::unique_ptr<StringBuffer>* objectGroup) unwrapObject() argument 296 unwrapObject(const String16& objectId, v8::Local<v8::Value>* object, v8::Local<v8::Context>* context, String16* objectGroup) unwrapObject() argument 314 wrapObject(v8::Local<v8::Context> context, v8::Local<v8::Value> value, StringView groupName, bool generatePreview) wrapObject() argument 321 wrapObject(v8::Local<v8::Context> context, v8::Local<v8::Value> value, const String16& groupName, bool generatePreview) wrapObject() argument 336 wrapTable(v8::Local<v8::Context> context, v8::Local<v8::Object> table, v8::MaybeLocal<v8::Array> columns) wrapTable() argument [all...] |
| H A D | v8-heap-profiler-agent-impl.cc | 63 InspectedContext* context = m_session->inspector()->getContext( variable 331 v8::Local<v8::Context> context; in getHeapObjectId() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-generator.h | 468 inline void set_execution_context(ContextScope* context) { in set_execution_context() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | contexts.cc | 83 Context context = get_context(index); in Lookup() local 197 Handle<Object> Context::Lookup(Handle<Context> context, Handle<String> name, in Lookup() argument [all...] |
| H A D | source-text-module.cc | 406 Handle<Context> context = isolate->factory()->NewModuleContext( in RunInitializationCode() local 322 PrepareInstantiate( Isolate* isolate, Handle<SourceTextModule> module, v8::Local<v8::Context> context, v8::Module::ResolveModuleCallback callback, Module::DeprecatedResolveCallback callback_without_import_assertions) PrepareInstantiate() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-object.cc | 492 Handle<Context> context = args.at<Context>(2); in RUNTIME_FUNCTION() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_inlines.h | 542 pipe_texture_map(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, unsigned access, unsigned x, unsigned y, unsigned w, unsigned h, struct pipe_transfer **transfer) pipe_texture_map() argument 562 pipe_texture_map_3d(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned access, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, struct pipe_transfer **transfer) pipe_texture_map_3d() argument 577 pipe_texture_unmap(struct pipe_context *context, struct pipe_transfer *transfer) pipe_texture_unmap() argument [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_rsa.c | 560 unsigned long context = 0; in serverinfo_find_extension() local 663 unsigned long context = 0; in serverinfo_process_buffer() local 580 serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *in, size_t inlen, X509 *x, size_t chainidx, int *al, void *arg) serverinfoex_srv_parse_cb() argument 603 serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char **out, size_t *outlen, X509 *x, size_t chainidx, int *al, void *arg) serverinfoex_srv_add_cb() argument [all...] |
| H A D | tls13_enc.c | 1029 tls13_export_keying_material(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen, int use_context) tls13_export_keying_material() argument 1071 tls13_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, const char *label, size_t llen, const unsigned char *context, size_t contextlen) tls13_export_keying_material_early() argument
|
| /third_party/node/deps/uv/src/win/ |
| H A D | tcp.c | 353 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { in post_completion() argument 372 static void CALLBACK post_write_completion(void* context, BOOLEAN timed_out) { in post_write_completion() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | json.c | 68 encoder_context *context; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiBufferTests.cpp | 56 tcu::PlatformMemoryLimits getPlatformMemoryLimits (Context& context) in getPlatformMemoryLimits() argument 675 tcu::TestStatus testDepthStencilBufferFeatures(Context& context, VkFormat format) in testDepthStencilBufferFeatures() argument 697 tcu::TestStatus testLargeBuffer(Context& context, LargeBufferParameters params) in testLargeBuffer() argument 750 checkMaintenance4Support(Context& context, LargeBufferParameters params) checkMaintenance4Support() argument [all...] |
| H A D | vktApiFillBufferTests.cpp | 75 Move<VkDevice> createCustomDevice(Context& context, uint32_t& queueFamilyIndex) in createCustomDevice() argument 186 FillWholeBufferTestInstance(Context& context, const TestParams& testParams) FillWholeBufferTestInstance() argument 387 FillBufferTestInstance(Context& context, TestParams testParams) FillBufferTestInstance() argument 550 UpdateBufferTestInstance(Context& context, TestParams testParams) UpdateBufferTestInstance() argument [all...] |
| H A D | vktApiImageCompressionControlTests.cpp | 80 static void checkImageCompressionControlSupport(Context& context, bool swapchain = false) in checkImageCompressionControlSupport() argument 219 static void checkAhbImageSupport (const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage) in checkAhbImageSupport() argument 315 static void CheckOHOSImageSupport (const Context& context, const TestParams testParams, const deUint32 width, in CheckOHOSImageSupport() argument 414 ahbImageCreateTest(Context& context, TestParams testParams) ahbImageCreateTest() argument 489 OHOSImageCreateTest(Context& context, TestParams testParams) OHOSImageCreateTest() argument 564 imageCreateTest(Context& context, TestParams testParams) imageCreateTest() argument 660 createInstanceWithWsi(Context& context, Type wsiType, const vector<string> extraExtensions, const VkAllocationCallbacks* pAllocator = DE_NULL) createInstanceWithWsi() argument 788 swapchainCreateTest(Context& context, TestParams testParams) swapchainCreateTest() argument [all...] |
| H A D | vktApiMemoryRequirementInvarianceTests.cpp | 106 void BufferAllocator::allocate (Context& context) in allocate() argument 133 deallocate(Context& context) deallocate() argument 142 getSize(Context &context) getSize() argument 197 allocate(Context& context) allocate() argument 219 deallocate(Context& context) deallocate() argument 228 getSize(Context &context) getSize() argument 250 InvarianceInstance(Context& context, const deUint32 seed) InvarianceInstance() argument 702 AlignmentMatchingInstance(Context& context) AlignmentMatchingInstance() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawTests.cpp | 121 void checkSupport(Context& context, DrawCommandType command) in checkSupport() argument 127 ConditionalDraw::ConditionalDraw (Context &context, ConditionalTestSpec testSpec) in ConditionalDraw() argument
|