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.cc1499 Arguments* args, uint32_t add_size, in AddArguments() argument
1502 DCHECK(add_size > 0); in AddArguments()
1505 DCHECK(add_size <= static_cast<uint32_t>(Smi::kMaxValue - length)); in AddArguments()
1506 uint32_t new_length = length + add_size; in AddArguments()
1512 int copy_dst_index = remove_position == AT_START ? add_size : 0; in AddArguments()
1523 isolate, receiver, backing_store, add_size, 0, length, 0, 0); in AddArguments()
1528 FastElementsAccessorSubclass::CopyArguments(args, backing_store, add_size, in AddArguments()