Searched refs:currentInstruction (Results 1 – 3 of 3) sorted by relevance
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();
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()