HomeSort by relevance Sort by last modified time
    Searched refs:dvmUnlockObject (Results 1 - 22 of 22) sorted by null

  /dalvik/vm/mterp/c/
OP_MONITOR_EXIT.c 23 if (!dvmUnlockObject(self, obj)) {
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_EXIT.S 3 %verify "dvmUnlockObject fails"
18 bl dvmUnlockObject @ r0<- success for unlock(self, obj)
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 3 %verify "dvmUnlockObject fails"
26 call dvmUnlockObject # unlock(self,obj)
  /dalvik/vm/mterp/x86-atom/
OP_MONITOR_EXIT.S 39 call dvmUnlockObject # call: (struct Thread* self,
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 67 bool dvmUnlockObject(struct Thread* self, struct Object* obj); //OP_MONITOR_EXIT
CodegenDriver.c     [all...]
  /dalvik/vm/
Sync.h 95 bool dvmUnlockObject(struct Thread* self, struct Object* obj);
Sync.c     [all...]
Jni.c     [all...]
Thread.c     [all...]
  /dalvik/vm/oo/
Class.c     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 287 LOAD_FUNC_ADDR(cUnit, r7, (int)dvmUnlockObject);
  /dalvik/vm/mterp/out/
InterpC-allstubs.c     [all...]
InterpC-portdbg.c     [all...]
InterpC-portstd.c     [all...]
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-x86.S     [all...]
InterpAsm-x86-atom.S     [all...]

Completed in 754 milliseconds