Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DJvstTypeChecker.java80 compileUnwrapValue(params[i]); in atFieldAssign()
114 compileUnwrapValue(returnType); in atCastToRtype()
246 protected void compileUnwrapValue(CtClass type) throws CompileError in compileUnwrapValue() method in JvstTypeChecker
DJvstCodeGen.java154 compileUnwrapValue(params[i], code); in atAssignParamList()
187 compileUnwrapValue(returnType, bytecode); in atCastToRtype()
643 protected void compileUnwrapValue(CtClass type, Bytecode code) in compileUnwrapValue() method in JvstCodeGen