Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1901 MIRIntConst *tabConst = static_cast<MIRIntConst *>(elemConst); in EmitAsmLabel() local
1904 tabConst = GlobalTables::GetIntConstTable().GetOrCreateIntConst( in EmitAsmLabel()
1905 static_cast<uint32>(tabConst->GetValue()) | 0X40000000, tabConst->GetType()); in EmitAsmLabel()
1908 tabConst = GlobalTables::GetIntConstTable().GetOrCreateIntConst( in EmitAsmLabel()
1909 tabConst->GetExtValue() | 0X4000000000000000, tabConst->GetType()); in EmitAsmLabel()
1913 aggConst->SetItem(static_cast<uint32>(size) - 1, tabConst, aggConst->GetFieldIdItem(size - 1)); in EmitAsmLabel()

Completed in 4 milliseconds