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

<<21222324252627

  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 39 * - Isolate* isolate (address of the current isolate)
46 * - end of input (address of end of string)
47 * - start of input (address of first character in string)
51 * - return address
67 * The data up to the return address must be placed there by the calling
71 * Address start,
72 * Address end,
296 // Address byte_offset1 - Address captured substring's start.
297 // Address byte_offset2 - Address of current character position
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 43 * - fp[64] Isolate* isolate (address of the current isolate)
50 * - fp[44] secondary link/return address used by native call.
52 * - fp[40] return address (lr).
56 * - fp[-4] end of input (address of end of string).
57 * - fp[-8] start of input (address of first character in string).
76 * The data up to the return address must be placed there by the calling
81 * Address start,
82 * Address end,
83 * Address secondary_return_address, // Only used by native call.
90 * When calling as a non-direct call (i.e., from C++ code), the return address
    [all...]
macro-assembler-mips.h 173 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
177 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
178 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
293 Register address);
302 // at the address pointed to by the addr register. Only works if addr is not
414 // For a given |object| notify the garbage collector that the slot |address|
416 // address registers are clobbered by the operation.
419 Register address,
652 // Push two registers. Pushes leftmost register first (to highest address).
659 // Push three registers. Pushes leftmost register first (to highest address)
    [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 46 * - fp[76] Isolate* isolate (address of the current isolate)
54 * - fp[40] secondary link/return address used by native call.
56 * - fp[36] return address (lr).
60 * - fp[-4] end of input (address of end of string).
61 * - fp[-8] start of input (address of first character in string).
79 * - fp[88] Isolate* isolate (address of the current isolate) kIsolate
80 * - fp[80] secondary link/return address used by exit frame on native call. kSecondaryReturnAddress
91 * - fp[-40] end of input (address of end of string). kInputEnd
92 * - fp[-48] start of input (address of first character in string). kInputStart
110 * The data up to the return address must be placed there by the callin
    [all...]
macro-assembler-mips64.h 70 // For address loads only 4 instruction are required. Used to mark
71 // constant load that will be used as address without relocation
194 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
198 static int CallSize(Address target, RelocInfo::Mode rmode, COND_ARGS);
199 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
314 Register address);
323 // at the address pointed to by the addr register. Only works if addr is not
435 // For a given |object| notify the garbage collector that the slot |address|
437 // address registers are clobbered by the operation.
440 Register address,
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 55 * - Isolate* isolate (address of the current isolate)
62 * - end of input (address of end of string)
63 * - start of input (address of first character in string)
66 * - return address
82 * calling the code's entry address cast to a function pointer with the
86 * Address start,
87 * Address end,
257 // r11 - current input character address
258 // r9 - current capture character address
311 // Address byte_offset1 - Address captured substring's start
    [all...]
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.cc 38 * - Isolate* isolate (address of the current isolate)
45 * - end of input (address of end of string)
46 * - start of input (address of first character in string)
50 * - return address
66 * The data up to the return address must be placed there by the calling
70 * Address start,
71 * Address end,
295 // Address byte_offset1 - Address captured substring's start.
296 // Address byte_offset2 - Address of current character position
    [all...]
  /external/lldb/source/API/
SBValue.cpp 755 SBValue::CreateValueFromAddress(const char* name, lldb::addr_t address, SBType sb_type)
767 lldb::DataBufferSP buffer(new lldb_private::DataBufferHeap(&address,sizeof(lldb::addr_t)));
    [all...]
