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

/external/proguard/src/proguard/classfile/util/
H A DDynamicClassReferenceInitializer.java416 InstructionSequenceMatcher codeMatcher,
426 codeMatcher.reset();
427 codeAttribute.instructionsAccept(clazz, method, 0, codeLength, codeMatcher);
428 return codeMatcher.isMatching();
413 isDotClassMethodCode(Clazz clazz, Method method, CodeAttribute codeAttribute, InstructionSequenceMatcher codeMatcher, int codeLength) argument

Completed in 396 milliseconds