| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module.cc | 371 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 D | inspector_socket.cc | 125 std::vector<char> storage; member in node::inspector::__anon15357::WriteRequest
|
| H A D | util.h | 469 explicit MaybeStackBuffer(size_t storage) : MaybeStackBuffer() { in MaybeStackBuffer() argument
|
| /third_party/node/deps/icu-small/source/tools/icuexportdata/ |
| H A D | icuexportdata.cpp | 716 size_t findOrAppend(std::vector<T>& storage, const UChar32* needle, size_t needleLen) { in findOrAppend() argument
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_queue.c | 63 void *storage; member
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-array.cc | 660 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 D | v8-runtime-agent-impl.cc | 519 V8ConsoleMessageStorage* storage = in discardConsoleEntries() local 911 V8ConsoleMessageStorage* storage = in enable() local
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | perf-jit.cc | 294 GetScriptName(Object maybeScript, std::unique_ptr<char[]>* storage, const DisallowGarbageCollection& no_gc) GetScriptName() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | keys.cc | 804 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 D | cpu-profiler.cc | 343 ProfilerCodeObserver(Isolate* isolate, CodeEntryStorage& storage) ProfilerCodeObserver() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 5340 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 D | validate_memory.cpp | 164 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 D | SkBitmapDevice.cpp | 404 SkRect storage; in drawBitmap() local
|
| H A D | SkTypeface.cpp | 456 SkConvertToUTF32 storage; in textToGlyphs() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleQuadStroker.cpp | 45 static int getOnCurvePoints(const SkPath& path, SkPoint storage[]) { in getOnCurvePoints() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrDirectContext.cpp | 997 auto storage = std::make_unique<char[]>(size); in createCompressedBackendTexture() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| H A D | main.cpp | 43 void releaseCurrent(void *storage) in releaseCurrent() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_memory.cpp | 164 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 D | ReadWritePixelsGpuTest.cpp | 531 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 D | SerializationTest.cpp | 818 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 D | SurfaceTest.cpp | 61 void* storage = sk_malloc_throw(info.computeByteSize(rowBytes)); in create_direct_surface() local
|
| H A D | WritePixelsTest.cpp | 589 auto storage = std::make_unique<char[]>(badRowBytes*surf->height()); in DEF_TEST() local
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttinterp.h | 224 FT_Long* storage; /* ! storage area */ member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | DenseMap.h | 759 AlignedCharArrayUnion<BucketT[InlineBuckets], LargeRep> storage; member in llvm::SmallDenseMap
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl.cc | 606 auto storage = storage_texture_type(); in texture_sampler_types() local [all...] |