| /external/chromium_org/v8/src/arm64/ |
| assembler-arm64.h | 734 kPairAB, // Can use a pair instruction (operandA has lower address). 735 kPairBA // Can use a pair instruction (operandB has lower address). 863 // Return the address in the constant pool of the code target address used by 865 inline static Address target_pointer_address_at(Address pc); 867 // Read/Modify the code target address in the branch/call instruction at pc. 868 inline static Address target_address_at(Address pc, 870 inline static void set_target_address_at(Address pc [all...] |
| /art/runtime/base/ |
| mutex.cc | 330 if (futex(state_.Address(), FUTEX_WAIT, 1, NULL, NULL, 0) != 0) { 423 futex(state_.Address(), FUTEX_WAKE, 1, NULL, NULL, 0); 506 if (futex(state_.Address(), FUTEX_WAIT, cur_state, NULL, NULL, 0) != 0) { 547 futex(state_.Address(), FUTEX_WAKE, -1, NULL, NULL, 0); 582 if (futex(state_.Address(), FUTEX_WAIT, cur_state, &rel_ts, NULL, 0) != 0) { 724 done = futex(sequence_.Address(), FUTEX_CMP_REQUEUE, 0, 726 guard_.state_.Address(), cur_sequence) != -1; 747 int num_woken = futex(sequence_.Address(), FUTEX_WAKE, 1, NULL, NULL, 0); 772 if (futex(sequence_.Address(), FUTEX_WAIT, cur_sequence, NULL, NULL, 0) != 0) { 810 if (futex(sequence_.Address(), FUTEX_WAIT, cur_sequence, &rel_ts, NULL, 0) != 0) [all...] |
| /external/chromium_org/v8/src/heap/ |
| mark-compact.cc | 93 static void VerifyMarking(Heap* heap, Address bottom, Address top) { 96 Address next_object_must_be_here_or_later = bottom; 98 for (Address current = bottom; current < top; current += kPointerSize) { 110 Address end = space->top(); 118 Address limit = it.has_next() ? page->area_end() : end; 189 Address current = page->area_start(); 190 Address limit = it.has_next() ? page->area_end() : space->top(); 471 CHECK_EQ(0, Page::FromAddress(obj->address())->LiveBytes()); 530 Page::FromAddress(obj->address())->ResetProgressBar() 1969 Address address = cell_base + offset * kPointerSize; local [all...] |
| /external/chromium_org/components/autofill/content/browser/wallet/ |
| wallet_items.cc | 109 scoped_ptr<Address> address, 117 address_(address.Pass()), 160 DLOG(ERROR) << "Response from Google wallet missing address"; 163 scoped_ptr<Address> address = Address::CreateDisplayAddress(*address_dict); local 165 if (!address) { 166 DLOG(ERROR) << "Response from Google wallet contained malformed address"; 187 address.Pass() [all...] |
| /external/lldb/source/Plugins/Disassembler/llvm/ |
| DisassemblerLLVMC.cpp | 30 #include "lldb/Core/Address.h" 50 const lldb_private::Address &address, 52 Instruction (address, addr_class), 687 DisassemblerLLVMC::DecodeInstructions (const Address &base_addr, 704 Address inst_addr(base_addr); 816 Address value_so_addr; 834 Address::DumpStyleResolvedDescriptionNoModule, 835 Address::DumpStyleSectionNameOffset);
|
| DisassemblerLLVMC.h | 30 #include "lldb/Core/Address.h" 90 DecodeInstructions (const lldb_private::Address &base_addr,
|
| /external/llvm/lib/MC/MCAnalysis/ |
| MCObjectDisassembler.cpp | 211 Splits.push_back(II->Address + II->Size); 213 if (MIA.evaluateBranch(II->Inst, II->Address, II->Size, Target)) { 249 if (MIA.evaluateBranch(LI.Inst, LI.Address, LI.Size, Target)) 252 CurBB.addSucc(BBInfos[LI.Address + LI.Size]); 254 CurBB.addSucc(BBInfos[LI.Address + LI.Size]); 303 // start with the wanted address, insert it in the worklist 304 // while worklist not empty, take next address in the worklist: 412 if (MIA.evaluateBranch(TA->back().Inst, TA->back().Address, 461 "No basic block created at requested address?");
|
| /external/llvm/lib/Target/PowerPC/ |
| PPCFastISel.cpp | 64 typedef struct Address { 77 // Innocuous defaults for our address. 78 Address() 82 } Address; 145 bool PPCEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr, 148 bool PPCEmitStore(MVT VT, unsigned SrcReg, Address &Addr); 149 bool PPCComputeAddress(const Value *Obj, Address &Addr); 150 void PPCSimplifyAddress(Address &Addr, MVT VT, bool &UseOffset, 281 // Given a value Obj, create an Address object Addr that represents its 282 // address. Return false if we can't handle it [all...] |
| /development/samples/training/location-aware/src/com/example/android/location/ |
| LocationActivity.java | 25 import android.location.Address; 89 mAddress = (TextView) findViewById(R.id.address); 100 // Handler for updating text fields on the UI like the lat/long and address. 352 List<Address> addresses = null; 357 // Update address field with the exception. 361 Address address = addresses.get(0); local 362 // Format the first line of address (if available), city, and country name. 364 address.getMaxAddressLineIndex() > 0 ? address.getAddressLine(0) : "" [all...] |
| /external/chromium_org/net/dns/ |
| dns_config_service_win_unittest.cc | 94 IP_ADAPTER_DNS_SERVER_ADDRESS* address = NULL; local 98 address = adapter->FirstDnsServerAddress = addresses + num_addresses; 100 // Note that |address| is moving backwards. 101 address = address->Next = address - 1; 106 address->Address.lpSockaddr = 109 CHECK(ipe.ToSockAddr(address->Address.lpSockaddr, &length)) [all...] |
| /external/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
| glapi_getproc.c | 93 * Return dispatch function address for the named static (built-in) function. 105 return (f->Address == NULL) 107 : f->Address; 111 return f->Address;
|
| /external/chromium_org/v8/src/mips/ |
| simulator-mips.h | 30 void*, int*, int, Address, int, Isolate*); 33 // Call the generated regexp code directly. The code at the entry address 36 // the return address added by the ExitFrame in native calls. 62 // the address of "this" to get a value on the current execution stack and then 65 // running thread has its stack in all memory up to address 0x00000000. 184 Address get_sp() { 185 return reinterpret_cast<Address>(static_cast<intptr_t>(get_register(sp))); 204 // Push an address onto the JS stack. 205 uintptr_t PushAddress(uintptr_t address); 207 // Pop an address from the JS stack [all...] |
| /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| ItaniumABILanguageRuntime.cpp | 49 Address &dynamic_address) 52 // in the object. That will point to the "address point" within the vtable (not the beginning of the 53 // vtable.) We can then look up the symbol containing this "address point" and that symbol's name 55 // The second pointer above the "address point" is the "offset_to_top". We'll use that to get the 64 // First job, pull out the address at 0 offset from the object. 96 // Now find the symbol that contains this address: 99 Address address_point_address; 231 // The offset_to_top is two pointers above the address. 232 Address offset_to_top_address = address_point_address; 253 // above the original address [all...] |
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldImpl.h | 50 /// Address - address in the linker's memory where the section resides. 51 uint8_t *Address; 56 /// LoadAddress - the address of the section in the target process's memory. 57 /// Used for situations in which JIT-ed code is being executed in the address 58 /// space of a separate process. If the code executes in the same address 59 /// space where it was JIT-ed, this just equals Address. 66 /// ObjAddress - address of the section in the in-memory object file. Used 70 SectionEntry(StringRef name, uint8_t *address, size_t size, 72 : Name(name), Address(address), Size(size) [all...] |
| /external/mesa3d/src/mapi/glapi/ |
| glapi_getproc.c | 93 * Return dispatch function address for the named static (built-in) function. 105 return (f->Address == NULL) 107 : f->Address; 111 return f->Address;
|
| /art/compiler/utils/x86_64/ |
| assembler_x86_64_test.cc | 131 GetAssembler()->movl(x86_64::CpuRegister(x86_64::RAX), x86_64::Address( 133 GetAssembler()->movl(x86_64::CpuRegister(x86_64::RAX), x86_64::Address( 135 GetAssembler()->movl(x86_64::CpuRegister(x86_64::R8), x86_64::Address( 148 GetAssembler()->movw(x86_64::Address(x86_64::CpuRegister(x86_64::RAX), 0),
|
| /external/chromium_org/v8/src/ |
| builtins.h | 260 Address builtin_address(Name name) { 261 return reinterpret_cast<Address>(&builtins_[name]); 264 static Address c_function_address(CFunctionId id) { 284 static Address const c_functions_[cfunction_count];
|
| conversions-inl.h | 57 Address mantissa_ptr = reinterpret_cast<Address>(&x); 59 Address mantissa_ptr = reinterpret_cast<Address>(&x) + kIntSize;
|
| regexp-macro-assembler-irregexp.h | 103 void Copy(Address a);
|
| /external/chromium_org/v8/src/mips64/ |
| simulator-mips64.h | 30 // Call the generated regexp code directly. The code at the entry address 33 // the return address added by the ExitFrame in native calls. 41 Address stack_base, 59 Address stack_base, 91 // the address of "this" to get a value on the current execution stack and then 94 // running thread has its stack in all memory up to address 0x00000000. 215 Address get_sp() { 216 return reinterpret_cast<Address>(static_cast<intptr_t>(get_register(sp))); 235 // Push an address onto the JS stack. 236 uintptr_t PushAddress(uintptr_t address); [all...] |
| /external/chromium_org/v8/src/x64/ |
| deoptimizer-x64.cc | 57 Address instruction_start = code->instruction_start(); 59 Address prev_call_address = NULL; 69 Address call_address = instruction_start + deopt_data->Pc(i)->value(); 85 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) { 165 // Get the address of the location in the code object 212 // Remove the bailout id and return address from the stack.
|
| /external/lldb/include/lldb/Symbol/ |
| SymbolFile.h | 134 virtual uint32_t ResolveSymbolContext (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc) = 0;
|
| SymbolVendor.h | 83 ResolveSymbolContext (const Address& so_addr,
|
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| AppleObjCRuntimeV1.h | 100 Address &address);
|
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| DWARFDebugRanges.cpp | 120 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size."); 164 // A base address selection entry 166 s.Address(base_addr, sizeof (dw_addr_t), " Base address = "); 170 // Convert from offset to an address
|