OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstructions
(Results
1 - 25
of
30
) sorted by null
1
2
/external/dexmaker/src/dx/java/com/android/dx/io/
Code.java
55
public short[]
getInstructions
() {
/libcore/dex/src/main/java/com/android/dex/
Code.java
55
public short[]
getInstructions
() {
/external/smack/src/org/jivesoftware/smackx/packet/
DataForm.java
89
public Iterator<String>
getInstructions
() {
221
for (Iterator<String> it=
getInstructions
(); it.hasNext();) {
/external/smack/src/org/jivesoftware/smack/packet/
Registration.java
66
public String
getInstructions
() {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java
71
Instruction[] instructions = encodedMethod.codeItem.
getInstructions
();
243
Instruction[] instructions = encodedMethod.codeItem.
getInstructions
();
258
Instruction[] instructions = encodedMethod.codeItem.
getInstructions
();
294
for (Instruction instruction: encodedMethod.codeItem.
getInstructions
()) {
335
Instruction[] instructions = encodedMethod.codeItem.
getInstructions
();
407
List<AnalyzedInstruction> instructions = methodAnalyzer.
getInstructions
();
462
Instruction[] instructions = encodedMethod.codeItem.
getInstructions
();
ClassDefinition.java
76
for (Instruction instruction: directMethod.codeItem.
getInstructions
()) {
/dalvik/dx/src/com/android/dx/command/grep/
Grep.java
109
codeReader.visitAll(dex.readCode(method).
getInstructions
());
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
SyntheticAccessorResolver.java
81
Instruction[] instructions = encodedMethod.codeItem.
getInstructions
();
MethodAnalyzer.java
79
if (encodedMethod.codeItem == null || encodedMethod.codeItem.
getInstructions
().length == 0) {
386
public List<AnalyzedInstruction>
getInstructions
() {
482
Instruction[] insns = encodedMethod.codeItem.
getInstructions
();
[
all
...]
/external/llvm/utils/TableGen/
CodeGenTarget.h
149
DenseMap<const Record*, CodeGenInstruction*> &
getInstructions
() const {
CodeGenTarget.cpp
321
const DenseMap<const Record*, CodeGenInstruction*> &Insts =
getInstructions
();
/external/smack/src/org/jivesoftware/smackx/
Form.java
395
public String
getInstructions
() {
398
for (Iterator<String> it = dataForm.
getInstructions
(); it.hasNext();) {
Gateway.java
192
public String
getInstructions
(){
193
return getRegisterInfo().
getInstructions
();
/dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java
141
codeReader.visitAll(dex.readCode(method).
getInstructions
());
/external/smack/src/org/jivesoftware/smack/
AccountManager.java
178
return info.
getInstructions
();
/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
():
/prebuilts/runtime/common/dex/
dex-host-prebuilt.jar
/external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java
342
public Instruction[]
getInstructions
() {
[
all
...]
/dalvik/dx/src/com/android/dx/merge/
DexMerger.java
836
short[] instructions = code.
getInstructions
();
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
Completed in 683 milliseconds
1
2