Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/
DDvmDex.cpp227 bool dvmDexChangeDex1(DvmDex* pDvmDex, u1* addr, u1 newVal) in dvmDexChangeDex1()
264 bool dvmDexChangeDex2(DvmDex* pDvmDex, u2* addr, u2 newVal) in dvmDexChangeDex2()
/dalvik/vm/test/
DAtomicTest.cpp108 static int compareAndSwap(int32_t oldVal, int32_t newVal, int32_t* addr) in compareAndSwap()
116 static int compareAndSwapWide(int64_t oldVal, int64_t newVal, int64_t* addr) in compareAndSwapWide()
/dalvik/vm/native/
Ddalvik_system_DexFile.cpp69 static int hashcmpDexOrJar(const void* tableVal, const void* newVal) in hashcmpDexOrJar()
/dalvik/vm/analysis/
DOptimize.cpp357 void dvmUpdateCodeUnit(const Method* meth, u2* ptr, u2 newVal) in dvmUpdateCodeUnit()
DCodeVerify.cpp3337 u2 newVal = OP_THROW_VERIFICATION_ERROR | in replaceFailingInstruction() local