HomeSort by relevance Sort by last modified time
    Searched refs:Address (Results 251 - 275 of 920) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 24 Address 0x........ is not stack'd, malloc'd or (recently) free'd
40 Address 0x........ is not stack'd, malloc'd or (recently) free'd
53 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
88 Address 0x........ is not stack'd, malloc'd or (recently) free'd
104 Address 0x........ is not stack'd, malloc'd or (recently) free'd
108 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
131 Address 0x........ is not stack'd, malloc'd or (recently) free'd
153 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]
aio.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 20 const byte*, int*, int, Address, int, Isolate*);
22 // Call the generated regexp code directly. The code at the entry address should
  /external/chromium_org/v8/src/x64/
simulator-x64.h 20 const byte*, int*, int, Address, int, Isolate*);
22 // Call the generated regexp code directly. The code at the entry address should
  /external/chromium_org/v8/src/x87/
simulator-x87.h 20 const byte*, int*, int, Address, int, Isolate*);
22 // Call the generated regexp code directly. The code at the entry address should
  /external/lldb/include/lldb/Interpreter/
CommandCompletions.h 178 Address *addr,
216 Address *addr,
249 Address *addr,
280 Address *addr,
  /external/lldb/include/lldb/Target/
SectionLoadList.h 56 ResolveLoadAddress (lldb::addr_t load_addr, Address &so_addr) const;
61 // The old load address should be specified when unloading to ensure we get
ThreadPlanRunToAddress.h 28 Address &address,
32 lldb::addr_t address,
75 std::vector<lldb::addr_t> m_addresses; // This is the address we are going to run to.
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.h 38 Address &address);
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.h 38 lldb_private::Address& first_non_prologue_insn);
  /external/lldb/source/Target/
ThreadPlanCallUserExpression.cpp 20 #include "lldb/Core/Address.h"
40 Address &function,
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 34 /// The address at which the current line changes.
35 uintptr_t Address;
45 /// The list of line boundary information, sorted by address.
73 /// OldPtr is the address of the machine code and will be the same as the Code
85 /// with section headers updated to reflect the address at which sections
  /external/llvm/lib/MC/MCAnalysis/
MCAtom.cpp 88 while (I != Insts.end() && I->Address <= TruncPt) ++I;
91 assert(I->Address == TruncPt + 1 &&
105 while (I != Insts.end() && I->Address < SplitPt) ++I;
107 assert(I->Address == SplitPt &&
  /external/llvm/test/MC/ELF/
compression.s 52 .byte 8 # Address Size (in bytes)
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 26 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
34 * Implementation of the JAIN-SIP address factory.
46 public class AddressFactoryImpl implements javax.sip.address.AddressFactory {
56 *Create an empty address object.
61 public javax.sip.address.Address createAddress() {
65 * Creates an Address with the new display name and URI attribute
69 * address. A <code>null</code> value does not set the display name.
70 * @param uri - the new URI value of the address
    [all...]
  /external/valgrind/main/memcheck/tests/
err_disable_arange1.stderr.exp 6 Address 0x........ is 492 bytes inside a block of size 4,000 free'd
11 Disabling address error reporting for the range.
17 Partially reenabling address error reporting.
24 Address 0x........ is 3,156 bytes inside a block of size 4,000 free'd
32 WARNING: address error disablement range(s) still in force,
noisy_child.stderr.exp 4 Address 0x........ is 5 bytes inside a block of size 10 free'd
11 Address 0x........ is 0 bytes after a block of size 10 free'd
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
oprghdlr.h 15 ULONG Address,
  /external/chromium_org/v8/src/
serialize.cc 59 Address address; local
63 address = ref.address();
68 address = ref.address();
73 address = ref.address();
79 address = ref.address();
540 Address address = Deoptimizer::GetDeoptimizationEntry( local
850 Address address = Allocate(space_number, size); local
1403 int address = address_mapper_.MappedTo(heap_object); local
1511 int address = address_mapper_.MappedTo(heap_object); local
    [all...]
allocation-tracker.cc 119 void AddressToTraceMap::AddRange(Address start, int size,
121 Address end = start + size;
129 unsigned AddressToTraceMap::GetTraceNodeId(Address addr) {
139 void AddressToTraceMap::MoveObject(Address from, Address to, int size) {
162 void AddressToTraceMap::RemoveRange(Address start, Address end) {
225 void AllocationTracker::AllocationEvent(Address addr, int size) {
242 shared->address(), shared->Size(), false);
gdb-jit.h 105 static void RemoveCodeRange(Address start, Address end);
mark-compact-inl.h 18 MarkBit Marking::MarkBitFrom(Address addr) {
37 MemoryChunk::IncrementLiveBytesFromGC(obj->address(), obj->Size());
49 MemoryChunk::IncrementLiveBytesFromGC(obj->address(), obj->Size());
64 Page* object_page = Page::FromAddress(reinterpret_cast<Address>(object));
regexp-macro-assembler.cc 58 const byte* address; local
61 address = reinterpret_cast<const byte*>(data);
65 address = reinterpret_cast<const byte*>(data);
67 return address + start_index;
145 Address stack_base = stack_scope.stack()->stack_base();
213 Address byte_offset1,
214 Address byte_offset2,
221 // return address on the stack.
246 Address NativeRegExpMacroAssembler::GrowStack(Address stack_pointer
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 134 // This assumes the address passed in matches the target address bitness
146 // This assumes the address passed in matches the target address bitness
160 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
174 uint8_t *EHFrameAddr = Sections[EHFrameSID].Address;
266 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset);
279 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
287 // based on the load/target address of the GOT (not the current/local addr).
289 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 21 // All possible address modes.
22 typedef struct Address {
32 // Innocuous defaults for our address.
33 Address() : BaseType(RegBase), Offset(0) { Base.Reg = 0; }
34 } Address;
69 bool ComputeAddress(const Value *Obj, Address &Addr);
72 bool EmitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
74 bool EmitStore(MVT VT, unsigned SrcReg, Address &Addr,
142 bool MipsFastISel::ComputeAddress(const Value *Obj, Address &Addr) {
155 bool MipsFastISel::EmitLoad(MVT VT, unsigned &ResultReg, Address &Addr
    [all...]

Completed in 705 milliseconds

<<11121314151617181920>>