Searched defs:newVal (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/ |
D | DvmDex.cpp | 227 bool dvmDexChangeDex1(DvmDex* pDvmDex, u1* addr, u1 newVal) in dvmDexChangeDex1() 264 bool dvmDexChangeDex2(DvmDex* pDvmDex, u2* addr, u2 newVal) in dvmDexChangeDex2()
|
/dalvik/vm/test/ |
D | AtomicTest.cpp | 108 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/ |
D | dalvik_system_DexFile.cpp | 69 static int hashcmpDexOrJar(const void* tableVal, const void* newVal) in hashcmpDexOrJar()
|
/dalvik/vm/analysis/ |
D | Optimize.cpp | 357 void dvmUpdateCodeUnit(const Method* meth, u2* ptr, u2 newVal) in dvmUpdateCodeUnit()
|
D | CodeVerify.cpp | 3337 u2 newVal = OP_THROW_VERIFICATION_ERROR | in replaceFailingInstruction() local
|