Home
last modified time | relevance | path

Searched refs:resolveClassInfo (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java578 frame.push(resolveClassInfo(constPool.getClassInfo(iter.u16bitAt(pos + 1)))); in execute()
708 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalGetField()
724 Type objectType = resolveClassInfo(classInfo); in evalInvokeIntfMethod()
741 Type objectType = resolveClassInfo(constPool.getMethodrefClassName(index)); in evalInvokeMethod()
828 Type type = resolveClassInfo(constPool.getClassInfo(iter.u16bitAt(pos + 1))); in evalNewObjectArray()
854 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalPutField()
994 private Type resolveClassInfo(String info) throws BadBytecode { in resolveClassInfo() method in Executor