Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1211 bool isDefTabIndex = idx & 0x1; in EmitAsmLabel() local
1213 CHECK_FATAL(isDefTabIndex > 0, "isDefTabIndex > 0"); in EmitAsmLabel()
1391 bool isDefTabIndex = (muidDataTabAddr & kFromDefIndexMask32Mod) == kFromDefIndexMask32Mod; in EmitAsmLabel() local
1392 std::string muidDataTabPrefix = isDefTabIndex ? kMuidDataDefTabPrefixStr : kMuidDataUndefTabPrefixStr; in EmitAsmLabel()
1415 bool isDefTabIndex = fieldIdx & 0x1; in EmitAsmLabel() local
1416 if (isDefTabIndex) { in EmitAsmLabel()

Completed in 5 milliseconds