Searched defs:final_size (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Djson-stringifier.h309 int final_size = 0; local
311 dest->Set(final_size++, '\"');
312 final_size += SerializeStringUnchecked_(vector.start(),
315 dest->Set(final_size++, '\"');
316 return SeqString::Truncate(Handle<SeqString>::cast(result), final_size);
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc880 size_t final_size = local
882 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
883 *count = static_cast<mach_msg_type_number_t>(final_size);
888 size_t final_size = local
890 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
891 *count = static_cast<mach_msg_type_number_t>(final_size);
900 size_t final_size = local
902 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
903 *count = static_cast<mach_msg_type_number_t>(final_size);
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc525 Label final_size() const { return final_size_; }
539 // set SECTION's start to its position in this section, and its final_size
590 D32(final_size());
595 Append(endianness(), word_size() / 8, contents.final_size());
601 content_final_size_ = contents.final_size();
623 Append(endianness(), word_size() / 8, contents.final_size());
724 D32(commands->final_size()); // their size in bytes
1033 expected.end = expected.start + load_commands.final_size().Value();
1126 EXPECT_EQ(segment.final_size().Value(), actual_segment.contents.Size());
1163 EXPECT_EQ(segment.final_size()
522 Label final_size() const { return final_size_; } function in class:SizedSection
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc17792 intptr_t final_size = CcTest::heap()->SizeOfObjects(); local
17794 CHECK_LT(final_size, initial_size + 1);
17812 intptr_t final_size = CcTest::heap()->SizeOfObjects(); local
17814 CHECK_LT(final_size, initial_size + 1);
17832 intptr_t final_size = CcTest::heap()->SizeOfObjects(); local
17834 CHECK_LT(final_size, initial_size + 1);
17867 intptr_t final_size = CcTest::heap()->SizeOfObjects(); local
17868 CHECK_LT(final_size, initial_size + 1);

Completed in 2230 milliseconds