Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1820 const std::string &GetJavaName();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp931 const std::string &MIRJarrayType::GetJavaName() in GetJavaName() function in maple::MIRJarrayType
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3269 std::string baseName = jarrayType->GetJavaName(); in ProcessClassInfo()
3867 std::string klassName = jaryType->GetJavaName(); in LowerJarrayMalloc()