| /external/lldb/source/Plugins/Process/POSIX/ |
| ProcessPOSIX.cpp | 292 Address addr = obj_file->GetImageInfoAddress(); 613 ProcessPOSIX::ResolveIndirectFunction(const Address *address, Error &error) 616 if (address == NULL) { 617 error.SetErrorStringWithFormat("unable to determine direct function call for NULL address"); 618 } else if (!InferiorCall(this, address, function_addr)) { 621 address->CalculateSymbolContextSymbol()->GetName().AsCString());
|
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| SymbolFileDWARF.h | 116 virtual uint32_t ResolveSymbolContext (const lldb_private::Address& so_addr, uint32_t resolve_scope, lldb_private::SymbolContext& sc); 551 FixupAddress (lldb_private::Address &addr);
|
| /external/llvm/lib/Target/Mips/ |
| MipsISelLowering.h | 264 // computing a local symbol's address: 284 // computing a global symbol's address: 298 // computing a global symbol's address in large-GOT mode: 317 // computing a symbol's address in non-PIC mode: 343 unsigned Address; // Offset of the stack area used to pass this argument. 345 ByValArgInfo() : FirstIdx(0), NumRegs(0), Address(0) {}
|
| MipsSEISelLowering.cpp | [all...] |
| /external/llvm/tools/macho-dump/ |
| macho-dump.cpp | 72 StringRef SegmentName, uint64_t Address, 83 outs() << " ('address', " << Address << ")\n"; 270 outs() << " # Address " << i << '\n' 271 << " ('address', " << format("0x%x", Addresses[i]) << "),\n";
|
| /external/chromium_org/v8/src/ |
| objects.h | [all...] |
| regexp-macro-assembler-irregexp.cc | 437 void RegExpMacroAssemblerIrregexp::Copy(Address a) {
|
| code-stubs.cc | 45 void CodeStubDescriptor::Initialize(Address deoptimization_handler, 55 Address deoptimization_handler, 180 heap->code_space()->FirstPage()->Contains(code->address())); 619 Address deoptimization_handler) {
|
| debug.cc | 131 Address target = original_rinfo()->target_address(); 185 // Find the break point at the supplied address, or the closest one before 186 // the address. 187 void BreakLocationIterator::FindBreakLocationFromAddress(Address pc) { 188 // Run through all break points to locate the one closest to the address. 370 Address target = original_rinfo()->target_address(); 386 Address target = rinfo()->target_address(); 392 Address original_target = original_rinfo()->target_address(); 486 // Patch the original code with the current address as the current address [all...] |
| /external/chromium_org/chrome/browser/ui/autofill/ |
| data_model_wrapper.cc | 59 // Format the address. 73 // Email and phone number aren't part of address formatting. 120 // Requests for the user's credit card are filled from the billing address, 229 const wallet::Address* address) : address_(address) {} 286 return instrument_->address().DisplayPhoneNumber(); 300 !instrument_->address().is_complete_address()) { 319 return instrument_->address().language_code(); 371 // Can be NULL if there are required actions or shipping address is no [all...] |
| /external/chromium_org/v8/src/ic/arm64/ |
| ic-arm64.cc | 353 // The return address is in lr. 367 // The return address is in lr. 420 // The return address is in lr. 436 // The return address is in lr. 598 // The return address is in lr. 631 // Return address is in lr. 715 Register address = x11; local 716 __ Add(address, elements, FixedArray::kHeaderSize - kHeapObjectTag); 717 __ Add(address, address, Operand::UntagSmiAndScale(key, kPointerSizeLog2)) [all...] |
| /external/chromium_org/v8/src/x64/ |
| macro-assembler-x64.h | 119 // Loads the address of the external reference into the destination 125 // Pushes the address of the external reference onto the stack. 163 // at the address pointed to by the addr register. Only works if addr is not 285 // For page containing |object| mark region covering |address| 287 // object being stored. The address and value registers are clobbered by the 292 Register address, [all...] |
| /external/lldb/include/lldb/Core/ |
| EmulateInstruction.h | 118 // Add or subtract a value from a base address register (other than SP) 143 // from an address. 197 RegisterInfo base_reg; // base register for address calculation 198 int64_t offset; // offset for address calculation 203 RegisterInfo base_reg; // base register for address calculation 204 RegisterInfo offset_reg; // offset register for address calculation 221 lldb::addr_t address; // direct address member in union:lldb_private::EmulateInstruction::Context::__anon4777 323 SetAddress (lldb::addr_t address) 326 info.address = address [all...] |
| /external/lldb/source/Breakpoint/ |
| Watchpoint.cpp | 146 Address watch_address(GetLoadAddress());
|
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| AppleObjCRuntimeV1.cpp | 53 Address &address) 62 address.SetRawAddress(object_ptr);
|
| /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
| sctp_bsd_addr.c | 60 MALLOC_DEFINE(SCTP_M_ASC_ADDR, "sctp_aadr", "sctp asconf address"); 354 if (IN4_ISLINKLOCAL_ADDRESS(&(((struct sockaddr_in *)(pUnicast->Address.lpSockaddr))->sin_addr))) { 361 memcpy(ifa->ifa_addr, pUnicast->Address.lpSockaddr, sizeof(struct sockaddr_in)); 409 memcpy(ifa->ifa_addr, pUnicast->Address.lpSockaddr, sizeof(struct sockaddr_in6)); 689 * the address managment routine.
|
| /external/chromium_org/third_party/webrtc/test/channel_transport/ |
| udp_socket2_win.cc | 935 // socket's IP address. 987 // Find the interface corresponding to the local address. 1004 if(addresses->Address[i].AddressType != NDIS_PROTOCOL_ID_TCP_IP) 1010 (NETWORK_ADDRESS_IP*)&(addresses->Address[i].Address); 1030 "QOS faild since address is not found"); [all...] |
| /external/chromium_org/v8/src/heap/ |
| objects-visiting-inl.h | 207 Heap* heap, Address entry_address) { 481 Address code_entry = reinterpret_cast<Address>( 840 VisitCodeEntry(heap, object->address() + JSFunction::kCodeEntryOffset) [all...] |
| /external/lldb/source/Target/ |
| StackFrame.cpp | 114 const Address& pc_addr, 219 const Address& 226 // Resolve the PC into a temporary address because if ResolveLoadAddress 227 // fails to resolve the address, it will clear the address object... 315 // PC address as much as possible. This way when we pass around a 337 // and if we don't have a module. The resolved address section will 343 // value when doing address lookups since the PC will be on the 346 Address lookup_addr(GetFrameCodeAddress()); 429 // what a standard lookup by address would matc [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenFunction.h | 221 /// \brief The base address of the captured record, passed in as the first 421 /// given address. Does nothing if T is not a C++ class type with a 427 /// the given address. 800 /// BuildBlockByrefAddress - Computes address location of the 813 /// with an indirect branch. Every time we see the address of a label taken, [all...] |
| CGBlocks.cpp | 264 /// acceptable because we make no promises about address stability of 573 blockInfo.Address = 575 blockInfo.Address->setAlignment(blockInfo.BlockAlign.getQuantity()); 607 // GEP down to the address. 608 llvm::Value *addr = CGF.Builder.CreateStructGEP(blockInfo.Address, 708 llvm::AllocaInst *blockAddr = blockInfo.Address; 709 assert(blockAddr && "block has no address!"); 757 // Compute the address of the thing we're going to move into the [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPDialog.java | 38 import gov.nist.javax.sip.address.AddressImpl; 39 import gov.nist.javax.sip.address.SipUri; 90 import javax.sip.address.Address; 91 import javax.sip.address.Hop; 92 import javax.sip.address.SipURI; 206 protected javax.sip.address.Address localParty; 208 protected javax.sip.address.Address remoteParty 757 AddressImpl address = ((AddressImpl) ((AddressImpl) rr.getAddress()) local 779 AddressImpl address = ((AddressImpl) ((AddressImpl) rr.getAddress()) local [all...] |
| /external/llvm/lib/IR/ |
| Instructions.cpp | [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/heap/ |
| HeapTest.cpp | 1607 uint8_t* address = reinterpret_cast<uint8_t*>(Heap::reallocate<DynamicallySizedObject>(0, 100)); local [all...] |
| /external/chromium_org/v8/src/arm/ |
| regexp-macro-assembler-arm.cc | 44 * - fp[56] Isolate* isolate (address of the current isolate) 51 * - fp[36] secondary link/return address used by native call. 53 * - fp[32] return address (lr). 57 * - fp[-4] end of input (address of end of string). 58 * - fp[-8] start of input (address of first character in string). 77 * The data up to the return address must be placed there by the calling 82 * Address start, 83 * Address end, 84 * Address secondary_return_address, // Only used by native call. 91 * When calling as a non-direct call (i.e., from C++ code), the return address [all...] |