Searched refs:packed_size (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Delements.cc365 uint32_t to_start, int packed_size,
373 copy_size = packed_size - from_start;
386 DCHECK(packed_size >= 0 && packed_size <= copy_size);
392 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size);
710 int packed_size,
735 int packed_size = kPackedSizeNotKnown; variable
739 packed_size =
741 if (copy_size >= 0 && packed_size > copy_size) {
742 packed_size
362 CopyPackedSmiToDoubleElements(FixedArrayBase* from_base, uint32_t from_start, FixedArrayBase* to_base, uint32_t to_start, int packed_size, int raw_copy_size) argument
705 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1057 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1182 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1442 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
1657 CopyElementsImpl(Handle<FixedArrayBase> from, uint32_t from_start, Handle<FixedArrayBase> to, ElementsKind from_kind, uint32_t to_start, int packed_size, int copy_size) argument
[all...]
/external/libmtp/src/
H A Dptp-pack.c209 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size) argument
225 *packed_size = 0;
229 *packed_size = plen;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc608 int packed_size = packed_message1.ByteSize(); local
609 packed_data.resize(packed_size);
612 EXPECT_EQ(packed_size, end - start);

Completed in 176 milliseconds