HomeSort by relevance Sort by last modified time
    Searched defs:getInstructions (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
MethodImplementation.java 56 @Nonnull Iterable<? extends Instruction> getInstructions();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedMethodImplementation.java 67 @Nonnull @Override public Iterable<? extends Instruction> getInstructions() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableMethodImplementation.java 84 methodImplementation.getInstructions(),
90 @Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return instructions; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
MethodImplementationRewriter.java 65 @Override @Nonnull public Iterable<? extends Instruction> getInstructions() {
67 methodImplementation.getInstructions());
  /dalvik/dx/src/com/android/dex/
Code.java 55 public short[] getInstructions() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 68 for (Instruction instruction: methodImplementation.getInstructions()) {
84 for (final Instruction instruction: methodImplementation.getInstructions()) {
139 public List<BuilderInstruction> getInstructions() {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.h 149 getInstructions() const {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 305 public List<Instruction> getInstructions() {
435 ImmutableList<Instruction> instructions = ImmutableList.copyOf(methodImpl.getInstructions());
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
ClassSection.java 79 @Nullable Iterable<? extends Instruction> getInstructions(@Nonnull MethodKey key);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenTarget.h 133 DenseMap<const Record*, CodeGenInstruction*> &getInstructions() const {
  /system/extras/tests/icachetest/
Profiler.h 103 uint64_t getInstructions() const { return counters[INSTRUCTIONS].value; }
122 uint64_t instructions = getInstructions();
128 uint64_t instructions = getInstructions();
163 return (misses * 1000.0) / getInstructions();
  /art/tools/dexfuzz/src/dexfuzz/program/
MutatableCode.java 126 public List<MInsn> getInstructions() {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliMethod.java 126 @NotNull public List<SmaliInstruction> getInstructions() {
135 for (SmaliInstruction instruction: getInstructions()) {
150 for (final SmaliInstruction instruction: getInstructions()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /external/python/cpython2/Lib/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 182 const std::vector<std::unique_ptr<Instruction> >& getInstructions() const {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 192 def getInstructions(self):
345 depth[b] = findDepth(b.getInstructions())
374 for inst in b.getInstructions():
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 664 std::deque<SUnit *> &getInstructions(int cycle) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 

Completed in 364 milliseconds

1 2 3 4 5