Home
last modified time | relevance | path

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

/aoo41x/main/codemaker/source/javamaker/
H A Djavatype.cxx942 std::auto_ptr< ClassFile::Code > defCode(cf->newCode()); in handleEnumType() local
943 defCode->instrAconstNull(); in handleEnumType()
944 defCode->instrAreturn(); in handleEnumType()
964 code->instrTableswitch(defCode.get(), min, blocks); in handleEnumType()
971 std::auto_ptr< ClassFile::Code > defCode(cf->newCode()); in handleEnumType() local
972 defCode->instrAconstNull(); in handleEnumType()
973 defCode->instrAreturn(); in handleEnumType()
985 code->instrLookupswitch(defCode.get(), blocks); in handleEnumType()

Completed in 53 milliseconds