Home
last modified time | relevance | path

Searched refs:start_address (Results 1 – 24 of 24) sorted by relevance

/external/v8/tools/
Dll_prof.py93 def __init__(self, name, start_address, end_address, origin, origin_offset): argument
98 self.start_address = start_address
135 offset = pc - self.start_address
163 end_offset = self.end_address - self.start_address
196 self.start_address,
198 self.end_address - self.start_address,
210 self.end_address - self.start_address,
247 if code.start_address <= pc < code.end_address:
265 page_id = CodePage.PageId(code.start_address)
282 self.min_address = min(self.min_address, code.start_address)
[all …]
Dgrokdump.py2415 def output_words(self, f, start_address, end_address, argument
2423 start_address = self.align_down(start_address, size)
2426 if start_address < low:
2427 start_address = low
2433 if start_address != low or end_address != high:
2441 (desc, start_address, end_address, highlight_address, expand))
2445 for j in xrange(0, end_address - start_address, size):
2446 slot = start_address + j
2493 def output_ascii(self, f, start_address, end_address, highlight_address): argument
2499 if start_address < region[0]:
[all …]
/external/libmojo/ipc/
Dbrokerable_attachment.cc30 BrokerableAttachment::AttachmentId::AttachmentId(const char* start_address, in AttachmentId() argument
34 nonce[i] = start_address[i]; in AttachmentId()
37 void BrokerableAttachment::AttachmentId::SerializeToBuffer(char* start_address, in SerializeToBuffer() argument
41 start_address[i] = nonce[i]; in SerializeToBuffer()
Dbrokerable_attachment.h38 AttachmentId(const char* start_address, size_t size);
41 void SerializeToBuffer(char* start_address, size_t size);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_mac.cc84 uptr *start_address) { in ParseCommandOutput() argument
125 if (start_address) *start_address = addr - offset; in ParseCommandOutput()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc194 start_address(0), in Mapping()
200 uint64_t start_address, end_address, offset; member
567 mapping.start_address = start; in ParseMaps()
573 crashinfo->mappings[mapping.start_address] = mapping; in ParseMaps()
801 mapping.start_address = rawmodule->base_of_image; in ParseModuleStream()
804 if (crashinfo->mappings.find(mapping.start_address) == in ParseModuleStream()
808 crashinfo->mappings[mapping.start_address] = mapping; in ParseModuleStream()
856 if (addr >= iter->second.start_address && in AddDataToMapping()
859 if ((addr & ~4095) != iter->second.start_address) { in AddDataToMapping()
873 iter->second.start_address; in AddDataToMapping()
[all …]
/external/libchrome/base/trace_event/
Dprocess_memory_maps.cc21 : start_address(0), in VMRegion()
48 value->SetString("sa", StringPrintf(kHexFmt, region.start_address)); in AsValueInto()
Dprocess_memory_maps.h33 uint64_t start_address; member
Dprocess_memory_dump.cc76 size_t ProcessMemoryDump::CountResidentBytes(void* start_address, in CountResidentBytes() argument
79 const uintptr_t start_pointer = reinterpret_cast<uintptr_t>(start_address); in CountResidentBytes()
Dprocess_memory_dump.h68 static size_t CountResidentBytes(void* start_address, size_t mapped_size);
/external/google-breakpad/src/processor/
Dmap_serializers-inl.h76 char *start_address = dest; in Write() local
92 offsets[index] = static_cast<uint32_t>(dest - start_address); in Write()
144 char *start_address = dest; in Write() local
160 offsets[index] = static_cast<uint32_t>(dest - start_address); in Write()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.h213 uintptr_t start_address,
Dexception_handler.cc690 uintptr_t start_address, in AddMappingInfo() argument
694 info.start_addr = start_address; in AddMappingInfo()
/external/libchrome/base/debug/
Dstack_trace_posix.cc530 static int OpenObjectFileContainingPc(uint64_t pc, uint64_t& start_address, in OpenObjectFileContainingPc() argument
553 start_address = region.start; in OpenObjectFileContainingPc()
565 base_address = (is_first ? 0U : start_address) - region.offset; in OpenObjectFileContainingPc()
/external/v8/src/arm/
Dsimulator-arm.cc1494 intptr_t* start_address, in ProcessPU() argument
1504 *start_address = rn_val; in ProcessPU()
1510 *start_address = rn_val - (num_regs * reg_size); in ProcessPU()
1512 rn_val = *start_address; in ProcessPU()
1516 *start_address = rn_val + reg_size; in ProcessPU()
1535 intptr_t start_address = 0; in HandleRList() local
1538 ProcessPU(instr, num_regs, kPointerSize, &start_address, &end_address); in HandleRList()
1540 intptr_t* address = reinterpret_cast<intptr_t*>(start_address); in HandleRList()
1542 DCHECK(start_address > 8191 || start_address < 0); in HandleRList()
1580 intptr_t start_address = 0; in HandleVList() local
[all …]
Dsimulator-arm.h288 intptr_t* start_address,
/external/v8/src/snapshot/
Ddeserializer.cc127 Address start_address = code_space->top(); in DeserializePartial() local
138 CHECK_EQ(start_address, code_space->top()); in DeserializePartial()
/external/v8/src/ppc/
Dsimulator-ppc.h276 intptr_t* start_address, intptr_t* end_address);
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc791 Register start_address, in Generate_InterpreterPushArgs() argument
797 __ addp(scratch, start_address); in Generate_InterpreterPushArgs()
803 __ Push(Operand(start_address, 0)); in Generate_InterpreterPushArgs()
804 __ subp(start_address, Immediate(kPointerSize)); in Generate_InterpreterPushArgs()
806 __ cmpp(start_address, scratch); in Generate_InterpreterPushArgs()
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc717 Register start_address) { in Generate_InterpreterPushArgs() argument
726 __ Push(Operand(start_address, 0)); in Generate_InterpreterPushArgs()
727 __ sub(start_address, Immediate(kPointerSize)); in Generate_InterpreterPushArgs()
729 __ cmp(start_address, array_limit); in Generate_InterpreterPushArgs()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc716 Register start_address) { in Generate_InterpreterPushArgs() argument
725 __ Push(Operand(start_address, 0)); in Generate_InterpreterPushArgs()
726 __ sub(start_address, Immediate(kPointerSize)); in Generate_InterpreterPushArgs()
728 __ cmp(start_address, array_limit); in Generate_InterpreterPushArgs()
/external/v8/src/s390/
Dsimulator-s390.h268 intptr_t* start_address, intptr_t* end_address);
/external/v8/src/
Dcode-stub-assembler.cc1758 Node* start_address = IntPtrAdd( in AllocateNameDictionary() local
1765 StoreFieldsNoWriteBarrier(start_address, end_address, filler); in AllocateNameDictionary()
1809 Node* start_address = in InitializeJSObjectBody() local
1813 StoreFieldsNoWriteBarrier(start_address, end_address, filler); in InitializeJSObjectBody()
1816 void CodeStubAssembler::StoreFieldsNoWriteBarrier(Node* start_address, in StoreFieldsNoWriteBarrier() argument
1820 CSA_ASSERT(this, WordIsWordAligned(start_address)); in StoreFieldsNoWriteBarrier()
1823 MachineType::PointerRepresentation(), start_address, end_address, in StoreFieldsNoWriteBarrier()
Dcode-stub-assembler.h385 void StoreFieldsNoWriteBarrier(compiler::Node* start_address,