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

<<11121314151617181920>>

  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 17 // Canonical Frame Address (CFA).
20 // the Canonical Frame Address, or CFA, which is the starting address of
23 // The CFA address for the stack frame does not change during
27 // organized by code address in the function, showing which registers have been
338 uint32_t m_cfa_reg_num; // The Call Frame Address register number
370 // In practice, the UnwindPlan for a function with no known start address will be the architectural default
407 // This UnwindPlan may not be valid at every address of the function span.
420 PlanValidAtAddress (Address addr);
490 uint32_t m_return_addr_register; // The register that has the return address for the caller fram
    [all...]
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 145 // First make sure our Type and/or Address haven't changed:
151 Address dynamic_address;
255 // Our address is the location of the dynamic type stored in memory. It isn't a load address,
ValueObjectVariable.cpp 190 // The DWARF expression result was an address in the inferior
192 // the address as the main value as all child variable objects
198 // If we have a file address, convert it to a load address if we can.
212 Address so_addr(file_addr, objfile->GetSectionList());
DataExtractor.cpp 141 // set the endian swapping setting to "swap", and the address size to
161 // swap and address size settings are copied from "data".
289 // refers to those bytes. The address size and endian swap settings
324 // around as long as it is needed. The address size and endian swap
803 // Extract a single address from the data and update the offset
804 // pointed to by "offset_ptr". The size of the extracted address
806 // set correctly prior to extracting any address values.
808 // RETURNS the address that was extracted, or zero on failure.
863 // Log::GlobalWarning ("PC relative pointer encoding found with invalid pc relative address.");
871 // Log::GlobalWarning ("text relative pointer encoding being decoded with invalid text section address, setting base address to zero.")
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.h 40 Address &address);
  /external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp 11 #include "lldb/Core/Address.h"
213 bool lldb_private::InferiorCall(Process *process, const Address *address, addr_t &returned_func) {
215 if (thread == NULL || address == NULL)
228 *address,
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.cpp 102 // sort them by value (address) and dump the sorted symbols.
237 func_range)); // first address range
308 SymbolFileSymtab::ResolveSymbolContext (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc)
  /external/lldb/source/Target/
LanguageRuntime.cpp 130 Address *addr,
SectionLoadList.cpp 98 // exists at that address. Sometimes it is ok for more that one section
99 // to be loaded at a specific load address, and other times it isn't.
113 module_sp->ReportWarning ("address 0x%16.16" PRIx64 " maps to more than one section: %s.%s and %s.%s",
202 SectionLoadList::ResolveLoadAddress (addr_t load_addr, Address &so_addr) const
204 // First find the top level section that this load address exists in
227 // There are no entries that have an address that is >= load_addr,
  /external/llvm/include/llvm/Object/
ELFYAML.h 79 llvm::yaml::Hex64 Address;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 33 * requests that share the same {@link com.squareup.okhttp.Address} may share a
75 /** The maximum number of idle connections for each address. */
233 /** Returns a recycled connection to {@code address}, or null if no such connection exists. */
234 public synchronized Connection get(Address address) {
239 if (!connection.getRoute().getAddress().equals(address)
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 20 #include "lldb/Core/Address.h"
574 const Address *func_so_addr = NULL;
608 const Address *sym_address = &sym_ctx.symbol->GetAddress();
697 const Address *sym_address = &symbol->GetAddress();
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 87 int CallSize(Address target, RelocInfo::Mode rmode, Condition cond = al);
92 Address target,
98 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
101 void Call(Address target, RelocInfo::Mode rmode,
181 Register address);
189 // at the address pointed to by the addr register. Only works if addr is not
301 // For a given |object| notify the garbage collector that the slot |address|
303 // address registers are clobbered by the operation.
306 Register address,
319 // Push two registers. Pushes leftmost register first (to highest address)
    [all...]
  /external/chromium_org/v8/src/ic/arm/
ic-arm.cc 269 // The return address is in lr.
284 // The return address is in lr.
403 // The return address is in lr.
419 // The return address is in lr.
428 // The return address is in lr.
591 // Return address is in lr.
639 Register address = r5; local
651 __ add(address, elements, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
653 MemOperand::PointerAddressFromSmiKey(address, key, PreIndex));
671 __ add(address, elements, Operand(FixedArray::kHeaderSize - kHeapObjectTag))
    [all...]
  /external/chromium_org/v8/src/ic/mips/
ic-mips.cc 49 // The address returned from GenerateStringDictionaryProbes() in scratch2
94 // The address returned from GenerateStringDictionaryProbes() in scratch2
276 // The return address is in ra.
291 // The return address is in ra.
384 // Store address is returned in register (of MemOperand) mapped_location.
396 // Store address is returned in register (of MemOperand) unmapped_location.
412 // The return address is in ra.
428 // The return address is in ra.
437 // The return address is in ra.
598 // Return address is in ra
635 Register address = t1; local
    [all...]
  /external/chromium_org/v8/src/ic/mips64/
ic-mips64.cc 49 // The address returned from GenerateStringDictionaryProbes() in scratch2
94 // The address returned from GenerateStringDictionaryProbes() in scratch2
274 // The return address is on the stack.
289 // The return address is in ra.
382 // Store address is returned in register (of MemOperand) mapped_location.
394 // Store address is returned in register (of MemOperand) unmapped_location.
410 // The return address is in ra.
426 // The return address is in ra.
435 // The return address is in ra.
603 // Return address is in ra
640 Register address = a5; local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 168 // should be billing or shipping specific (for sections with address info).
191 // the billing address as the shipping address.
237 // wallet::Instrument requires a recipient name for its billing address.
303 // Loops through |addresses_| comparing to |address| ignoring ID. If a match
305 const wallet::Address* FindDuplicateAddress(
306 const std::vector<wallet::Address*>& addresses,
307 const wallet::Address& address) {
309 if (addresses[i]->EqualsIgnoreID(address))
1121 const wallet::Address* address = ActiveShippingAddress(); local
3748 const wallet::Address& address = inputted_instrument ? local
    [all...]
autofill_dialog_controller_impl.h 256 // Returns an address validation helper. May be NULL during tests.
281 // paying for wallet, the combined credit card + billing address section).
406 // Helper to return the current Wallet instrument or address. If the dialog
407 // isn't using Wallet or the user is adding a new instrument or address, NULL
410 const wallet::Address* ActiveShippingAddress() const;
435 // Returns whether the given section can accept an address with the given
473 // Suggests address completions using the downloaded i18n validation rules.
485 // the address in |section| for display. Returns NULL for a non-address
489 // Returns the language code that should be used for formatting the address i
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h 1470 Address HeapObject::address() { function in class:v8::internal::HeapObject
    [all...]
gdb-jit.cc 267 uintptr_t address; member in struct:v8::ELFSectionHeader
336 header->address = 0;
401 header->address = addr_;
    [all...]
isolate.cc 168 Address Isolate::get_address_from_id(Isolate::AddressId id) {
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 413 Address pc = f->code()->instruction_start();
417 Address end = pc + decode_size;
  /external/lldb/source/API/
SBBreakpoint.cpp 21 #include "lldb/Core/Address.h"
158 Address address; local
160 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false)
162 address.SetRawAddress (vm_addr);
164 sb_bp_location.SetLocation (m_opaque_sp->FindLocationByAddress (address));
178 Address address; local
180 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false)
182 address.SetRawAddress (vm_addr)
    [all...]

Completed in 1257 milliseconds

<<11121314151617181920>>