Home
last modified time | relevance | path

Searched defs: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
511 void* newAddress = VirtualAlloc(ptr, commitSize, MEM_COMMIT, PAGE_READWRITE); in TCMalloc_SystemCommit() local
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoEncoder.java777 int newAddress = entry.getAddress(); in emitPosition() local
/external/webkit/Source/JavaScriptCore/assembler/
DSH4Assembler.h1271 static void changePCrelativeAddress(int offset, uint16_t* instructionPtr, uint32_t newAddress) in changePCrelativeAddress()