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

1 2

  /art/disassembler/
disassembler.h 51 const uint8_t* end_address,
56 end_address_(end_address),
disassembler_arm.cc 218 const uint16_t* const end_address = reinterpret_cast<const uint16_t*>( local
220 next = reinterpret_cast<uintptr_t>(disasm_->DecodeT32At(ip, end_address));
  /external/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
197 self.end_address,
198 self.end_address - self.start_address,
210 self.end_address - self.start_address,
247 if code.start_address <= pc < code.end_address:
266 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
283 self.max_address = max(self.max_address, code.end_address)
    [all...]
grokdump.py     [all...]
  /toolchain/binutils/binutils-2.27/gas/
dw2gencfi.h 144 symbolS *end_address; member in struct:fde_entry
dw2gencfi.c 495 frchain_now->frch_cfi_data->cur_fde_data->end_address = label;
1779 symbolS *after_size_address, *end_address; local
1888 symbolS *after_size_address, *end_address; local
    [all...]
  /external/llvm/bindings/python/llvm/
disassembler.py 129 end_address = pc + len(source)
130 while address < end_address:
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 308 uptr end_address; member in struct:__sanitizer::__anon17200::ModuleInfo
332 module_infos[i].end_address = modules[i].ranges().front()->end;
339 if (mi.end_address != 0) {
340 Printf("\t%p-%p %s\n", mi.base_address, mi.end_address,
503 uptr end_address = (uptr)mi.lpBaseOfDll + mi.SizeOfImage; local
515 cur_module.addAddressRange(base_address, end_address, /*executable*/ true);
  /art/runtime/gc/accounting/
atomic_stack.h 98 StackReference<T>** end_address)
114 *end_address = begin_ + new_index;
  /external/google-breakpad/src/processor/
module_serializer.cc 118 char *end_address = Write(module, serialized_data); local
121 static_cast<unsigned int>(end_address - serialized_data);
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 195 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 =
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 276 intptr_t* start_address, intptr_t* end_address);
  /external/v8/src/arm/
simulator-arm.cc 1620 intptr_t end_address = 0; local
1665 intptr_t end_address = 0; local
1696 DCHECK(reinterpret_cast<intptr_t>(address) - operand_size == end_address); local
    [all...]
simulator-arm.h 292 intptr_t* end_address);
  /art/compiler/optimizing/
graph_visualizer.cc 115 const uint8_t* end_address)
136 end_address,
    [all...]
  /external/v8/src/profiler/
profile-generator.cc 530 Address end_address = it->first + it->second.size; local
531 return addr < end_address ? it->second.entry : nullptr;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmllib.py 258 def end_address(self): member in class:HTMLParser
  /external/python/cpython2/Lib/
htmllib.py 258 def end_address(self): member in class:HTMLParser
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 258 def end_address(self): member in class:HTMLParser
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 258 def end_address(self): member in class:HTMLParser
  /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/v8/src/ia32/
macro-assembler-ia32.h 625 // not including |end_address| are overwritten with the value in |filler|. At
626 // the end the loop, |current_address| takes the value of |end_address|.
628 Register end_address, Register filler);
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 617 // not including |end_address| are overwritten with the value in |filler|. At
618 // the end the loop, |current_address| takes the value of |end_address|.
620 Register end_address, Register filler);
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]

Completed in 677 milliseconds

1 2