OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INSTRUCTION
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h
85
INSTRUCTION
/external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java
28
import proguard.classfile.
instruction
.*;
29
import proguard.classfile.
instruction
.visitor.InstructionVisitor;
33
* This AttributeVisitor finds all
instruction
offsets, branch targets, and
54
private static final short
INSTRUCTION
= 1 << 0;
82
* Returns whether there is an
instruction
at the given offset in the
87
return (instructionMarks[offset] &
INSTRUCTION
) != 0;
92
* Returns whether the
instruction
at the given offset is the target of
106
* Returns whether the
instruction
at the given offset is the origin of a
107
* branch
instruction
in the CodeAttribute that was visited most recently.
116
* Returns whether the
instruction
at the given offset is the target of
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 8671 milliseconds