Searched defs:instruction (Results 1 – 3 of 3) sorted by relevance
393 private void addInstruction(Instruction instruction) { in addInstruction()416 Instruction instruction = new Instruction(Opcodes.LABEL); in defineLabel() local426 Instruction instruction = new Instruction(Opcodes.JMP); in addJump() local437 Instruction instruction = new Instruction(Opcodes.LDB, register); in addLoad8() local448 Instruction instruction = new Instruction(Opcodes.LDH, register); in addLoad16() local459 Instruction instruction = new Instruction(Opcodes.LDW, register); in addLoad32() local471 Instruction instruction = new Instruction(Opcodes.LDBX, register); in addLoad8Indexed() local483 Instruction instruction = new Instruction(Opcodes.LDHX, register); in addLoad16Indexed() local495 Instruction instruction = new Instruction(Opcodes.LDWX, register); in addLoad32Indexed() local505 Instruction instruction = new Instruction(Opcodes.ADD); in addAdd() local[all …]
119 ListeningInstruction instruction = in getNextListeningInstruction_noActiveBudget_noLastLocationResult() local151 ListeningInstruction instruction = in getNextListeningInstruction_withSmallActiveBudget_noLastLocationResult() local170 ListeningInstruction instruction = in getNextListeningInstruction_withLargeActiveBudget_noLastLocationResult() local
292 final TextSwitcher instruction = contentView.findViewById(R.id.instruction); in createShortcutNavigationContentView() local329 final CharSequence instruction = getSoftwareInstruction(context); in createSoftwareTutorialPage() local344 final CharSequence instruction = in createHardwareTutorialPage() local356 final CharSequence instruction = in createTripleTapTutorialPage() local424 CharSequence instruction) { in TutorialPage()457 ViewGroup instruction, List<TutorialPage> tutorialPages) { in TutorialPageChangeListener()