Searched refs:defCode (Results 1 – 1 of 1) sorted by relevance
942 std::auto_ptr< ClassFile::Code > defCode(cf->newCode()); in handleEnumType() local943 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() local972 defCode->instrAconstNull(); in handleEnumType()973 defCode->instrAreturn(); in handleEnumType()985 code->instrLookupswitch(defCode.get(), blocks); in handleEnumType()
Completed in 23 milliseconds