HomeSort by relevance Sort by last modified time
    Searched refs:Address (Results 551 - 575 of 674) sorted by null

<<21222324252627

  /external/chromium_org/v8/src/
elements.cc 182 Address to_address = to->address() + FixedArray::kHeaderSize;
183 Address from_address = from->address() + FixedArray::kHeaderSize;
191 heap->RecordWrites(to->address(),
241 heap->RecordWrites(to->address(),
317 Address to_address = to->address() + FixedDoubleArray::kHeaderSize;
318 Address from_address = from->address() + FixedDoubleArray::kHeaderSize
    [all...]
factory.cc 859 Handle<Foreign> Factory::NewForeign(Address addr, PretenureFlag pretenure) {
867 return NewForeign((Address) desc, TENURED);
1817 Address address = proxy->address(); local
    [all...]
type-info.cc 436 Address target_address = reloc_entry.target_address();
  /external/chromium_org/v8/test/cctest/
test-log.cc 48 using v8::internal::Address;
test-profile-generator.cc 330 static inline i::Address ToAddress(int n) {
331 return reinterpret_cast<i::Address>(n);
696 CodeEntry* func_entry = code_map->FindEntry(func->code()->address());
  /external/clang/lib/CodeGen/
BackendUtil.cpp 267 if (LangOpts.Sanitize.Address) {
CGDeclCXX.cpp 114 /// Emit code to cause the variable at the given address to be considered as
165 /// which passes the given address to the given destructor function.
249 if (CGM.getLangOpts().Sanitize.Address)
  /external/lldb/source/Core/
EmulateInstruction.cpp 12 #include "lldb/Core/Address.h"
365 strm.Printf (" Read from Memory (address = 0x%" PRIx64 ", length = %" PRIu64 ", context = ", addr, (uint64_t)length);
381 strm.Printf (" Write to Memory (address = 0x%" PRIx64 ", length = %" PRIu64 ", context = ", addr, (uint64_t)length);
487 strm.PutCString ("write random bits to a memory address");
568 strm.Printf (" (address = 0x%" PRIx64 ")", info.address);
595 EmulateInstruction::SetInstruction (const Opcode &opcode, const Address &inst_addr, Target *target)
Module.cpp 440 Module::ResolveFileAddress (lldb::addr_t vm_addr, Address& so_addr)
451 Module::ResolveSymbolContextForAddress (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc)
459 // Get the section from the section/offset address.
465 // If the section offset based address resolved itself, then this
    [all...]
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 133 log->Printf("Found function, has local address 0x%" PRIx64 " and remote address 0x%" PRIx64, (uint64_t)func_local_addr, (uint64_t)func_remote_addr);
205 disassembler_sp->DecodeInstructions (Address (func_remote_addr), extractor, 0, UINT32_MAX, false, false);
IRMemoryMap.cpp 262 error.SetErrorString("Couldn't malloc: address space is full");
281 error.SetErrorString("Couldn't malloc: address space is full");
535 IRMemoryMap::WritePointerToMemory (lldb::addr_t process_address, lldb::addr_t address, Error &error)
539 Scalar scalar(address);
565 Address absolute_address(process_address);
675 IRMemoryMap::ReadPointerFromMemory (lldb::addr_t *address, lldb::addr_t process_address, Error &error)
685 *address = pointer_scalar.ULongLong();
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.h 164 SetInstruction (const Opcode &insn_opcode, const Address &inst_addr, Target *target);
227 WriteBits32UnknownToMemory (lldb::addr_t address);
277 lldb::addr_t address,
289 return ReadMemoryUnsigned (context, address, size, fail_value, success_ptr);
294 lldb::addr_t address,
306 return WriteMemoryUnsigned (context, address, data_val, size);
312 lldb::addr_t address,
324 return ReadMemoryUnsigned (context, address, size, fail_value, success_ptr);
329 lldb::addr_t address,
341 return WriteMemoryUnsigned (context, address, data_val, size)
    [all...]
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 12 #include "lldb/Core/Address.h"
84 // We use the address byte size to be safe for any future addresss sizes
128 // cache the return address register number (in whatever register numbering this UnwindPlan uses) for
182 // seen the return address register (aka lr on arm) in a non-IsSame() state,
296 Address& first_non_prologue_insn)
503 // This push was pushing the return address register,
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 58 STATISTIC(NumMemoryInsts, "Number of memory instructions whose address "
77 cl::desc("Address sinking in CGP using GEPs."));
102 /// multiple load/stores of the same address.
273 // Don't merge if BB's address is taken.
833 // Sink address computing for memory operands into the block.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 200 SHeader.sh_addr = Sec->Address;
  /external/oprofile/events/x86-64/family10/
unit_masks 234 0x10 Address DWORD sent
264 0x01 Address mismatches (starting byte not the same)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 297 // when translating an empty string. Address that and always log here.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 7 * address: string,
117 // Force layout of all items even if not in the viewport to address
134 * address: string,
148 var index = this.find(device.address);
165 * @param {string=} opt_selection Optional address of device to select
180 * Retrieves the address of the selected device, or null if no device is
182 * @return {(string|undefined)} Address of selected device or null.
188 return selection.address;
193 * Selects the device with the matching address.
194 * @param {string} address The unique address of the device
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 225 for (Inet6Address address : ipv6Addresses) {
226 this._ipv6Addresses.add(address);
229 for (Inet4Address address : ipv4Addresses) {
230 this._ipv4Addresses.add(address);
871 _ipv4Addresses.add((Inet4Address) ((DNSRecord.Address) rec).getAddress());
877 _ipv6Addresses.add((Inet6Address) ((DNSRecord.Address) rec).getAddress());
898 // We do not want to trigger the listener in this case as it will be triggered if the address resolves.
    [all...]
  /external/lldb/source/Target/
Thread.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 343 // While this is safe in a regular build, Address Safety analysis tools
778 PHITransAddr Address(const_cast<Value *>(Loc.Ptr), DL);
785 if (!getNonLocalPointerDepFromBB(Address, Loc, isLoad, FromBB,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 228 /// Global base address used for complex addressing.
644 /// ExtractSymbol - If S involves the addition of a GlobalValue address,
672 /// specified value as an address.
842 /// This includes address-mode folding and special icmp tricks.
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 242 Value *Address = IBI->getAddress();
245 RecursivelyDeleteTriviallyDeadInstructions(Address, TLI);
494 // Zap anything that took the address of DestBB. Not doing this will give the
495 // address an invalid value.
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 216 0x02 Address DWORD sent

Completed in 934 milliseconds

<<21222324252627