Searched defs:Instruction (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dinstructions.h46 class Instruction : public Entity { class in namespace:android::spirit
48 Instruction(uint32_t opCode) : mCodeAndCount(opCode) {} function in class:android::spirit::Instruction
49 Instruction(uint32_t opCode, uint32_t fixedWordCount) function in class:android::spirit::Instruction
51 virtual ~Instruction() {}
66 Instruction *addExtraOperand(uint32_t word) {
141 const std::vector<Instruction *> &getAnnotations() const {
151 std::vector<Instruction *> mDecorations;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h18 } Instruction; typedef in typeref:struct:__anon1412
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java95 private class Instruction { class in class:ApfGenerator
112 Instruction(Opcodes opcode, Register register) { method in class:ApfGenerator.Instruction
117 Instruction(Opcodes opcode) { method in class:ApfGenerator.Instruction
268 Instruction targetLabelInstruction;
358 private final ArrayList<Instruction> mInstructions = new ArrayList<Instruction>();
359 private final HashMap<String, Instruction> mLabels = new HashMap<String, Instruction>();
360 private final Instruction mDropLabel = new Instruction(Opcode
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 89 milliseconds