Searched refs:Address (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/external/nist-sip/java/javax/sip/header/
H A DHeaderAddress.java3 import javax.sip.address.Address;
6 Address getAddress();
7 void setAddress(Address address);
/external/v8/src/arm/
H A Dframes-arm.cc38 Address ExitFrame::ComputeStackPointer(Address fp) {
/external/v8/src/ia32/
H A Dframes-ia32.cc38 Address ExitFrame::ComputeStackPointer(Address fp) {
/external/v8/src/mips/
H A Dframes-mips.cc40 Address ExitFrame::ComputeStackPointer(Address fp) {
/external/v8/src/x64/
H A Dframes-x64.cc38 Address ExitFrame::ComputeStackPointer(Address fp) {
/external/llvm/include/llvm/CodeGen/
H A DMachineCodeInfo.h27 void *Address; // The address of the function in memory member in class:llvm::MachineCodeInfo
30 MachineCodeInfo() : Size(0), Address(0) {}
37 Address = a;
45 return Address;
/external/valgrind/main/gdbserver_tests/
H A Dmcvabits.stderrB.exp3 Address 0x........ len 10 addressable
4 Address 0x........ is 0 bytes inside data symbol "undefined"
5 Address 0x........ len 10 defined
6 Address 0x........ is 0 bytes inside data symbol "undefined"
8 Address 0x........ len 10 addressable
9 Address 0x........ is 0 bytes inside data symbol "undefined"
10 Address 0x........ len 10 not defined:
12 Address 0x........ is 0 bytes inside data symbol "undefined"
14 Address 0x........ len 10 addressable
15 Address
[all...]
/external/v8/src/
H A Dv8memory.h39 static uint8_t& uint8_at(Address addr) {
43 static uint16_t& uint16_at(Address addr) {
47 static uint32_t& uint32_at(Address addr) {
51 static int32_t& int32_at(Address addr) {
55 static uint64_t& uint64_at(Address addr) {
59 static int& int_at(Address addr) {
63 static unsigned& unsigned_at(Address addr) {
67 static double& double_at(Address addr) {
71 static Address& Address_at(Address add
[all...]
H A Dregexp-stack.h66 Address stack_base() {
79 Address* limit_address() { return &(thread_local_.limit_); }
83 Address EnsureCapacity(size_t size);
110 Address memory_;
112 Address limit_;
116 limit_ = reinterpret_cast<Address>(kMemoryTop);
121 // Address of allocated memory.
122 Address memory_address() {
123 return reinterpret_cast<Address>(&thread_local_.memory_);
126 // Address o
[all...]
H A Dframes.h55 Address inner_pointer;
64 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
65 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
71 InnerPointerToCodeCacheEntry* GetCacheEntry(Address inner_pointer);
101 inline Address address() const;
107 inline bool includes(Address address) const;
113 static inline StackHandler* FromAddress(Address address);
174 Address sp;
175 Address fp;
176 Address* pc_addres
[all...]
H A Dstore-buffer.h45 Address start, Address end, ObjectSlotCallback slot_callback);
55 inline Address TopAddress();
61 inline void Mark(Address addr);
77 inline void EnterDirectlyIntoStoreBuffer(Address addr);
86 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
102 old_top_ = reinterpret_cast<Address*>(top);
120 bool CellIsInStoreBuffer(Address cell);
131 Address* start_;
132 Address* limit
[all...]
H A Dstore-buffer-inl.h36 Address StoreBuffer::TopAddress() {
37 return reinterpret_cast<Address>(heap_->store_buffer_top_address());
41 void StoreBuffer::Mark(Address addr) {
44 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
56 void StoreBuffer::EnterDirectlyIntoStoreBuffer(Address addr) {
62 Address* top = old_top_;
/external/smack/src/org/jivesoftware/smackx/
H A DMultipleRecipientInfo.java42 * Returns the list of {@link org.jivesoftware.smackx.packet.MultipleAddresses.Address}
47 public List<MultipleAddresses.Address> getTOAddresses() {
52 * Returns the list of {@link org.jivesoftware.smackx.packet.MultipleAddresses.Address}
57 public List<MultipleAddresses.Address> getCCAddresses() {
71 List<MultipleAddresses.Address> replyRoom = extension.getAddressesOfType(MultipleAddresses.REPLY_ROOM);
72 return replyRoom.isEmpty() ? null : ((MultipleAddresses.Address) replyRoom.get(0)).getJid();
94 public MultipleAddresses.Address getReplyAddress() {
95 List<MultipleAddresses.Address> replyTo = extension.getAddressesOfType(MultipleAddresses.REPLY_TO);
96 return replyTo.isEmpty() ? null : (MultipleAddresses.Address) replyTo.get(0);
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp89 uint64_t Address,
93 uint64_t Address, const void *Decoder);
96 uint64_t Address, const void *Decoder);
100 uint64_t Address,
105 uint64_t Address,
110 uint64_t Address,
115 uint64_t Address,
120 uint64_t Address,
125 uint64_t Address,
130 uint64_t Address,
205 DecodeGRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
217 DecodeBitpOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
228 DecodeMEMiiOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
270 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
340 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
353 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
366 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
379 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
393 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
406 DecodeRUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
419 DecodeRUSSrcDstBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
433 DecodeL2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
504 DecodeL2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
518 DecodeLR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
532 Decode3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
545 Decode3RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
558 Decode2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
571 Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
584 DecodeL3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
598 DecodeL3RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
613 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
627 DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
641 DecodeL6RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
661 DecodeL5RInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
675 DecodeL5RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
695 DecodeL4RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
714 DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
734 getInstruction(MCInst &instr, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &vStream, raw_ostream &cStream) const argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAddressParameters.java6 import javax.sip.address.Address;
12 * get the Address field
13 * @return the imbedded Address
15 public abstract Address getAddress();
18 * set the Address field
19 * @param address Address to set
21 public abstract void setAddress(Address address);
/external/llvm/tools/lli/
H A DRemoteTarget.cpp24 uint64_t &Address) {
33 Address = reinterpret_cast<uint64_t>(Mem.base());
37 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) { argument
38 memcpy ((void*)Address, Data, Size);
42 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) { argument
43 memcpy ((void*)Address, Data, Size);
44 sys::MemoryBlock Mem((void*)Address, Size);
49 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { argument
50 int (*fn)(void) = (int(*)(void))Address;
23 allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address) argument
H A DRemoteTarget.h40 /// @param[out] Address Remote address of the allocated memory.
44 bool allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address);
48 /// @param Address Destination address in the target process.
54 bool loadData(uint64_t Address, const void *Data, size_t Size);
58 /// @param Address Destination address in the target process.
64 bool loadCode(uint64_t Address, const void *Data, size_t Size);
69 /// @param Address Address of the loaded function in the target
75 bool executeCode(uint64_t Address, int &RetVal);
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java6 Address createAddress();
7 Address createAddress(String address) throws ParseException;
8 Address createAddress(URI uri);
9 Address createAddress(String displayName, URI uri)
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowGeocoder.java3 import android.location.Address;
39 public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOException {
46 Address address = makeAddress();
56 public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException {
63 return new ArrayList<Address>();
65 Address address = makeAddress();
72 private Address makeAddress() {
73 Address address = new Address(Locale.getDefault());
138 private List<Address> oneElementLis
[all...]
/external/chromium/chrome/browser/autofill/
H A Daddress.h18 class Address : public FormGroup { class in inherits:FormGroup
20 Address();
21 Address(const Address& address);
22 virtual ~Address();
24 Address& operator=(const Address& address);
H A Daddress.cc33 Address::Address() {} function in class:Address
35 Address::Address(const Address& address) : FormGroup() { function in class:Address
39 Address::~Address() {}
41 Address& Address::operator=(const Address
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp93 uint64_t Address,
98 uint64_t Address,
103 uint64_t Address,
108 uint64_t Address,
113 uint64_t Address,
118 uint64_t Address,
123 uint64_t Address,
128 uint64_t Address,
133 uint64_t Address,
138 uint64_t Address,
269 getInstruction(MCInst &instr, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &vStream, raw_ostream &cStream) const argument
294 getInstruction(MCInst &instr, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &vStream, raw_ostream &cStream) const argument
330 DecodeCPU16RegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
339 DecodeCPU64RegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
352 DecodeCPURegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
363 DecodeDSPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
370 DecodeFGR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
382 DecodeFGR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
394 DecodeCCRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
402 DecodeMem(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
424 DecodeFMem(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
443 DecodeHWRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
454 DecodeCondCode(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
463 DecodeAFGR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
476 DecodeHWRegs64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
487 DecodeACRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
499 DecodeBranchTarget(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
509 DecodeBC1(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
519 DecodeJumpTarget(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
530 DecodeSimm16(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
538 DecodeInsSize(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
549 DecodeExtSize(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DAddressHeaderIms.java33 import javax.sip.address.Address;
48 * get the Address field
49 * @return the imbedded Address
51 public Address getAddress() {
56 * set the Address field
57 * @param address Address to set
59 public void setAddress(Address address) {
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMultipleAddresses.java44 private List<Address> addresses = new ArrayList<Address>();
60 Address address = new Address(type);
75 Address address = new Address(NO_REPLY);
87 public List<Address> getAddressesOfType(String type) {
88 List<Address> answer = new ArrayList<Address>(addresses.size());
89 for (Iterator<Address> i
120 public static class Address { class in class:MultipleAddresses
129 private Address(String type) { method in class:MultipleAddresses.Address
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.h53 bool containsAddress(uint64_t BaseAddress, uint64_t Address) const {
54 return (BaseAddress + StartAddress <= Address) &&
55 (Address < BaseAddress + EndAddress);
73 bool containsAddress(uint64_t BaseAddress, uint64_t Address) const;

Completed in 667 milliseconds

1234567891011>>