Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_basic_buffer.cpp53 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) { in ExpandBuf() argument
55 new_size += add_size; in ExpandBuf()
/external/v8/src/
Delements.cc2414 Arguments* args, uint32_t add_size, in AddArguments() argument
2417 DCHECK(0 < add_size); in AddArguments()
2420 DCHECK(add_size <= static_cast<uint32_t>(Smi::kMaxValue - length)); in AddArguments()
2421 uint32_t new_length = length + add_size; in AddArguments()
2427 int copy_dst_index = add_position == AT_START ? add_size : 0; in AddArguments()
2437 Subclass::MoveElements(isolate, receiver, backing_store, add_size, 0, in AddArguments()
2443 Subclass::CopyArguments(args, backing_store, add_size, 1, insertion_index); in AddArguments()