/external/oprofile/daemon/ |
opd_kernel.c | 150 unsigned long long start_address; local 180 dependencies, live_info, &start_address); 187 image = opd_create_module(module_name, start_address, 188 start_address + module_size);
|
/external/chromium_org/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 1254 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local [all...] |
/external/chromium_org/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 1116 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local [all...] |
simulator-arm.cc | 1571 intptr_t start_address = 0; local 1616 intptr_t start_address = 0; local [all...] |
/external/lldb/source/Plugins/Instruction/ARM/ |
EmulationStateARM.cpp | 335 uint64_t start_address = 0; local 342 start_address = value_sp->GetUInt64Value (); 350 uint32_t address = (uint32_t) start_address;
|
/external/chromium_org/tools/cygprofile/ |
cygprofile.cc | 115 uint64 start_address = 0; local 116 CHECK(ParseAddress(line, 0, address_length, &start_address)); 124 if (current_func_addr >= start_address &&
|
/external/chromium_org/base/third_party/symbolize/ |
symbolize.cc | 305 uint64_t start_address = symbol.st_value; local 306 start_address += symbol_offset; 307 uint64_t end_address = start_address + symbol.st_size; 310 start_address <= pc && pc < end_address) { 499 // the specified pc. If found, sets |start_address| to the start address 508 uint64_t &start_address, 543 cursor = GetHex(cursor, eol, &start_address); 558 if (!(start_address <= pc && pc < end_address)) { 586 // Don't subtract 'start_address' from the first entry: 597 base_address = ((num_maps == 1) ? 0U : start_address) - file_offset [all...] |
/external/chromium_org/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 1148 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local [all...] |
/external/chromium_org/v8/src/mips/ |
regexp-macro-assembler-mips.cc | 1175 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local [all...] |
/external/chromium_org/v8/src/mips64/ |
regexp-macro-assembler-mips64.cc | 1221 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local [all...] |
/external/chromium_org/v8/src/x87/ |
regexp-macro-assembler-x87.cc | 1147 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local [all...] |
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_elf_relocations.cpp | 376 const ELF::Addr start_address = decoder.Dequeue(); local 380 relocation.r_offset = start_address;
|
/external/chromium_org/v8/src/arm64/ |
regexp-macro-assembler-arm64.cc | 1364 const byte* start_address = *input_start; local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker.cc | 408 uintptr_t start_address; // the start of the range member in struct:HeapLeakChecker::RangeValue 753 if (iter->second.start_address < addr && 762 uintptr_t start_address = AsInt(ptr); local 763 uintptr_t end_address = start_address + info.object_size; 765 = stack_tops->lower_bound(start_address); 767 RAW_DCHECK(*iter >= start_address, ""); 795 // start_address start address of a memory region. 803 static void RecordGlobalDataLocked(uintptr_t start_address, 814 filename, start_address, end_address); 816 push_back(AllocObject(AsPtr(start_address), 907 uint64 start_address, end_address, file_offset; local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker.cc | 408 uintptr_t start_address; // the start of the range member in struct:HeapLeakChecker::RangeValue 753 if (iter->second.start_address < addr && 762 uintptr_t start_address = AsInt(ptr); local 763 uintptr_t end_address = start_address + info.object_size; 765 = stack_tops->lower_bound(start_address); 767 RAW_DCHECK(*iter >= start_address, ""); 795 // start_address start address of a memory region. 803 static void RecordGlobalDataLocked(uintptr_t start_address, 814 filename, start_address, end_address); 816 push_back(AllocObject(AsPtr(start_address), 907 uint64 start_address, end_address, file_offset; local [all...] |
/external/chromium_org/v8/src/ |
serialize.cc | 675 Address start_address = code_space->top(); local 681 CHECK_EQ(start_address, code_space->top()); [all...] |
/art/runtime/gc/ |
heap.cc | 2483 mirror::Object** start_address; local [all...] |