Home
last modified time | relevance | path

Searched refs:hotStr (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1301 std::string hotStr; in EmitAsmLabel() local
1305 hotStr = kReflectionStartHotStrtabPrefixStr; in EmitAsmLabel()
1307 hotStr = kReflectionBothHotStrTabPrefixStr; in EmitAsmLabel()
1309 hotStr = kReflectionRunHotStrtabPrefixStr; in EmitAsmLabel()
1312 std::string reflectStrTabPrefix = isHotReflectStr ? hotStr : kReflectionStrtabPrefixStr; in EmitAsmLabel()

Completed in 6 milliseconds