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

  /external/google-breakpad/src/processor/
disassembler_x86.h 81 const libdis::x86_insn_t* currentInstruction() {
disassembler_x86_unittest.cc 89 const libdis::x86_insn_t* instruction = dis.currentInstruction();
94 EXPECT_EQ(NULL, dis.currentInstruction());
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliCodeFragmentFactory.java 124 SmaliInstruction currentInstruction = (SmaliInstruction)PsiUtil.searchBackward(originalContext,
128 if (currentInstruction == null) {
129 currentInstruction = (SmaliInstruction)PsiUtil.searchForward(originalContext,
132 if (currentInstruction == null) {
137 final SmaliMethod containingMethod = currentInstruction.getParentMethod();
138 AnalyzedInstruction analyzedInstruction = currentInstruction.getAnalyzedInstruction();
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
JarSourceCode.java 151 private AbstractInsnNode currentInstruction = null;
415 currentInstruction = insn;
488 List<TryCatchBlock> tryCatchBlocks = getTryHandlers(currentInstruction);
500 return generatingMethodSynchronization || canThrow(currentInstruction);
    [all...]

Completed in 192 milliseconds