HomeSort by relevance Sort by last modified time
    Searched refs:end_address (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/tools/
ll_prof.py 85 def __init__(self, name, start_address, end_address, origin, origin_offset):
91 self.end_address = end_address
147 end_offset = self.end_address - self.start_address
173 self.end_address,
174 self.end_address - self.start_address,
186 self.end_address - self.start_address,
223 if code.start_address <= pc < code.end_address:
242 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
259 self.max_address = max(self.max_address, code.end_address)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 253 const void* end_address,
313 // that is mapped to [start_address..end_address)
317 uintptr_t end_address);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 253 const void* end_address,
313 // that is mapped to [start_address..end_address)
317 uintptr_t end_address);
  /external/chromium_org/v8/tools/
ll_prof.py 93 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...]
  /external/llvm/bindings/python/llvm/
disassembler.py 104 end_address = pc + len(source)
105 while address < end_address:
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 295 uint64_t end_address = start_address + symbol.st_size; local
298 start_address <= pc && pc < end_address) {
529 uint64_t end_address; local
530 cursor = GetHex(cursor, eol, &end_address);
537 if (!(start_address <= pc && pc < end_address)) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 763 uintptr_t end_address = start_address + info.object_size; local
768 if (*iter < end_address) {
796 // end_address end address of a memory region
804 uintptr_t end_address,
814 filename, start_address, end_address);
817 end_address - start_address,
907 uint64 start_address, end_address, file_offset; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 763 uintptr_t end_address = start_address + info.object_size; local
768 if (*iter < end_address) {
796 // end_address end address of a memory region
804 uintptr_t end_address,
814 filename, start_address, end_address);
817 end_address - start_address,
907 uint64 start_address, end_address, file_offset; local
    [all...]
  /external/chromium_org/tools/android/memdump/
memdump.cc 75 uint end_address;
141 memory_map->end_address = static_cast<uint>(tmp);
149 (memory_map->end_address - memory_map->start_address) / PAGE_SIZE);
206 addr < memory_map.end_address;
381 memory_map.end_address, memory_map.flags.c_str(),
445 memory_map.end_address,
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 473 char* end_address = buffer + *position; local
474 uintptr_t result = strtoul(buffer + *position, &end_address, base);
476 CHECK(end_address > buffer + *position);
477 *position = end_address - buffer;
  /external/v8/test/cctest/
test-mark-compact.cc 464 char* end_address = buffer + *position; local
465 uintptr_t result = strtoul(buffer + *position, &end_address, base);
467 CHECK(end_address > buffer + *position);
468 *position = end_address - buffer;
  /external/v8/src/arm/
simulator-arm.h 263 intptr_t* end_address);
simulator-arm.cc 1626 intptr_t end_address = 0; local
1667 intptr_t end_address = 0; local
1696 ASSERT(reinterpret_cast<intptr_t>(address) - operand_size == end_address); local
    [all...]
regexp-macro-assembler-arm.cc 1109 const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); variable
    [all...]
  /art/runtime/
dex_file.h 721 uint32_t end_address,
768 void InvokeLocalCbIfLive(void* context, int reg, uint32_t end_address,
771 local_cb(context, reg, local_in_reg[reg].start_address_, end_address,
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 1582 intptr_t end_address = 0; local
1627 intptr_t end_address = 0; local
1661 ASSERT(reinterpret_cast<intptr_t>(address) - operand_size == end_address); local
    [all...]
simulator-arm.h 298 intptr_t* end_address);
regexp-macro-assembler-arm.cc 1161 const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 258 def end_address(self): member in class:HTMLParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 258 def end_address(self): member in class:HTMLParser
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 1181 const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); variable
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 1167 const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); local
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 1270 const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); local
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 1139 const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); local
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc     [all...]

Completed in 2039 milliseconds

1 2