Home
last modified time | relevance | path

Searched defs:intRegNames (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h113 static std::array<std::array<const std::string, kAllRegNum>, kIntRegTypeNum> intRegNames; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp28 std::array<std::array<const std::string, kAllRegNum>, kIntRegTypeNum> AArch64CG::intRegNames = { member in maplebe::AArch64CG