Searched refs:new_start (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTCSystemAlloc.cpp186 size_t new_start = reinterpret_cast<size_t>(start); local
187 size_t end = new_start + length;
192 new_start = (new_start + pagesize - 1) & ~pagemask;
195 ASSERT((new_start & pagemask) == 0);
197 ASSERT(new_start >= reinterpret_cast<size_t>(start));
200 if (new_end > new_start) {
203 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start,
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc284 int new_start = text_box->selection_start(); local
290 new_start, new_end,
318 int new_start,
321 if (new_start == new_end) {
326 } else if (old_start == new_start + 1 || old_start == new_start - 1) {
328 AppendUtterance(SubstringUTF8(value, std::min(old_start, new_start), 1),
333 std::min(old_start, new_start),
334 abs(old_start - new_start)),
341 AppendUtterance(SubstringUTF8(value, new_start, new_en
314 DescribeTextSelectionChanged( const std::string& value, int old_start, int old_end, int new_start, int new_end, std::string* out_spoken_description) argument
[all...]
H A Dwizard_accessibility_handler.h78 int new_start, int new_end,
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.cc506 size_t new_start = reinterpret_cast<size_t>(start); local
507 size_t end = new_start + length;
512 new_start = (new_start + pagesize - 1) & ~pagemask;
515 ASSERT((new_start & pagemask) == 0);
517 ASSERT(new_start >= reinterpret_cast<size_t>(start));
520 if (new_end > new_start) {
523 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsystem-alloc.cc665 size_t new_start = reinterpret_cast<size_t>(start); local
666 size_t end = new_start + length;
671 new_start = (new_start + pagesize - 1) & ~pagemask;
674 ASSERT((new_start & pagemask) == 0);
676 ASSERT(new_start >= reinterpret_cast<size_t>(start));
679 if (new_end > new_start) {
682 while (madvise(reinterpret_cast<char*>(new_start), new_end - new_start,
/external/chromium_org/v8/src/
H A Dtype-info.cc519 byte* new_start = code->instruction_start(); local
520 RelocateRelocInfos(infos, old_start, new_start);
526 byte* new_start) {
529 info->set_pc(new_start + (info->pc() - old_start));
524 RelocateRelocInfos(ZoneList<RelocInfo>* infos, byte* old_start, byte* new_start) argument
H A Dtype-info.h324 byte* new_start);
H A Dmark-compact.h114 bool TransferMark(Address old_start, Address new_start);
H A Dmark-compact.cc601 bool Marking::TransferMark(Address old_start, Address new_start) { argument
604 MemoryChunk::FromAddress(new_start));
609 if (old_start == new_start) return false;
611 MarkBit new_mark_bit = MarkBitFrom(new_start);
629 HeapObject::FromAddress(new_start), new_mark_bit);
/external/v8/src/
H A Dtype-info.cc624 byte* new_start = code->instruction_start(); local
625 RelocateRelocInfos(infos, old_start, new_start);
631 byte* new_start) {
634 info->set_pc(new_start + (info->pc() - old_start));
629 RelocateRelocInfos(ZoneList<RelocInfo>* infos, byte* old_start, byte* new_start) argument
H A Dtype-info.h309 byte* new_start);
H A Dmark-compact.h113 bool TransferMark(Address old_start, Address new_start);
H A Dmark-compact.cc380 bool Marking::TransferMark(Address old_start, Address new_start) { argument
383 MemoryChunk::FromAddress(new_start));
388 if (old_start == new_start) return false;
390 MarkBit new_mark_bit = MarkBitFrom(new_start);
408 HeapObject::FromAddress(new_start), new_mark_bit);
/external/grub/stage2/
H A Dbuiltins.c2789 int new_type, new_start, new_len;
2848 if (! safe_parse_maxint (&arg, &new_start))
2861 if (new_start + new_len > buf_geom.total_sectors)
2868 lba_to_chs (new_start, &start_cl, &start_ch, &start_dh);
2869 lba_to_chs (new_start + new_len - 1, &end_cl, &end_ch, &end_dh);
2879 PC_SLICE_START (mbr, entry) = new_start;
2751 int new_type, new_start, new_len; local
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc1332 InternalKey new_start, new_limit;
1333 GetRange(expanded0, &new_start, &new_limit);
1335 current_->GetOverlappingInputs(level+1, &new_start, &new_limit,
1347 smallest = new_start;
/external/blktrace/
H A Dblkparse.c327 char *new_start; local
338 new_start = (char *)cpus + (ncpus * sizeof(struct per_cpu_info));
340 memset(new_start, 0, new_space);

Completed in 369 milliseconds