Home
last modified time | relevance | path

Searched refs:newAddress (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DTCSystemAlloc.cpp446 …void* newAddress = mmap(start, length, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_F… in TCMalloc_SystemRelease() local
448 …ASSERT_UNUSED(newAddress, newAddress == start || newAddress == reinterpret_cast<void*>(MAP_FAILED)… in TCMalloc_SystemRelease()
511 void* newAddress = VirtualAlloc(ptr, commitSize, MEM_COMMIT, PAGE_READWRITE); in TCMalloc_SystemCommit() local
512 ASSERT_UNUSED(newAddress, newAddress == ptr); in TCMalloc_SystemCommit()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoEncoder.java777 int newAddress = entry.getAddress(); in emitPosition() local
782 int deltaAddress = newAddress - address; in emitPosition()
/external/webkit/Source/JavaScriptCore/assembler/
DSH4Assembler.h1271 static void changePCrelativeAddress(int offset, uint16_t* instructionPtr, uint32_t newAddress) in changePCrelativeAddress() argument
1274 *reinterpret_cast<uint32_t*>(address) = newAddress; in changePCrelativeAddress()