Searched refs:blockCode (Results 1 – 1 of 1) sorted by relevance
958 std::auto_ptr< ClassFile::Code > blockCode(cf->newCode()); in handleEnumType() local959 blockCode->instrGetstatic(className, i->second, classDescriptor); in handleEnumType()960 blockCode->instrAreturn(); in handleEnumType()961 blocks.push_back(blockCode.get()); in handleEnumType()962 blockCode.release(); in handleEnumType()979 std::auto_ptr< ClassFile::Code > blockCode(cf->newCode()); in handleEnumType() local980 blockCode->instrGetstatic(className, i->second, classDescriptor); in handleEnumType()981 blockCode->instrAreturn(); in handleEnumType()982 blocks.push_back(std::make_pair(i->first, blockCode.get())); in handleEnumType()983 blockCode.release(); in handleEnumType()
Completed in 18 milliseconds