Home
last modified time | relevance | path

Searched defs:newTypeTableSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1138 uint32 newTypeTableSize = GlobalTables::GetTypeTable().GetTypeTableSize(); in LowerMemop() local
1545 uint32 newTypeTableSize = GlobalTables::GetTypeTable().GetTypeTableSize(); in LowerAssertBoundary() local
2435 uint32 newTypeTableSize = GlobalTables::GetTypeTable().GetTypeTableSize(); in LowerDreadToThreadLocal() local
2464 uint32 newTypeTableSize = GlobalTables::GetTypeTable().GetTypeTableSize(); in LowerDassignToThreadLocal() local
3299 uint32 newTypeTableSize = GlobalTables::GetTypeTable().GetTypeTableSize(); in LowerFunc() local
Dbecommon.cpp103 void BECommon::AddNewTypeAfterBecommon(uint32 oldTypeTableSize, uint32 newTypeTableSize) in AddNewTypeAfterBecommon()