Searched defs:instruction (Results 1 – 3 of 3) sorted by relevance
392 private void addInstruction(Instruction instruction) { in addInstruction()415 Instruction instruction = new Instruction(Opcodes.LABEL); in defineLabel() local425 Instruction instruction = new Instruction(Opcodes.JMP); in addJump() local436 Instruction instruction = new Instruction(Opcodes.LDB, register); in addLoad8() local447 Instruction instruction = new Instruction(Opcodes.LDH, register); in addLoad16() local458 Instruction instruction = new Instruction(Opcodes.LDW, register); in addLoad32() local470 Instruction instruction = new Instruction(Opcodes.LDBX, register); in addLoad8Indexed() local482 Instruction instruction = new Instruction(Opcodes.LDHX, register); in addLoad16Indexed() local494 Instruction instruction = new Instruction(Opcodes.LDWX, register); in addLoad32Indexed() local504 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
344 final TextSwitcher instruction = contentView.findViewById(R.id.instruction); in createShortcutNavigationContentView() local382 final CharSequence instruction = getSoftwareInstruction(context); in createSoftwareTutorialPage() local398 final CharSequence instruction = in createHardwareTutorialPage() local412 final CharSequence instruction = in createTripleTapTutorialPage() local509 CharSequence instruction) { in TutorialPage()567 ViewGroup instruction, List<TutorialPage> tutorialPages) { in TutorialPageChangeListener()