Home
last modified time | relevance | path

Searched refs:UsedSize (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dglobal-handles.h183 size_t UsedSize() const;
Dglobal-handles.cc923 size_t GlobalHandles::UsedSize() const { in UsedSize() function in v8::internal::GlobalHandles
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp1561 unsigned UsedSize; in getWinEHFuncletFrameSize() local
1568 UsedSize = getPSPSlotOffsetFromSP(MF) + SlotSize; in getWinEHFuncletFrameSize()
1571 UsedSize = MF.getFrameInfo().getMaxCallFrameSize(); in getWinEHFuncletFrameSize()
1576 unsigned FrameSizeMinusRBP = alignTo(CSSize + UsedSize, getStackAlignment()); in getWinEHFuncletFrameSize()
/third_party/node/deps/v8/src/heap/
Dheap.cc1100 return isolate_->global_handles()->UsedSize(); in UsedGlobalHandlesSize()