Home
last modified time | relevance | path

Searched refs:kFunctionLayoutStr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h160 static constexpr const char kFunctionLayoutStr[] = "__func_layout__"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp116 return StringUtils::StartsWith(GetName(), kFunctionLayoutStr); in IsCodeLayoutInfo()