Home
last modified time | relevance | path

Searched refs:StringTableSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h669 size_t StringTableSize() const in StringTableSize() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1496 CHECK(attrStrIdx < GlobalTables::GetStrTable().StringTableSize(), "out of range of vector"); in IsFinal()
1504 CHECK(attrStrIdx < GlobalTables::GetStrTable().StringTableSize(), "out of range of vector"); in IsAbstract()
Dbin_mpl_export.cpp478 DEBUG_ASSERT(GlobalTables::GetStrTable().StringTableSize() != 0, "Container check"); in OutputStr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2356 assmbler.EmitDwFormStrp(attr.GetId(), GlobalTables::GetStrTable().StringTableSize()); in EmitDIAttrValue()
2548 GlobalTables::GetStrTable().StringTableSize()); in EmitDIDebugStrSection()