Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h75 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
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp322 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()
Dcompiler.h153 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
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h210 static compiler::DataType::Type ToCompilerType(panda_file::Type type) in ToCompilerType() function