Searched refs:currentInstruction (Results 1 – 3 of 3) sorted by relevance
123 … SmaliInstruction currentInstruction = (SmaliInstruction)PsiUtil.searchBackward(originalContext,127 if (currentInstruction == null) {128 currentInstruction = (SmaliInstruction)PsiUtil.searchForward(originalContext,131 if (currentInstruction == null) {136 final SmaliMethod containingMethod = currentInstruction.getParentMethod();137 AnalyzedInstruction analyzedInstruction = currentInstruction.getAnalyzedInstruction();
81 const libdis::x86_insn_t* currentInstruction() { in currentInstruction() function
89 const libdis::x86_insn_t* instruction = dis.currentInstruction(); in TEST()94 EXPECT_EQ(NULL, dis.currentInstruction()); in TEST()