Home
last modified time | relevance | path

Searched defs:size (Results 5501 - 5525 of 12434) sorted by relevance

1...<<221222223224225226227228229230>>...498

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-freebsd.cc114 size_t size; in GetStackStart() local
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.h46 void Reserve(size_t size) { bytes_.reserve(size); } in Reserve() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc140 const size_t size = normal_page->PayloadSize() - sizeof(HeapObjectHeader); in Create() local
207 LargePage::LargePage(HeapBase& heap, BaseSpace& space, size_t size) in LargePage() argument
218 Create(PageBackend& page_backend, LargePageSpace& space, size_t size) Create() argument
[all...]
H A Dheap-space.h38 size_t size() const { return pages_.size(); } in size() function in cppgc::internal::BaseSpace
80 void Set(Address ptr, size_t size) { in Set() argument
86 size_t size() const { return size_; } in size() function in cppgc::internal::final::LinearAllocationBuffer
H A Dobject-allocator.h83 void* ObjectAllocator::AllocateObject(size_t size, GCInfoInde argument
93 AllocateObject(size_t size, AlignVal alignment, GCInfoIndex gcinfo) AllocateObject() argument
104 AllocateObject(size_t size, GCInfoIndex gcinfo, CustomSpaceIndex space_index) AllocateObject() argument
114 AllocateObject(size_t size, AlignVal alignment, GCInfoIndex gcinfo, CustomSpaceIndex space_index) AllocateObject() argument
126 GetInitialSpaceIndexForSize( size_t size) GetInitialSpaceIndexForSize() argument
138 AllocateObjectOnSpace(NormalPageSpace& space, size_t size, AlignVal alignment, GCInfoIndex gcinfo) AllocateObjectOnSpace() argument
186 AllocateObjectOnSpace(NormalPageSpace& space, size_t size, GCInfoIndex gcinfo) AllocateObjectOnSpace() argument
[all...]
H A Dheap-growing.cc115 const size_t size = std::max(allocated_object_size, initial_heap_size_); in ConfigureLimit() local
H A Dpage-memory.cc165 auto size = set_.erase(region->reserved_region().base()); in Remove() local
222 AllocateLargePageMemory(size_t size) AllocateLargePageMemory() argument
237 auto size = large_page_memory_regions_.erase(pmr); FreeLargePageMemory() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dobjects-visiting-inl.h132 int size = map.instance_size(); in VisitDataObject() local
157 int size = JSObject::FastBodyDescriptor::SizeOf(map, object); in VisitJSObjectFast() local
170 int size = JSObject::BodyDescriptor::SizeOf(map, object); VisitJSApiObject() local
183 int size = map.instance_size(); VisitStruct() local
210 int size = NativeContext::BodyDescriptor::SizeOf(map, object); VisitNativeContext() local
[all...]
H A Dcode-stats.cc27 int size = isolate->external_script_source_size(); in RecordCodeAndMetadataStatistics() local
34 int size = abstract_code.SizeIncludingMetadata(); in RecordCodeAndMetadataStatistics() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.h100 intptr_t size() const { return size_; } in size() function in v8::internal::final
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc51 String16::String16(const UChar* characters, size_t size) in String16() argument
59 String16::String16(const char* characters, size_t size) { in String16() argument
H A Dv8-debugger-agent-impl.h234 size_t size() const { in size() function
H A Dsearch-util.cc108 size_t size = endings->size(); in scriptRegexpMatchesByLines() local
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc161 Initialize(v8::VirtualAddressSpace* vas, size_t size, bool use_guard_regions) Initialize() argument
233 InitializeAsPartiallyReservedSandbox(v8::VirtualAddressSpace* vas, size_t size, size_t size_to_reserve) InitializeAsPartiallyReservedSandbox() argument
[all...]
H A Dsandbox.h75 size_t size() const { return size_; } in size() function in v8::internal::Sandbox
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dplatform-embedded-file-writer-aix.cc105 DeclareFunctionBegin(const char* name, uint32_t size) DeclareFunctionBegin() argument
H A Dplatform-embedded-file-writer-generic.cc115 DeclareFunctionBegin(const char* name, uint32_t size) DeclareFunctionBegin() argument
H A Dplatform-embedded-file-writer-mac.cc110 DeclareFunctionBegin(const char* name, uint32_t size) DeclareFunctionBegin() argument
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h30 size_t size() const { return size_; } in size() function in v8::internal::DetachableVectorBase
H A Dmemcopy.h39 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { in MemCopy() argument
52 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { in MemCopy() argument
54 reinterpret_cast<const uint8_t*>(src), size); in MemCopy() local
56 MemMove(void* dest, const void* src, size_t size) MemMove() argument
73 MemCopy(void* dest, const void* src, size_t size) MemCopy() argument
75 reinterpret_cast<const uint8_t*>(src), size); MemCopy() local
77 MemMove(void* dest, const void* src, size_t size) MemMove() argument
83 MemCopy(void* dest, const void* src, size_t size) MemCopy() argument
114 MemMove(void* dest, const void* src, size_t size) MemMove() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c218 unsigned size = lrz_pitch * lrz_height * 2; in setup_lrz() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_perf.c27 iris_oa_bo_alloc(void *bufmgr, const char *name, uint64_t size) in iris_oa_bo_alloc() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnode.c315 int size = node_size[type]; in gpir_node_create() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.c70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, unsigned size) lima_ctx_buff_alloc() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c182 unsigned size; in u_upload_alloc_buffer() local
254 u_upload_alloc(struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned alignment, unsigned *out_offset, struct pipe_resource **outbuf, void **ptr) u_upload_alloc() argument
319 u_upload_data(struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned alignment, const void *data, unsigned *out_offset, struct pipe_resource **outbuf) u_upload_data() argument
[all...]

Completed in 14 milliseconds

1...<<221222223224225226227228229230>>...498