Searched refs:end_address (Results 1 - 25 of 26) sorted by relevance

12

/external/v8/tools/
H A Dll_prof.py93 def __init__(self, name, start_address, end_address, origin, origin_offset):
99 self.end_address = end_address
163 end_offset = self.end_address - self.start_address
189 self.end_address,
190 self.end_address - self.start_address,
202 self.end_address - self.start_address,
239 if code.start_address <= pc < code.end_address:
258 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
275 self.max_address = max(self.max_address, code.end_address)
[all...]
H A Dgrokdump.py2393 def output_words(self, f, start_address, end_address,
2406 end_address = self.align_up(end_address, size)
2407 if end_address > high:
2408 end_address = high
2411 if start_address != low or end_address != high:
2419 (desc, start_address, end_address, highlight_address, expand))
2423 for j in xrange(0, end_address - start_address, size):
2473 def output_ascii(self, f, start_address, end_address, highlight_address):
2481 if end_address > regio
[all...]
/external/google-breakpad/src/processor/
H A Dmodule_serializer.cc118 char *end_address = Write(module, serialized_data); local
121 static_cast<unsigned int>(end_address - serialized_data);
/external/llvm/bindings/python/llvm/
H A Ddisassembler.py129 end_address = pc + len(source)
130 while address < end_address:
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc221 uptr end_address; member in struct:__sanitizer::__anon3178::ModuleInfo
245 module_infos[i].end_address = modules[i].ranges().next()->end;
252 if (mi.end_address != 0) {
253 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address,
421 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; local
433 cur_module->addAddressRange(base_address, end_address, /*executable*/ true);
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc195 end_address(0),
200 uint64_t start_address, end_address, offset; member in struct:CrashedProcess::Mapping
568 mapping.end_address = stop;
802 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image;
857 addr < iter->second.end_address) {
863 iter->second.end_address = addr & ~4095;
872 mapping.offset += iter->second.end_address -
891 mapping.end_address =
1155 phdr.p_memsz = mapping.end_address - mapping.start_address;
/external/v8/test/cctest/heap/
H A Dtest-mark-compact.cc408 char* end_address = buffer + *position; local
409 uintptr_t result = strtoul(buffer + *position, &end_address, base);
411 CHECK(end_address > buffer + *position);
412 *position = end_address - buffer;
/external/v8/src/arm/
H A Dsimulator-arm.cc1583 intptr_t* end_address) {
1593 *end_address = rn_val + (num_regs * reg_size) - reg_size;
1599 *end_address = rn_val - reg_size;
1605 *end_address = rn_val + (num_regs * reg_size);
1606 rn_val = *end_address;
1624 intptr_t end_address = 0; local
1626 ProcessPU(instr, num_regs, kPointerSize, &start_address, &end_address);
1644 DCHECK(end_address == ((intptr_t)address) - 4);
1669 intptr_t end_address = 0; local
1671 ProcessPU(instr, num_regs, operand_size, &start_address, &end_address);
1579 ProcessPU(Instruction* instr, int num_regs, int reg_size, intptr_t* start_address, intptr_t* end_address) argument
1700 DCHECK(reinterpret_cast<intptr_t>(address) - operand_size == end_address); local
[all...]
H A Dsimulator-arm.h289 intptr_t* end_address);
H A Dmacro-assembler-arm.h824 // not including |end_address| are overwritten with the value in |filler|. At
825 // the end the loop, |current_address| takes the value of |end_address|.
827 Register end_address, Register filler);
H A Dmacro-assembler-arm.cc3015 Register end_address,
3022 cmp(current_address, end_address);
/external/v8/src/ppc/
H A Dsimulator-ppc.h276 intptr_t* start_address, intptr_t* end_address);
H A Dmacro-assembler-ppc.h712 // not including |end_address| are overwritten with the value in |filler|. At
713 // the end the loop, |current_address| takes the value of |end_address|.
715 Register end_address, Register filler);
H A Dmacro-assembler-ppc.cc2911 Register end_address,
2914 sub(r0, end_address, current_address, LeaveOE, SetRC);
2910 InitializeFieldsWithFiller(Register current_address, Register end_address, Register filler) argument
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h627 // not including |end_address| are overwritten with the value in |filler|. At
628 // the end the loop, |current_address| takes the value of |end_address|.
630 Register end_address, Register filler);
H A Dmacro-assembler-ia32.cc1768 Register end_address,
1776 cmp(current_address, end_address);
1767 InitializeFieldsWithFiller(Register current_address, Register end_address, Register filler) argument
/external/v8/src/x87/
H A Dmacro-assembler-x87.h616 // not including |end_address| are overwritten with the value in |filler|. At
617 // the end the loop, |current_address| takes the value of |end_address|.
619 Register end_address, Register filler);
H A Dmacro-assembler-x87.cc1734 Register end_address,
1742 cmp(current_address, end_address);
1733 InitializeFieldsWithFiller(Register current_address, Register end_address, Register filler) argument
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc2206 Register end_address,
2214 Subs(distance_in_words, end_address, current_address);
2232 Cmp(current_address, end_address);
2205 InitializeFieldsWithFiller(Register current_address, Register end_address, Register filler) argument
H A Dmacro-assembler-arm64.h1042 // not including |end_address| are overwritten with the value in |filler|. At
1043 // the end the loop, |current_address| takes the value of |end_address|.
1045 Register end_address, Register filler);
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1032 // not including |end_address| are overwritten with the value in |filler|. At
1033 // the end the loop, |current_address| takes the value of |end_address|.
1035 Register end_address, Register filler);
H A Dmacro-assembler-mips.cc3694 Register end_address,
3702 Branch(&loop, ult, current_address, Operand(end_address));
3693 InitializeFieldsWithFiller(Register current_address, Register end_address, Register filler) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1486 // not including |end_address| are overwritten with the value in |filler|. At
1487 // the end the loop, |current_address| takes the value of |end_address|.
1489 Register end_address, Register filler);
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h1099 // not including |end_address| are overwritten with the value in |filler|. At
1100 // the end the loop, |current_address| takes the value of |end_address|.
1102 Register end_address, Register filler);
H A Dmacro-assembler-mips64.cc4137 Register end_address,
4145 Branch(&loop, ult, current_address, Operand(end_address));

Completed in 555 milliseconds

12