Home
last modified time | relevance | path

Searched defs:size (Results 10251 - 10275 of 12434) sorted by relevance

1...<<411412413414415416417418419420>>...498

/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc38 EmbedderNode(cppgc::internal::HeapObjectName name, size_t size) in EmbedderNode() argument
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc451 size_t size = to_space_.CommittedPhysicalMemory(); in CommittedPhysicalMemory() local
763 int size = object.Size(cage_base); in Verify() local
H A Dheap-inl.h206 Address Heap::AllocateRawOrFail(int size, AllocationType allocation, in AllocateRawOrFail() argument
H A Dpaged-spaces.cc236 size_t size = 0; in VerifyCommittedPhysicalMemory() local
780 int size = object.Size(cage_base); in Verify() local
[all...]
H A Dread-only-spaces.cc86 size_t size = RoundUp(chunk->size(), page_allocator_->AllocatePageSize()); in ~SingleCopyReadOnlyArtifacts() local
227 size_t size = RoundUp(page->size(), page_allocator->AllocatePageSize()); in Initialize() local
541 int size in Verify() local
588 size_t size = 0; CommittedPhysicalMemory() local
[all...]
H A Dincremental-marking.cc341 void IncrementalMarking::EnsureBlackAllocated(Address allocated, size_t size) { in EnsureBlackAllocated() argument
43 Step(int bytes_allocated, Address addr, size_t size) Step() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc503 Response V8RuntimeAgentImpl::setMaxCallStackSizeToCapture(int size) { in setMaxCallStackSizeToCapture() argument
511 TRACE_EVENT_FLAG_FLOW_IN | TRACE_EVENT_FLAG_FLOW_OUT, "size", size); in setMaxCallStackSizeToCapture() local
889 int size; in restore() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc226 void AddFinalizer(HeapObjectHeader* header, size_t size) { in AddFinalizer() argument
231 void AddFreeListEntry(Address start, size_t size) { in AddFreeListEntry() argument
251 void AddFinalizer(HeapObjectHeader* header, size_t size) { in AddFinalizer() argument
271 void AddFreeListEntry(Address start, size_t size) { in AddFreeListEntry() argument
320 const size_t size in SweepNormalPage() local
774 SweepForAllocationIfRunning(NormalPageSpace* space, size_t size) SweepForAllocationIfRunning() argument
1053 SweepForAllocationIfRunning(NormalPageSpace* space, size_t size) SweepForAllocationIfRunning() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1576 int size = 32; in DecodeTypeVFP() local
2156 int size = base::bits::RoundDownToPowerOfTwo32(imm7); in DecodeAdvancedSIMDDataProcessing() local
2175 int size = base::bits::RoundDownToPowerOfTwo32(imm7); DecodeAdvancedSIMDDataProcessing() local
2202 int size = base::bits::RoundDownToPowerOfTwo32(imm7); DecodeAdvancedSIMDDataProcessing() local
2213 int size = base::bits::RoundDownToPowerOfTwo32(imm7); DecodeAdvancedSIMDDataProcessing() local
2252 int size = instr->Bits(19, 18); DecodeAdvancedSIMDTwoOrThreeRegisters() local
2466 int size = instr->Bits(7, 6); DecodeAdvancedSIMDElementOrStructureLoadStore() local
2481 int size = instr->Bits(7, 6); DecodeAdvancedSIMDElementOrStructureLoadStore() local
2495 int size = op1; // size and op1 occupy the same bits in decoding. DecodeAdvancedSIMDElementOrStructureLoadStore() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc137 int size = SNPrintF(perf_dump_name, kFilenameFormatString, process_id_); in OpenJitDumpFile() local
336 uint32_t size = sizeof(debug_info); in LogWriteDebugInfo() local
419 uint32_t size = 0; LogWriteDebugInfo() local
519 LogWriteBytes(const char* bytes, int size) LogWriteBytes() argument
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h257 constexpr int size = sizeof(T); in ByteReverse() local
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h134 void add_self_size(size_t size) { self_size_ += size; } in add_self_size() argument
289 uint32_t size; member
337 unsigned int size; global() member
[all...]
H A Dcpu-profiler.cc337 void* SamplingEventsProcessor::operator new(size_t size) { in operator new() argument
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc388 size_t size = stack_.size(); in StackPush() local
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc45 explicit SimpleStringBuilder(int size) { in SimpleStringBuilder() argument
50 SimpleStringBuilder(char* buffer, int size) in SimpleStringBuilder() argument
/third_party/node/deps/v8/src/objects/
H A Dcode.cc473 DisassembleCodeRange(Isolate* isolate, std::ostream& os, Code code, Address begin, size_t size, Address current_pc) DisassembleCodeRange() argument
[all...]
H A Dproperty-details.h197 int size() const { in size() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h65 int size() const { return to_ - from_ + 1; } in size() function in v8::internal::Interval
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc919 int FixedArrayLenFromSize(int size) { in FixedArrayLenFromSize() argument
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc1311 HeapObject Deserializer<IsolateT>::Allocate(AllocationType allocation, int size, in Allocate() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h228 VisitResult size; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c490 uint32_t size = vb->buffer.resource->width0 - off; in fd5_emit_vertex_bufs() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c194 realloc_bo(struct fd_resource *rsc, uint32_t size) in realloc_bo() argument
1240 uint32_t size; in fd_resource_allocate_and_resolve() local
1318 uint32_t size; fd_resource_create_with_modifiers() local
1570 uint32_t size; fd_resource_from_memobj() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h181 uint64_t size; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c304 int size = uniform_size + vs->state.constant_size + 32; in lima_pack_vs_cmd() local
752 uint32_t size = ctx->buffer_state[lima_ctx_buff_pp_uniform].size; lima_pack_render_state() local
859 int size = uniform_size + vs->state.constant_size + 32; lima_update_gp_uniform() local
954 int size = v->component_size * 4; lima_update_varying() local
[all...]

Completed in 48 milliseconds

1...<<411412413414415416417418419420>>...498