Home
last modified time | relevance | path

Searched refs:CLASS_LITERAL (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h32 CLASS_LITERAL, enumerator
Dpanda_file_translator.cpp199 } else if (type == ConstPoolType::CLASS_LITERAL) { in ParseConstPool()
268 } else if (type == ConstPoolType::CLASS_LITERAL) { in ParseFuncAndLiteralConstPool()
1573 index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::CLASS_LITERAL, in TranslateBytecode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp775 AddConstantPoolIndexToBCInfo(ConstantPoolInfo::ItemType::CLASS_LITERAL, literalIndex, in CollectConstantPoolIndexInfoFromBC()
783 AddConstantPoolIndexToBCInfo(ConstantPoolInfo::ItemType::CLASS_LITERAL, literalIndex, in CollectConstantPoolIndexInfoFromBC()
Dbytecode_info_collector.h398 CLASS_LITERAL, enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h219CLASS_LITERAL, /* ///////////////////////////////////////////////////////////////////////////…
881 return GetObjectType() == JSType::CLASS_LITERAL; in IsClassLiteral()
Dglobal_env_constants.cpp283 factory->NewEcmaHClass(hClass, ClassLiteral::SIZE, JSType::CLASS_LITERAL)); in InitRootsClass()
Ddump.cpp444 case JSType::CLASS_LITERAL: in DumpJSType()
1123 case JSType::CLASS_LITERAL: in DumpObject()
4159 case JSType::CLASS_LITERAL: in DumpObject()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h619 case JSType::CLASS_LITERAL: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1338 case JSType::CLASS_LITERAL: { in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1313 bcInfoCollector->IterateConstantPoolInfo(kungfu::ConstantPoolInfo::ItemType::CLASS_LITERAL, in FillSnapshotConstantPoolList()