Searched refs:toStringMethod (Results 1 – 2 of 2) sorted by relevance
407 auto const toStringMethod = CreateEnumToStringMethod(stringValuesArrayIdent, enumType); in CreateETSEnumType() local408 enumType->SetToStringMethod(toStringMethod); in CreateETSEnumType()420 enumLiteralType->SetToStringMethod(toStringMethod); in CreateETSEnumType()457 auto const toStringMethod = CreateEnumToStringMethod(stringValuesArrayIdent, enumType); in CreateETSStringEnumType() local458 enumType->SetToStringMethod(toStringMethod); in CreateETSStringEnumType()459 enumType->SetGetValueMethod(toStringMethod); in CreateETSStringEnumType()469 enumLiteralType->SetGetValueMethod(toStringMethod); in CreateETSStringEnumType()471 enumLiteralType->SetToStringMethod(toStringMethod); in CreateETSStringEnumType()
567 auto toStringMethod = env->Getp_method(errorKlass, "toString", ":Lstd/core/String;"); in ErrorDescribe() local568 auto errorString = env->CallObjectMethod(error, toStringMethod); in ErrorDescribe()