Home
last modified time | relevance | path

Searched defs:storage (Results 276 - 300 of 394) sorted by relevance

1...<<111213141516

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.cc371 Handle<FixedArray> storage = factory->NewFixedArray(num_imports); in GetImports() local
471 Handle<FixedArray> storage = factory->NewFixedArray(num_exports); in GetExports() local
587 Handle<FixedArray> storage = factory->NewFixedArray(num_custom_sections); in GetCustomSections() local
/third_party/node/src/
H A Dinspector_socket.cc125 std::vector<char> storage; member in node::inspector::__anon15357::WriteRequest
H A Dutil.h469 explicit MaybeStackBuffer(size_t storage) : MaybeStackBuffer() { in MaybeStackBuffer() argument
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp716 size_t findOrAppend(std::vector<T>& storage, const UChar32* needle, size_t needleLen) { in findOrAppend() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.c63 void *storage; member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc660 ArrayConcatVisitor(Isolate* isolate, Handle<HeapObject> storage, in ArrayConcatVisitor() argument
808 inline void set_storage(FixedArray storage) { in set_storage() argument
1317 Handle<FixedArrayBase> storage = Slow_ArrayConcat() local
1400 Handle<HeapObject> storage; Slow_ArrayConcat() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc519 V8ConsoleMessageStorage* storage = in discardConsoleEntries() local
911 V8ConsoleMessageStorage* storage = in enable() local
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc294 GetScriptName(Object maybeScript, std::unique_ptr<char[]>* storage, const DisallowGarbageCollection& no_gc) GetScriptName() argument
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc804 CommonCopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CommonCopyEnumKeysTo() argument
852 CopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CopyEnumKeysTo() argument
877 CopyEnumKeysTo(Isolate* isolate, Handle<SwissNameDictionary> dictionary, Handle<FixedArray> storage, KeyCollectionMode mode, KeyAccumulator* accumulator) CopyEnumKeysTo() argument
900 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(length); GetOwnEnumPropertyDictionaryKeys() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc343 ProfilerCodeObserver(Isolate* isolate, CodeEntryStorage& storage) ProfilerCodeObserver() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp5340 glw::GLint storage = 0; in iterate() local
5466 glw::GLint storage = 0; iterate() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp164 bool ContainsInvalidBool(ValidationState_t& _, const Instruction* storage, in ContainsInvalidBool() argument
201 ContainsCooperativeMatrix(ValidationState_t& _, const Instruction* storage) ContainsCooperativeMatrix() argument
[all...]
/third_party/skia/src/core/
H A DSkBitmapDevice.cpp404 SkRect storage; in drawBitmap() local
H A DSkTypeface.cpp456 SkConvertToUTF32 storage; in textToGlyphs() local
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp45 static int getOnCurvePoints(const SkPath& path, SkPoint storage[]) { in getOnCurvePoints() argument
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp997 auto storage = std::make_unique<char[]>(size); in createCompressedBackendTexture() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp43 void releaseCurrent(void *storage) in releaseCurrent() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp164 bool ContainsInvalidBool(ValidationState_t& _, const Instruction* storage, in ContainsInvalidBool() argument
201 ContainsCooperativeMatrix(ValidationState_t& _, const Instruction* storage) ContainsCooperativeMatrix() argument
[all...]
/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp531 auto storage = std::make_unique<char[]>(badRowBytes*surf->height()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
547 auto storage = std::make_unique<char[]>(badRowBytes*surf->height()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
H A DSerializationTest.cpp818 int32_t storage[kSize/4]; in DEF_TEST() local
854 SkAutoTMalloc<uint8_t> storage; in DEF_TEST() local
873 SkAutoTMalloc<uint8_t> storage; in DEF_TEST() local
[all...]
H A DSurfaceTest.cpp61 void* storage = sk_malloc_throw(info.computeByteSize(rowBytes)); in create_direct_surface() local
H A DWritePixelsTest.cpp589 auto storage = std::make_unique<char[]>(badRowBytes*surf->height()); in DEF_TEST() local
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.h224 FT_Long* storage; /* ! storage area */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMap.h759 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage; member in llvm::SmallDenseMap
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc606 auto storage = storage_texture_type(); in texture_sampler_types() local
[all...]

Completed in 43 milliseconds

1...<<111213141516