Home
last modified time | relevance | path

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

/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx649 std::vector< unsigned char >::size_type codeSize = code->m_code.size(); in addMethod() local
652 if (codeSize > SAL_MAX_UINT32 - (2 + 2 + 4 + 2 + 2) in addMethod()
655 - static_cast< sal_uInt32 >(codeSize)))) in addMethod()
667 (2 + 2 + 4 + static_cast< sal_uInt32 >(codeSize) + 2 in addMethod()
671 appendU4(m_methods, static_cast< sal_uInt32 >(codeSize)); in addMethod()

Completed in 25 milliseconds