/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.h | 91 void EnsureCapacity(int size) { in EnsureCapacity() argument
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-solaris.cc | 82 size_t size; in GetStackStart() local
|
H A D | platform-macos.cc | 51 PlatformSharedMemoryHandle OS::CreateSharedMemoryHandleForTesting(size_t size) { in CreateSharedMemoryHandleForTesting() argument 70 void* OS::AllocateShared(void* hint, size_t size, MemoryPermission access, in AllocateShared() argument 91 bool OS::RemapPages(const void* address, size_t size, void* new_address, in RemapPages() argument 37 mach_vm_map_wrapper(mach_vm_address_t* address, mach_vm_size_t size, int flags, mach_port_t port, memory_object_offset_t offset, vm_prot_t prot) mach_vm_map_wrapper() argument 117 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument [all...] |
H A D | platform-openbsd.cc | 110 long size = sysconf(_SC_PAGESIZE); // NOLINT: type more fit than uint64_t in SignalCodeMovingGC() local
|
H A D | platform-darwin.cc | 52 unsigned int size; in GetSharedLibraryAddresses() local 55 uint64_t size; in GetSharedLibraryAddresses() local 64 start + size, slide)); in GetSharedLibraryAddresses() local
|
/third_party/node/deps/v8/include/ |
H A D | v8-wasm.h | 33 size_t size = 0; member
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-wasm.h | 34 size_t size = 0; member
|
/third_party/node/deps/v8/src/base/ |
H A D | address-region.h | 30 constexpr AddressRegion(Address address, size_t size) in AddressRegion() argument 36 size_t size() const { return size_; } in size() function in v8::base::AddressRegion 37 void set_size(size_t size) { size_ = size; } in set_size() argument [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | raw-heap.h | 67 size_t size() const { return spaces_.size(); } in size() function in cppgc::internal::final
|
/third_party/node/deps/v8/src/heap/ |
H A D | allocation-stats.h | 63 size_t size = size_; in IncreaseAllocatedBytes() local
|
H A D | factory-base-inl.h | 103 int size = StructType::kSize; in NewStructInternal() local 108 NewStructInternal(ReadOnlyRoots roots, Map map, int size, AllocationType allocation) NewStructInternal() argument
|
H A D | heap-allocator-inl.h | 213 AllocateRawWith( int size, AllocationType allocation, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawWith() argument
|
H A D | heap-allocator.cc | 79 AllocateRawWithLightRetrySlowPath( int size, AllocationType allocation, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawWithLightRetrySlowPath() argument 103 AllocateRawWithRetryOrFailSlowPath( int size, AllocationType allocation, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawWithRetryOrFailSlowPath() argument
|
/third_party/node/deps/v8/src/inspector/ |
H A D | string-util.h | 50 size_t size() const { return bytes_->size(); } in size() function in v8_inspector::protocol::Binary 53 static Binary fromSpan(const uint8_t* data, size_t size) { in fromSpan() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-jump-table.h | 25 BytecodeJumpTable(size_t constant_pool_index, int size, int case_value_base, in BytecodeJumpTable() argument 40 int size() const { return size_; } in size() function in v8::internal::interpreter::final
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | context-deserializer.cc | 86 int size = source()->GetInt(); in DeserializeEmbedderFields() local
|
H A D | snapshot-data.h | 23 SerializedData(byte* data, int size) in SerializedData() argument 94 void Resize(uint32_t size) { size_ = size; } in Resize() argument
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data-inl.h | 151 uint32_t size = InstructionSizeOfBuiltin(builtin); in PaddedInstructionSizeOfBuiltin() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_hw.h | 98 uint32_t size; member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_batchbuffer.h | 78 i915_winsys_batchbuffer_write(struct i915_winsys_batchbuffer *batch, void *data, size_t size) i915_winsys_batchbuffer_write() argument
|
H A D | i915_resource_buffer.c | 98 i915_buffer_subdata(struct pipe_context *rm_ctx, struct pipe_resource *resource, unsigned usage, unsigned offset, unsigned size, const void *data) i915_buffer_subdata() argument
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_connection.c | 146 rbug_connection_write(struct rbug_connection *c, void *to, uint32_t size) in rbug_connection_write() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_bitmask.c | 56 unsigned size; member [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_emit.c | 99 unsigned size = ETNA_3D_CONTEXT_SIZE; in required_stream_size() local [all...] |
H A D | etnaviv_disk_cache.c | 140 size_t size; in etna_disk_cache_retrieve() local
|