SBModule.cpp 260 Address addr;
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 53 eKASLRScanExhaustiveScan // Scan through the entire possible kernel address range looking for a kernel
61 { eKASLRScanNearPC, "fast-scan", "Scan near the pc value on attach to find the Darwin kernel's load address."},
62 { eKASLRScanExhaustiveScan, "exhaustive-scan", "Scan through the entire potential address range of Darwin kernel (only on 32-bit targets)."},
178 // If the Process hasn't provided the kernel load address, we need to look around in memory to find it.
215 // Returns the address of the kernel if one was found, else LLDB_INVALID_ADDRESS.
241 // If the debug flag is included in the boot-args nvram setting, the kernel's load address
242 // will be noted in the lowglo page at a fixed address
243 // Returns the address of the kernel if one was found, else LLDB_INVALID_ADDRESS.
276 // a better way of finding the kernel's load address, try searching backwards
278 // Returns the address of the kernel if one was found, else LLDB_INVALID_ADDRESS
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 109 // .o file. This new section has the file address set to what the
110 // addresses are in the .o file, and the load address is adjusted
123 // Add the inverse OSO file address to debug map entry mapping
135 // For each N_GSYM we remap the address for the global by making
137 // This new section has the file address set to what the
138 // addresses are in the .o file, and the load address is adjusted
158 // Add the inverse OSO file address to debug map entry mapping
791 SymbolFileDWARFDebugMap::ResolveSymbolContext (const Address& exe_so_addr, uint32_t resolve_scope, SymbolContext& sc)
818 Address oso_so_addr
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 646 // Next the address: [xN]
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.h 680 // with 'src2' at a higher address than 'src1'. The offset is in bytes.
688 // higher address than 'dst1'. The offset is in bytes.
    [all...]
  /external/chromium_org/v8/src/
disassembler.cc 170 // Instruction address and instruction offset.
254 Address addr = relocinfo.target_address();
  /external/chromium_org/v8/src/heap/
objects-visiting.h 192 reinterpret_cast<Object**>(object->address() + start_offset);
194 reinterpret_cast<Object**>(object->address() + end_offset);
365 INLINE(static void VisitCodeEntry(Heap* heap, Address entry_address));
  /external/clang/lib/CodeGen/
CGDecl.cpp 429 // Compute the address of the local variable, in case it's a
451 // Compute the address of the local variable, in case it's a byref
872 emission.Address = nullptr; // signal this condition to later callbacks
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 23 class Address;
  /external/lldb/source/Commands/
CommandObjectDisassemble.cpp 244 LLDB_OPT_SET_2 , true , "start-address", 's', required_argument , NULL, 0, eArgTypeAddressOrExpression,"Address at which to start disassembling."},
245 { LLDB_OPT_SET_1 , false, "end-address" , 'e', required_argument , NULL, 0, eArgTypeAddressOrExpression, "Address at which to end disassembling."},
255 { LLDB_OPT_SET_7 , false, "address" , 'a', required_argument , NULL, 0, eArgTypeAddressOrExpression, "Disassemble function containing this address."},
437 result.AppendErrorWithFormat ("End address before start address.\n");
451 Address symbol_containing_address;
472 result.AppendErrorWithFormat ("Could not find function bounds for address 0x%" PRIx64 "\n", m_options.symbol_containing_addr)
    [all...]
  /external/lldb/source/Core/
Debugger.cpp     [all...]
Section.cpp 93 // the parent section, so the file address for this section is the file
94 // address of the parent plus the offset
97 // This section has no parent, so m_file_addr is the file base address
132 Section::ResolveContainedAddress (addr_t offset, Address &so_addr) const
489 // The file address is in this section. We need to make sure one of our child
490 // sections doesn't contain this address as well as obeying the depth limit
515 s->Printf( "SectID Type %s Address File Off. File Size Flags Section Name\n", target_has_loaded_sections ? "Load" : "File");
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.cpp 225 // If the file address of the section is zero then this is not an
284 // Make sure our breakpoint is at the right address.
453 Address file_entry = exe->GetEntryPointAddress();
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 180 /// Walk through segments and Thread and Address Map information.
182 /// PT_LOAD - Contains a contiguous range of Process Address Space
194 // PT_LOAD segments contains address map
280 // Get the address range
288 // Convert the address into core file offset
295 lldb::addr_t bytes_left = 0; // Number of bytes available in the core file from the given address
341 Address addr = obj_file->GetImageInfoAddress();
  /external/lldb/source/Symbol/
SymbolVendor.cpp 255 SymbolVendor::ResolveSymbolContext (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc)
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 108 .byte 8 # Address Size (in bytes)
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 182 S.Address = Shdr->sh_addr;

Completed in 1163 milliseconds

<<21222324252627