HomeSort by relevance Sort by last modified time
    Searched full:monitor_enter (Results 26 - 50 of 61) sorted by null

12 3

  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 184 public static final Dop MONITOR_ENTER =
185 new Dop(Opcodes.MONITOR_ENTER, Opcodes.MONITOR_ENTER,
    [all...]
  /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
LockFindingClassVisitor.java 42 * 1. Finds all the MONITOR_ENTER / MONITOR_EXIT in the byte code and insert the corresponding pre
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 210 MAP.put(Rops.MONITOR_ENTER, Dops.MONITOR_ENTER);
DalvOps.java 63 public static final int MONITOR_ENTER = 0x1d;
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 178 public static final Info MONITOR_ENTER =
179 new Info(Opcodes.MONITOR_ENTER, "monitor-enter",
    [all...]
Opcodes.java 74 public static final int MONITOR_ENTER = 0x1d;
  /art/compiler/jni/quick/
jni_compiler.cc 225 const Offset monitor_enter(OFFSETOF_MEMBER(JNINativeInterface, MonitorEnter));
    [all...]
  /art/libdexfile/dex/
dex_instruction_list.h 51 V(0x1D, MONITOR_ENTER, "monitor-enter", k11x, kIndexNone, kContinue | kThrow, kClobber, kVerifyRegA) \
  /art/runtime/
common_throws.cc 713 case Instruction::MONITOR_ENTER:
    [all...]
instrumentation.cc     [all...]
monitor.cc     [all...]
  /art/test/1932-monitor-events-misc/src/art/
Test1932.java 49 System.out.println("Testing throwing exceptions in monitor_enter");
  /art/tools/veridex/
flow_analysis.cc 643 case Instruction::MONITOR_ENTER:
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 148 suite.addTestSuite(dot.junit.opcodes.monitor_enter.Test_monitor_enter.class);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 638 public static final Rop MONITOR_ENTER =
639 new Rop(RegOps.MONITOR_ENTER, Type.VOID, StdTypeList.OBJECT,
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 639 public static final Rop MONITOR_ENTER =
640 new Rop(RegOps.MONITOR_ENTER, Type.VOID, StdTypeList.OBJECT,
    [all...]
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 137 Assert.assertEquals(Opcode.MONITOR_ENTER, instruction.getOpcode());
  /tools/dexter/slicer/
dex_bytecode.cc 195 /* MONITOR_ENTER */ kInstrCanContinue|kInstrCanThrow,
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 349 addOpcodeInfo(Opcode.MONITOR_ENTER, "monitor-enter", 0x1d, new Format11x());
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java     [all...]
  /art/runtime/verifier/
method_verifier.cc 634 // Quick check whether there are any monitor_enter instructions before verifying.
636 if (inst->Opcode() == Instruction::MONITOR_ENTER) {
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 73 MONITOR_ENTER(0x1d, "monitor-enter", ReferenceType.NONE, Format.Format11x, Opcode.CAN_THROW | Opcode.CAN_CONTINUE),
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /art/runtime/interpreter/
interpreter_switch_impl.cc 578 case Instruction::MONITOR_ENTER: {
    [all...]

Completed in 645 milliseconds

12 3