Searched refs:ToCompilerType (Results 1 – 4 of 4) sorted by relevance
75 return ToCompilerType(panda_file::GetEffectiveType(pda.GetReturnType())); in GetMethodReturnType()92 return ToCompilerType( in GetMethodTotalArgumentType()99 return ToCompilerType(panda_file::GetEffectiveType(pda.GetArgType(index))); in GetMethodTotalArgumentType()108 return ToCompilerType(panda_file::GetEffectiveType(pda.GetArgType(index))); in GetMethodArgumentType()313 return ToCompilerType(panda_file::Type::GetTypeFromFieldEncoding(fda.GetType())); in GetFieldType()320 return ToCompilerType(panda_file::Type::GetTypeFromFieldEncoding(fda.GetType())); in GetFieldTypeById()402 static compiler::DataType::Type ToCompilerType(panda_file::Type type) in ToCompilerType() function
322 return ToCompilerType(panda_file::GetEffectiveType(pda.GetReturnType())); in GetMethodReturnType()331 return ToCompilerType(panda_file::GetEffectiveType(pda.GetArgType(index))); in GetMethodArgumentType()604 return ToCompilerType(FieldCast(field)->GetType()); in GetFieldType()611 return ToCompilerType(panda_file::Type::GetTypeFromFieldEncoding(fda.GetType())); in GetFieldTypeById()
153 return ToCompilerType(MethodCast(method)->GetEffectiveReturnType()); in GetMethodReturnType()161 return ToCompilerType(MethodCast(method)->GetEffectiveArgType(index)); in GetMethodTotalArgumentType()581 static compiler::DataType::Type ToCompilerType(panda_file::Type type) in ToCompilerType() function
210 static compiler::DataType::Type ToCompilerType(panda_file::Type type) in ToCompilerType() function