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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java2387 RegisterType.Category instructionCategory) {
2389 RegisterType.getRegisterType(instructionCategory, null));
2393 RegisterType.Category instructionCategory) {
2423 if (!checkArrayFieldAssignment(arrayBaseType.category, instructionCategory)) {
2564 RegisterType.Category instructionCategory) {
2571 RegisterType instructionRegisterType = RegisterType.getRegisterType(instructionCategory, null);
2603 if (!checkArrayFieldAssignment(arrayBaseType.category, instructionCategory)) {
2688 RegisterType.Category instructionCategory) {
2690 RegisterType.getRegisterType(instructionCategory, null));
2694 RegisterType.Category instructionCategory) {
2386 analyze32BitPrimitiveAget(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2392 verify32BitPrimitiveAget(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2563 verify32BitPrimitiveAput(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2687 analyze32BitPrimitiveIget(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2693 verify32BitPrimitiveIget(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2783 verify32BitPrimitiveIput(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2893 analyze32BitPrimitiveSget(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2899 verify32BitPrimitiveSget(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
2957 verify32BitPrimitiveSput(AnalyzedInstruction analyzedInstruction, RegisterType.Category instructionCategory) argument
3747 checkArrayFieldAssignment(RegisterType.Category arrayFieldCategory, RegisterType.Category instructionCategory) argument
[all...]

Completed in 112 milliseconds