| /external/chromium_org/v8/test/cctest/ |
| test-alloc.cc | 189 Block(Address base_arg, int size_arg) 192 Address base; 217 Address base = code_range.AllocateRawMemory(requested,
|
| test-mark-compact.cc | 54 Address low = reinterpret_cast<Address>(mem); 55 Address high = low + mem_size; 59 Address original_address = reinterpret_cast<Address>(&s); 60 Address current_address = original_address; 67 Address value = s.Pop()->address();
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
| Mailer.java | 35 //convert the comma separated list of email addressed into an array of Address objects 36 private Address[] getAddresses(String recipientList) { 39 Address[] addresses = new Address[recipients.countTokens()]; 45 System.out.println("Unable to create address"); 86 // Set the from address 89 // Set the to address 139 // Set the from address 142 // Set the to address 187 // Set the from address [all...] |
| /external/lldb/include/lldb/Core/ |
| Module.h | 105 /// Set the load address for all sections in a module to be the 106 /// file address plus \a slide. 110 /// set the load address for all top level sections to be the 111 /// section file address + offset. 119 /// address is being set. 724 ResolveFileAddress (lldb::addr_t vm_addr, Address& so_addr); 727 ResolveSymbolContextForAddress (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc); [all...] |
| /external/lldb/include/lldb/Symbol/ |
| LineTable.h | 65 /// All line entries are maintained in file address order. 71 /// @see Address::DumpStyle 117 /// The display style for the address. 119 /// @see Address::DumpStyle 123 Address::DumpStyle style, 124 Address::DumpStyle fallback_style, 133 /// Find a line entry that contains the section offset address \a 137 /// A section offset address object containing the address we 153 FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr = NULL) [all...] |
| /external/lldb/source/Plugins/ObjectFile/ELF/ |
| ObjectFileELF.h | 126 virtual lldb_private::Address 129 virtual lldb_private::Address 201 lldb_private::Address m_entry_point_address;
|
| /external/lldb/tools/debugserver/source/ |
| DNBBreakpoint.cpp | 116 // Finds the next breakpoint at an address greater than or equal to "addr" 124 // Find the first breakpoint with an address >= to "addr" 130 // Watch out for a breakpoint at an address less than "addr" that might still overlap 140 // When we hit a breakpoint whose start address is greater than "addr + size" we are done. 142 if ((pos->second.Address() - addr) >= size) 203 process->DisableBreakpoint(pos->second.Address(), false); 211 process->DisableWatchpoint(pos->second.Address(), false);
|
| /external/llvm/lib/ExecutionEngine/OProfileJIT/ |
| OProfileJITEventListener.cpp | 86 uintptr_t Address, DebugLoc Loc) { 88 Result.vma = Address; 112 // Now we convert the line number information from the address/DebugLoc 113 // format in Details to the address/filename/lineno format that OProfile 128 // LineInfo, we'll adjust the address of the first line number to point at 141 *Details.MF, Filenames, I->Address, I->Loc)); 145 // line info's address to include the start of the function.
|
| /external/llvm/lib/Target/R600/ |
| R600EmitClauseMarkers.cpp | 38 int Address; 280 .addImm(Address++) // ADDR 294 R600EmitClauseMarkers() : MachineFunctionPass(ID), TII(nullptr), Address(0) {
|
| /external/llvm/lib/Target/X86/InstPrinter/ |
| X86ATTInstPrinter.cpp | 149 // that address in hex. 151 int64_t Address; 152 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) { 153 O << formatHex((uint64_t)Address);
|
| X86IntelInstPrinter.cpp | 138 // that address in hex. 140 int64_t Address; 141 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) { 142 O << formatHex((uint64_t)Address);
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
| RouteSelector.java | 18 import com.squareup.okhttp.Address; 43 * choice of proxy server, IP address, and TLS mode. Connections may also be 54 private final Address address; field in class:RouteSelector 81 public RouteSelector(Address address, URI uri, ProxySelector proxySelector, ConnectionPool pool, 83 this.address = address; 91 resetNextProxy(uri, address.getProxy()); 95 * Returns true if there's another route to attempt. Every address has a 242 InetAddress address = socketAddress.getAddress(); local [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
| radeon_dataflow_deadcode.c | 36 unsigned char Address; 88 dst->Address = a->Address | b->Address; 132 return &s->R.Address;
|
| /external/chromium_org/v8/src/arm/ |
| deoptimizer-arm.cc | 25 Address code_start_address = code->instruction_start(); 53 Address prev_call_address = NULL; 59 Address call_address = code_start_address + deopt_data->Pc(i)->value(); 60 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); 82 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) { 107 intptr_t handler = reinterpret_cast<intptr_t>(xref.address()); 168 // Get the address of the location in the code object (r3) (return 169 // address for lazy deoptimization) and compute the fp-to-sp delta in 182 // r3: code address or 0 already loaded.
|
| assembler-arm.h | 746 // Returns true if the given pc address is the start of a constant pool load 748 INLINE(static bool is_constant_pool_load(Address pc)); 750 // Return the address in the constant pool of the code target address used by 752 INLINE(static Address constant_pool_entry_address( 753 Address pc, ConstantPoolArray* constant_pool)); 755 // Read/Modify the code target address in the branch/call instruction at pc. 756 INLINE(static Address target_address_at(Address pc, 758 INLINE(static void set_target_address_at(Address pc [all...] |
| /external/chromium_org/v8/src/arm64/ |
| deoptimizer-arm64.cc | 35 Address code_start_address = code->instruction_start(); 37 Address prev_call_address = NULL; 44 Address call_address = code_start_address + deopt_data->Pc(i)->value(); 45 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); 62 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) { 95 intptr_t handler = reinterpret_cast<intptr_t>(xref.address()); 143 // Get the address of the location in the code object. This is the return 144 // address for lazy deoptimization. 156 // - x3: code object address 278 // later. We can use it to hold the address of last output frame whil [all...] |
| /external/chromium_org/v8/src/mips/ |
| deoptimizer-mips.cc | 24 Address code_start_address = code->instruction_start(); 52 Address prev_call_address = NULL; 58 Address call_address = code_start_address + deopt_data->Pc(i)->value(); 59 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); 78 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) { 103 intptr_t handler = reinterpret_cast<intptr_t>(xref.address()); 166 // Get the address of the location in the code object (a3) (return 167 // address for lazy deoptimization) and compute the fp-to-sp delta in 181 // a3: code address or 0 already loaded.
|
| /external/chromium_org/v8/src/mips64/ |
| deoptimizer-mips64.cc | 23 Address code_start_address = code->instruction_start(); 51 Address prev_call_address = NULL; 57 Address call_address = code_start_address + deopt_data->Pc(i)->value(); 58 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); 77 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) { 102 intptr_t handler = reinterpret_cast<intptr_t>(xref.address()); 165 // Get the address of the location in the code object (a3) (return 166 // address for lazy deoptimization) and compute the fp-to-sp delta in 180 // a3: code address or 0 already loaded.
|
| assembler-mips64.h | 186 // ra: Return address pointer. 476 // Puts a labels target address at the given position. 480 // Read/Modify the code target address in the branch/call instruction at pc. 481 static Address target_address_at(Address pc); 482 static void set_target_address_at(Address pc, 483 Address target, 487 INLINE(static Address target_address_at(Address pc, 491 INLINE(static void set_target_address_at(Address pc [all...] |
| /external/lldb/source/Symbol/ |
| Function.cpp | 286 Address scratch_addr(GetAddressRange().GetBaseAddress()); 345 Address::DumpStyle fallback_style; 347 fallback_style = Address::DumpStyleModuleWithFileAddress; 349 fallback_style = Address::DumpStyleFileAddress; 350 GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, fallback_style); 532 // then just use the end address of the first line table entry 559 // Verify that this prologue end file address in the function's 560 // address range just to be sure
|
| /external/llvm/lib/DebugInfo/ |
| DWARFDebugInfoEntry.cpp | 277 const DWARFUnit *U, const uint64_t Address) const { 279 if (R.first <= Address && Address < R.second) 335 const DWARFUnit *U, const uint64_t Address) const { 346 // Try to get child which also contains provided address. 349 if (Child->addressRangeContainsAddress(U, Address)) {
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| radeon_dataflow_deadcode.c | 36 unsigned char Address; 88 dst->Address = a->Address | b->Address; 132 return &s->R.Address;
|
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSRecord.java | 38 * This source is mainly for debugging purposes, should be the address that sent this record. 173 public static class IPv4Address extends Address { 187 // If we have a type A records we should answer with a IPv4 address 215 public static class IPv6Address extends Address { 229 // If we have a type AAAA records we should answer with a IPv6 address 261 * Address record. 263 public static abstract class Address extends DNSRecord { 264 private static Logger logger1 = Logger.getLogger(Address.class.getName()); 268 protected Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) { 273 protected Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAd (…) 298 Address address = (Address) other; local [all...] |
| /external/chromium_org/v8/src/x87/ |
| deoptimizer-x87.cc | 94 Address code_start_address = code->instruction_start(); 121 Address reloc_end_address = reloc_info->address() + reloc_info->Size(); 132 Address prev_call_address = NULL; 139 Address call_address = code_start_address + deopt_data->Pc(i)->value(); 141 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY); 150 reloc_info->address() + ByteArray::kHeaderSize); 168 Address junk_address = reloc_info->address() + reloc_info->Size(); 175 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) [all...] |
| /external/llvm/lib/Target/AArch64/ |
| AArch64FastISel.cpp | 44 class Address { 60 Address() : Kind(RegBase), Offset(0) { Base.Reg = 0; } 115 bool ComputeAddress(const Value *Obj, Address &Addr); 116 bool SimplifyAddress(Address &Addr, MVT VT, int64_t ScaleFactor, 118 void AddLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB, 121 bool TryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len, 125 bool EmitLoad(MVT VT, unsigned &ResultReg, Address Addr, 127 bool EmitStore(MVT VT, unsigned SrcReg, Address Addr, 305 // Computes the address to get to an object [all...] |