Home
last modified time | relevance | path

Searched refs:add_size (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp54 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) { in ExpandBuf() argument
55 FX_STRSIZE new_size = add_size + m_DataSize; in ExpandBuf()
/external/v8/src/
Delements.cc1814 Arguments* args, uint32_t add_size, in AddArguments() argument
1817 DCHECK(0 < add_size); in AddArguments()
1820 DCHECK(add_size <= static_cast<uint32_t>(Smi::kMaxValue - length)); in AddArguments()
1821 uint32_t new_length = length + add_size; in AddArguments()
1827 int copy_dst_index = add_position == AT_START ? add_size : 0; in AddArguments()
1837 Subclass::MoveElements(isolate, receiver, backing_store, add_size, 0, in AddArguments()
1843 Subclass::CopyArguments(args, backing_store, add_size, 1, insertion_index); in AddArguments()