Home
last modified time | relevance | path

Searched defs:INSTRUCTION (Results 1 – 7 of 7) sorted by relevance

/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliHighlightingColors.java64 public static final TextAttributesKey INSTRUCTION = createTextAttributesKey( field in SmaliHighlightingColors
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICoverageNode.java51 INSTRUCTION, enumConstant
/external/libunwind/tests/
Dtest-ptrace.c61 INSTRUCTION, enumerator
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
DSmaliElementTypes.java72 public static final SmaliCompositeElementType INSTRUCTION = field in SmaliElementTypes
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java42 entities.put(CounterEntity.INSTRUCTION, "instructions"); in entities.put()
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java64 private static final short INSTRUCTION = 1 << 0; field in BranchTargetFinder
/external/u-boot/include/bedbug/
Dppc.h299 #define INSTRUCTION( memaddr ) ntohl(*(unsigned long *)(memaddr)) macro