| /external/oprofile/events/i386/nehalem/ |
| unit_masks | 10 0x04 address_offset Counts the number of loads blocked by a preceding store address 27 0x20 pde_miss Number of DTLB cache load misses where the low part of the linear to physical address translation was missed 28 0x40 pdp_miss Number of DTLB cache load misses where the high part of the linear to physical address translation was missed 158 0x20 pde_miss Number of DTLB cache misses where the low part of the linear to physical address translation was missed 159 0x40 pdp_miss Number of DTLB misses where the high part of the linear to physical address translation was missed 201 0x20 pde_miss Number of ITLB misses where the low part of the linear to physical address translation was missed 202 0x40 pdp_miss Number of ITLB misses where the high part of the linear to physical address translation was missed 302 0x40 hit_lfb Counts number of retired loads that miss the L1D and the address is located in an allocated line fill buffer and will soon be committed to cache 321 0x01 clear Counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end 322 0x02 bad_target Counts number of Branch Address Calculator clears (BACLEAR) asserted due to conditional branch instructions in which there was a t (…) [all...] |
| /external/chromium_org/v8/src/ |
| heap-snapshot-generator.cc | 384 bool HeapObjectsMap::MoveObject(Address from, Address to, int object_size) { 390 // It may occur that some untracked object moves to an address X and there 391 // is a tracked object at that address. In this case we should remove the 403 // We found the existing entry with to address for an old object. 432 void HeapObjectsMap::UpdateObjectSize(Address addr, int size) { 437 SnapshotObjectId HeapObjectsMap::FindEntry(Address addr) { 448 SnapshotObjectId HeapObjectsMap::FindOrAddEntry(Address addr, 493 FindOrAddEntry(obj->address(), obj->Size()); 495 PrintF("Update object : %p %6d. Next address is %p\n" [all...] |
| objects-debug.cc | 386 Address code_entry = get_code_ptr_entry(code_iter.next_index()); 634 Address last_gc_pc = NULL; [all...] |
| builtins.cc | 145 Address fp = Isolate::c_entry_fp(isolate->thread_local_top()); 149 Address caller_fp = Memory::Address_at(fp + kCallerOffset); [all...] |
| code-stubs.h | 358 void Initialize(Address deoptimization_handler = NULL, 362 Address deoptimization_handler = NULL, 411 Address deoptimization_handler() const { return deoptimization_handler_; } 421 Address deoptimization_handler_; [all...] |
| compiler.h | 361 isolate()->factory()->NewForeign(reinterpret_cast<Address>(this));
|
| /external/chromium_org/v8/src/mips/ |
| assembler-mips.cc | 216 // Patch the code at the current address with the supplied instructions. 229 // Patch the code at the current PC with a call to the target address. 231 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { 232 // Patch the code at the current address with a call to the target. 978 uint32_t address) { 980 DCHECK(is_uint26(address)); 981 Instr instr = opcode | address; [all...] |
| /external/chromium_org/chrome/browser/resources/options/ |
| autofill_options.js | 42 * The address list. 63 $('autofill-add-address').onclick = function(event) { 73 $('autofill-use-mac-address-book-checkbox').onchange = function(event) { 76 // Prompt the user to give Chrome access to the user's Address 91 * Creates, decorates and initializes the address list. 95 var addressList = $('address-list'); 115 * Shows the 'Add address' overlay, specifically by loading the 116 * 'Edit address' overlay and modifying the overlay title. 139 * Updates the data model for the address list with the values from 157 * Removes the Autofill address or credit card represented by |guid| [all...] |
| /external/chromium_org/components/autofill/content/browser/wallet/ |
| wallet_client.cc | 364 scoped_ptr<Address> address, 366 const Address* reference_address) { 367 DCHECK(instrument || address); 388 instrument->address()->phone_number()); 398 DCHECK(instrument->address() || expiration_date_changed); 403 if (instrument->address()) { 405 instrument->address()->phone_number()); 408 instrument->address()->ToDictionaryWithoutID().release()); 424 if (address) { [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
| glxapi.c | 1225 __GLXextFuncPtr Address; 1374 * Return address of named glX function, or NULL if not found. [all...] |
| /external/chromium_org/v8/src/mips64/ |
| assembler-mips64.cc | 194 // Patch the code at the current address with the supplied instructions. 207 // Patch the code at the current PC with a call to the target address. 209 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { 210 // Patch the code at the current address with a call to the target. 671 // Sign extend address; 962 uint32_t address) { 964 DCHECK(is_uint26(address)); 965 Instr instr = opcode | address; [all...] |
| /external/chromium_org/v8/src/x64/ |
| assembler-x64.cc | 41 // Patch the code at the current PC with a call to the target address. 43 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { 72 // Patch the code at the current address with the supplied instructions. 280 bool Assembler::IsNop(Address addr) { 281 Address a = addr; 296 // Relative address, relative to point after address. 676 void Assembler::call(Address entry, RelocInfo::Mode rmode) { 717 // Calls directly to the given address using a relative offset. 721 void Assembler::call(Address target) [all...] |
| /external/lldb/source/Commands/ |
| CommandObjectMemory.cpp | 390 result.AppendErrorWithFormat ("%s takes a start address expression with an optional end address expression.\n", m_cmd_name.c_str()); 594 // Use the last address and byte size and all options as they were 627 result.AppendError("invalid start address expression."); 638 result.AppendError("invalid end address expression."); 645 result.AppendErrorWithFormat("end address (0x%" PRIx64 ") must be greater that the start address (0x%" PRIx64 ").\n", end_addr, addr); 651 result.AppendErrorWithFormat("specify either the end address (0x%" PRIx64 ") or the count (--count %lu), not both.\n", end_addr, item_count); 690 Address address(addr, NULL) [all...] |
| CommandObjectThread.cpp | 1045 addr_t address = line_entry.range.GetBaseAddress().GetLoadAddress(target); local [all...] |
| /external/lldb/source/Core/ |
| ModuleList.cpp | 730 ModuleList::ResolveFileAddress (lldb::addr_t vm_addr, Address& so_addr) const 744 ModuleList::ResolveSymbolContextForAddress (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc) const 746 // The address is already section offset so it has a module [all...] |
| ValueObject.cpp | 801 Address so_addr; 809 Address::DumpStyleResolvedDescription, 810 Address::DumpStyleSectionNameOffset); 921 Address so_addr; 1762 addr_t address = LLDB_INVALID_ADDRESS; local [all...] |
| /external/lldb/source/Expression/ |
| ClangUserExpression.cpp | 365 return (0 == Address::CompareLoadAddress(m_address, frame_sp->GetFrameCodeAddress(), target_sp.get())); 862 Address wrapper_address (m_jit_start_addr); [all...] |
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| AppleObjCTrampolineHandler.cpp | 321 // Below, we'll convert that into an absolute code address, since I don't want to have 363 // Let's compute the blocks and if they are all the same add the size to the code end address: [all...] |
| AppleObjCRuntimeV2.cpp | 322 error.SetErrorString("symbol address invalid"); 365 Address &address) 376 // First job, pull out the address at 0 offset from the object That will be the ISA pointer. 381 address.SetRawAddress(object_ptr); 835 // number of buckets or the hash table address changes. [all...] |
| /external/mesa3d/src/mesa/drivers/x11/ |
| glxapi.c | 1225 __GLXextFuncPtr Address; 1374 * Return address of named glX function, or NULL if not found. [all...] |
| /external/llvm/include/llvm/IR/ |
| Instructions.h | 244 /// \brief Returns the address space of the pointer operand. 367 /// \brief Returns the address space of the pointer operand. 565 /// \brief Returns the address space of the pointer operand. 731 /// \brief Returns the address space of the pointer operand. 834 /// \brief Returns the address space of this instruction's pointer type. 836 // Note that this is always the same as the pointer operand's address space 872 /// \brief Returns the address space of the pointer operand. [all...] |
| /external/chromium_org/v8/src/arm64/ |
| regexp-macro-assembler-arm64.cc | 37 * - x25 : Address at the end of the input string: input_end. 39 * - x26 : Address at the start of the input string: input_start. 60 * - fp[104] isolate Address of the current isolate. 61 * - fp[96] return_address Secondary link/return address 90 * The data up to the return address must be placed there by the calling 95 * Address input_start, 96 * Address input_end, 99 * Address stack_base, 101 * Address secondary_return_address, // Only used by native call. 106 * When calling as a non-direct call (i.e., from C++ code), the return address [all...] |
| /external/chromium_org/v8/src/x87/ |
| assembler-x87.cc | 93 // specially coded on IA32 means that it is a relative address, as used by 106 // Patch the code at the current address with the supplied instructions. 116 // Patch the code at the current PC with a call to the target address. 118 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { 277 bool Assembler::IsNop(Address addr) { 278 Address a = addr; 1249 // Relative address, relative to point after address. 1260 // Relative address, relative to point after address [all...] |
| /external/lldb/source/API/ |
| SBTarget.cpp | 31 #include "lldb/Core/Address.h" [all...] |
| /external/chromium_org/device/bluetooth/ |
| bluetooth_task_manager_win.cc | 83 std::string address; local 90 address = BluetoothAddressToCanonicalString(adapter_info.address); 94 state->address = address; 101 state->address = BluetoothAddressToCanonicalString(device_info.Address); 495 device_state->address = 496 BluetoothAddressToCanonicalString(device_info->address); 519 if (!DiscoverClassicDeviceServices(device->address, [all...] |