Home
last modified time | relevance | path

Searched defs:space (Results 176 - 187 of 187) sorted by relevance

12345678

/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc4406 int space = kNumCallerSavedFPU * kDoubleSize; in EnterExitFrame() local
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc176 void MarkingVerifier::VerifyMarking(NewSpace* space) { in VerifyMarking() argument
193 void MarkingVerifier::VerifyMarking(PagedSpace* space) { in VerifyMarking() argument
370 void EvacuationVerifier::VerifyEvacuation(NewSpace* space) { in VerifyEvacuation() argument
382 VerifyEvacuation(PagedSpace* space) VerifyEvacuation() argument
544 TraceFragmentation(PagedSpace* space) TraceFragmentation() argument
633 VerifyMarkbitsAreDirty(ReadOnlySpace* space) VerifyMarkbitsAreDirty() argument
641 VerifyMarkbitsAreClean(PagedSpace* space) VerifyMarkbitsAreClean() argument
648 VerifyMarkbitsAreClean(NewSpace* space) VerifyMarkbitsAreClean() argument
656 VerifyMarkbitsAreClean(LargeObjectSpace* space) VerifyMarkbitsAreClean() argument
740 DrainSweepingWorklistForSpace( AllocationSpace space) DrainSweepingWorklistForSpace() argument
794 CollectEvacuationCandidates(PagedSpace* space) CollectEvacuationCandidates() argument
1782 AllocationSpace space = AllocateTargetObject(object, size, &target); global() variable
1783 MigrateObject(HeapObject::cast(target), object, size, space); global() variable
4503 CollectRememberedSetUpdatingItems( std::vector<std::unique_ptr<UpdatingItem>>* items, IterateableSpace* space, RememberedSetUpdatingMode mode) CollectRememberedSetUpdatingItems() argument
4789 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); ReleaseEvacuationCandidates() local
4798 StartSweepSpace(PagedSpace* space) StartSweepSpace() argument
[all...]
H A Dheap.cc456 SelectGarbageCollector(AllocationSpace space, const char** reason) SelectGarbageCollector() argument
1133 Space* space = it.Next(); AddAllocationObserversToAllSpaces() local
1147 Space* space = it.Next(); RemoveAllocationObserversFromAllSpaces() local
1427 Space* space = it.Next(); GarbageCollectionEpilogueInSafepoint() local
1761 CollectGarbage(AllocationSpace space, GarbageCollectionReason gc_reason, const v8::GCCallbackFlags gc_callback_flags) CollectGarbage() argument
4588 IsValidAllocationSpace(AllocationSpace space) IsValidAllocationSpace() argument
5784 ReplaceReadOnlySpace(SharedReadOnlySpace* space) ReplaceReadOnlySpace() argument
5973 NotifyOldGenerationExpansion(AllocationSpace space, MemoryChunk* chunk) NotifyOldGenerationExpansion() argument
6478 Space* space = heap_->space(current_space_); HasNext() local
6489 Space* space = heap_->space(current_space_++); Next() local
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c155 void *space[16]; member
/third_party/python/Modules/
H A Dsocketmodule.c2603 cmsg_min_space(struct msghdr *msg, struct cmsghdr *cmsgh, size_t space) in cmsg_min_space() argument
2645 get_cmsg_data_space(struct msghdr *msg, struct cmsghdr *cmsgh, size_t *space) in get_cmsg_data_space() argument
2669 size_t space, cmsg_data_le in get_cmsg_data_len() local
4549 size_t bufsize, space; global() local
4613 size_t space; global() local
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h1623 double reserved, ovp, candidate, end, diff, space; in get_best_overprovision() local
/third_party/backends/backend/
H A Dhp3900_rts8822.c1366 SANE_Int space; in Arrange_Colour() local
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h1100 unsigned int space; /* W: count of element IDs to get */ member
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c333 unsigned space; member
1036 emit_uav(struct ntd_context *ctx, unsigned binding, unsigned space, unsigned count, in emit_uav() argument
913 get_resource_id(struct ntd_context *ctx, enum dxil_resource_class class, unsigned space, unsigned binding) get_resource_id() argument
1068 unsigned binding, space; emit_uav_var() local
1202 emit_cbv(struct ntd_context *ctx, unsigned binding, unsigned space, unsigned size, unsigned count, char *name) emit_cbv() argument
2861 unsigned space = 0; get_resource_handle() local
4117 unsigned space = nir_intrinsic_desc_set(index); emit_load_vulkan_descriptor() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c1757 int space, size, bracketlen; in set_private_data_ptrs() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc8960 i::ReadOnlySpace* space = heap->read_only_space(); in GetHeapSpaceStatistics() local
8967 i::Space* space = heap->space(static_cast<int>(index)); in GetHeapSpaceStatistics() local
[all...]
/third_party/glfw/deps/
H A Dnuklear.h7330 nk_text_clamp(const struct nk_user_font *font, const char *text, int text_len, float space, int *glyphs, float *text_width, nk_rune *sep_list, int sep_count) nk_text_clamp() argument
17969 float space = nk_layout_row_calculate_usable_space(&ctx->style, layout->type, nk_layout_row_template_end() local
[all...]

Completed in 104 milliseconds

12345678