HomeSort by relevance Sort by last modified time
    Searched refs:Address (Results 151 - 175 of 674) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/lldb/include/lldb/Symbol/
Block.h 29 /// address range, and Block objects contain one or more ranges
94 /// An offset into this Function's address range that
95 /// describes the start address of a range for this block.
98 /// An offset into this Function's address range that
99 /// describes the end address of a range for this block.
131 /// An offset into the Function's address range.
144 /// An offset range into the Function's address range.
174 /// The resolved start address of the Function's address
175 /// range. This should be resolved as the file or load address
    [all...]
  /external/lldb/include/lldb/Target/
StackFrame.h 65 const Address& pc,
79 const Address&
194 Address m_frame_code_addr; // The frame code address (might not be the same as the actual PC for inlined frames) as a section/offset address
SectionLoadList.h 56 ResolveLoadAddress (lldb::addr_t load_addr, Address &so_addr) const;
61 // The old load address should be specified when unloading to ensure we get
ThreadPlanRunToAddress.h 28 Address &address,
32 lldb::addr_t address,
75 std::vector<lldb::addr_t> m_addresses; // This is the address we are going to run to.
  /external/lldb/source/Target/
ThreadPlanStepInstruction.cpp 74 s->Address(m_instruction_addr, sizeof (addr_t));
140 s.Address (stop_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
143 s.Address (return_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
ThreadPlanCallUserExpression.cpp 20 #include "lldb/Core/Address.h"
40 Address &function,
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 131 virtual DILineInfo getLineInfoForAddress(uint64_t Address,
133 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
135 virtual DIInliningInfo getInliningInfoForAddress(uint64_t Address,
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 179 // In fact, different compile units may have different address byte
180 // sizes, but for simplicity we just use the address byte size of the last
181 // compile unit (there is no easy and fast way to associate address range
248 // assume all compile units have the same address byte size
277 // There's a "bug" in the DWARFv3 standard with respect to the target address
279 // of its container, FDEs have fields with size being "target address size",
421 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) {
423 uint32_t CUOffset = getDebugAranges()->findAddress(Address);
450 uint64_t Address,
456 uint32_t RowIndex = LineTable->lookupAddress(Address);
    [all...]
  /external/chromium_org/v8/src/
debug.h 76 void FindBreakLocationFromAddress(Address pc);
100 inline Address pc() { return reloc_iterator_->rinfo()->pc(); }
405 Address fp,
424 static bool IsDebugBreak(Address addr);
477 Address is_active_address() {
478 return reinterpret_cast<Address>(&is_active_);
481 Address after_break_target_address() {
482 return reinterpret_cast<Address>(&after_break_target_);
485 Address restarter_frame_function_pointer_address() {
486 Object*** address = &thread_local_.restarter_frame_function_pointer_ local
    [all...]
perf-jit.cc 81 DCHECK(code->instruction_start() == code->address() + Code::kHeaderSize);
111 void PerfJitLogger::CodeMoveEvent(Address from, Address to) {
117 void PerfJitLogger::CodeDeleteEvent(Address from) {
122 void PerfJitLogger::SnapshotPositionEvent(Address addr, int pos) {}
allocation-tracker.cc 118 void AddressToTraceMap::AddRange(Address start, int size,
120 Address end = start + size;
128 unsigned AddressToTraceMap::GetTraceNodeId(Address addr) {
138 void AddressToTraceMap::MoveObject(Address from, Address to, int size) {
161 void AddressToTraceMap::RemoveRange(Address start, Address end) {
224 void AllocationTracker::AllocationEvent(Address addr, int size) {
241 shared->address(), shared->Size(), false);
  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 20 const byte*, int*, int, Address, int, Isolate*);
22 // Call the generated regexp code directly. The code at the entry address should
  /external/chromium_org/v8/src/x64/
simulator-x64.h 20 const byte*, int*, int, Address, int, Isolate*);
22 // Call the generated regexp code directly. The code at the entry address should
  /external/chromium_org/v8/src/x87/
simulator-x87.h 20 const byte*, int*, int, Address, int, Isolate*);
22 // Call the generated regexp code directly. The code at the entry address should
  /external/lldb/include/lldb/Interpreter/
CommandCompletions.h 178 Address *addr,
216 Address *addr,
249 Address *addr,
280 Address *addr,
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.h 38 Address &address);
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.h 38 lldb_private::Address& first_non_prologue_insn);
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 34 /// The address at which the current line changes.
35 uintptr_t Address;
45 /// The list of line boundary information, sorted by address.
73 /// OldPtr is the address of the machine code and will be the same as the Code
85 /// with section headers updated to reflect the address at which sections
  /external/llvm/lib/MC/MCAnalysis/
MCAtom.cpp 88 while (I != Insts.end() && I->Address <= TruncPt) ++I;
91 assert(I->Address == TruncPt + 1 &&
105 while (I != Insts.end() && I->Address < SplitPt) ++I;
107 assert(I->Address == SplitPt &&
  /external/llvm/test/MC/ELF/
compression.s 52 .byte 8 # Address Size (in bytes)
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 26 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
34 * Implementation of the JAIN-SIP address factory.
46 public class AddressFactoryImpl implements javax.sip.address.AddressFactory {
56 *Create an empty address object.
61 public javax.sip.address.Address createAddress() {
65 * Creates an Address with the new display name and URI attribute
69 * address. A <code>null</code> value does not set the display name.
70 * @param uri - the new URI value of the address
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 134 // This assumes the address passed in matches the target address bitness
146 // This assumes the address passed in matches the target address bitness
160 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
174 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
266 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset);
279 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
287 // based on the load/target address of the GOT (not the current/local addr).
289 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 21 // All possible address modes.
22 typedef struct Address {
32 // Innocuous defaults for our address.
33 Address() : BaseType(RegBase), Offset(0) { Base.Reg = 0; }
34 } Address;
69 bool ComputeAddress(const Value *Obj, Address &Addr);
72 bool EmitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
74 bool EmitStore(MVT VT, unsigned SrcReg, Address &Addr,
142 bool MipsFastISel::ComputeAddress(const Value *Obj, Address &Addr) {
155 bool MipsFastISel::EmitLoad(MVT VT, unsigned &ResultReg, Address &Addr
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64-inl.h 25 void RelocInfo::set_target_address(Address target,
298 return reinterpret_cast<int64_t>(t.address());
576 Address Assembler::target_pointer_address_at(Address pc) {
579 return reinterpret_cast<Address>(instr->ImmPCOffsetTarget());
583 // Read/Modify the code target address in the branch/call instruction at pc.
584 Address Assembler::target_address_at(Address pc,
590 Address Assembler::target_address_at(Address pc, Code* code)
    [all...]
  /external/chromium_org/v8/src/heap/
mark-compact-inl.h 16 MarkBit Marking::MarkBitFrom(Address addr) {
34 MemoryChunk::IncrementLiveBytesFromGC(obj->address(), obj->Size());
46 MemoryChunk::IncrementLiveBytesFromGC(obj->address(), obj->Size());
60 Page* object_page = Page::FromAddress(reinterpret_cast<Address>(object));

Completed in 1365 milliseconds

1 2 3 4 5 67 8 91011>>