/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | class_root.h | 50 ARRAY_STRING, member in ark::ClassRoot 51 LAST_CLASS_ROOT_ENTRY = ARRAY_STRING // Must be the last in this enum
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | g1gc_test.cpp | 254 size_t arrayLength = GetHumongousArrayLength(ClassRoot::ARRAY_STRING); in TEST_F() 256 ObjectAllocator::AllocArray(arrayLength, ClassRoot::ARRAY_STRING, false)); in TEST_F() 292 VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(GetHumongousArrayLength(ClassRoot::ARRAY_STRING), in TEST_F() 293 ClassRoot::ARRAY_STRING, false)); in TEST_F() 294 nonmovable = VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(1, ClassRoot::ARRAY_STRING, true)); in TEST_F() 635 VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(4U, ClassRoot::ARRAY_STRING, false)); in TEST_F() 637 VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(4U, ClassRoot::ARRAY_STRING, false)); in TEST_F() 706 auto arrayClass = runtime->GetClassLinker()->GetExtension(ctx)->GetClassRoot(ClassRoot::ARRAY_STRING); in TEST_F() 719 arrays.emplace_back(thread, ObjectAllocator::AllocArray(arrayLength, ClassRoot::ARRAY_STRING, false)); in TEST_F() 823 thread, ObjectAllocator::AllocArray(HUMONGOUS_STRING_LEN, ClassRoot::ARRAY_STRING, fals in TEST_F() [all...] |
H A D | gc_log_test.cpp | 186 VMHandle<coretypes::Array>(thread, objectAllocator.AllocArray(2U, ClassRoot::ARRAY_STRING, false)); 223 holder = VMHandle<coretypes::Array>(thread, objectAllocator.AllocArray(4U, ClassRoot::ARRAY_STRING, false));
|
H A D | static_analyzer_test.cpp | 76 auto *klass = runtime->GetClassLinker()->GetExtension(ctx)->GetClassRoot(ClassRoot::ARRAY_STRING); in AllocStringArray()
|
H A D | epsilon_gcs_test.cpp | 144 thread, ObjectAllocator::AllocArray(NUM_OF_ELEMS_CHECKED, ClassRoot::ARRAY_STRING, true)); in TEST_F() 261 nonmovable = VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(2U, ClassRoot::ARRAY_STRING, true)); in TEST_F()
|
H A D | gc_trigger_test.cpp | 192 thread, ark::mem::ObjectAllocator::AllocArray(ARRAY_LENGTH, ClassRoot::ARRAY_STRING, false)); in TEST()
|
H A D | explicit_gc_test.cpp | 97 holder = VMHandle<coretypes::Array>(thread, allocator.AllocArray(2U, ClassRoot::ARRAY_STRING, false)); in TEST_F()
|
H A D | object_helpers_test.cpp | 123 auto *klass = runtime->GetClassLinker()->GetExtension(ctx)->GetClassRoot(ClassRoot::ARRAY_STRING); in AllocStringArray()
|
/arkcompiler/runtime_core/static_core/runtime/core/ |
H A D | core_class_linker_extension.cpp | 87 InitializeArrayClassRoot(ClassRoot::ARRAY_STRING, ClassRoot::STRING, in InitializeClassRoots() 185 case ClassRoot::ARRAY_STRING: in GetClassVTableSize() 230 case ClassRoot::ARRAY_STRING: in GetClassIMTSize() 275 case ClassRoot::ARRAY_STRING: in GetClassSize()
|
/arkcompiler/runtime_core/static_core/abc2program/ |
H A D | abc_literal_array_processor.cpp | 35 if (tag != panda_file::LiteralTag::ARRAY_STRING) { in FillLiteralArrayData() 146 case panda_file::LiteralTag::ARRAY_STRING: { in GetLiteralArray()
|
H A D | program_dump.cpp | 403 case panda_file::LiteralTag::ARRAY_STRING: in LiteralTagToString()
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-literals.h | 63 case panda_file::LiteralTag::ARRAY_STRING: in IsArray() 155 case panda_file::LiteralTag::ARRAY_STRING: in IsStringValue()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_class_root.h | 49 STRING_ARRAY = helpers::ToUnderlying(ClassRoot::ARRAY_STRING),
|
H A D | ets_class_linker_extension.cpp | 119 InitializeArrayClassRoot(ClassRoot::ARRAY_STRING, ClassRoot::STRING, in InitializeClassRoots() 250 case ClassRoot::ARRAY_STRING: in GetClassVTableSize() 298 case ClassRoot::ARRAY_STRING: in GetClassIMTSize() 345 case ClassRoot::ARRAY_STRING: in GetClassSize()
|
/arkcompiler/runtime_core/assembler/ |
H A D | assembly-literals.h | 118 case panda_file::LiteralTag::ARRAY_STRING: in IsStringValue()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | literal_data_accessor-inl.h | 104 case LiteralTag::ARRAY_STRING: { in EnumerateLiteralVals()
|
H A D | literal_data_accessor.h | 56 ARRAY_STRING = 0x15, member in panda::panda_file::LiteralTag
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | literal_data_accessor.h | 55 ARRAY_STRING = 0x16, member in ark::panda_file::LiteralTag
|
H A D | literal_data_accessor-inl.h | 103 case LiteralTag::ARRAY_STRING: { in EnumerateLiteralVals()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core.cpp | 38 auto klass = ext->GetClassRoot(ClassRoot::ARRAY_STRING); in StdCoreStackTraceLines()
|
/arkcompiler/runtime_core/abc2program/ |
H A D | dump_utils.cpp | 37 {panda_file::LiteralTag::ARRAY_STRING, "string[]"},
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | const_array_resolver.cpp | 336 literal->tag = panda_file::LiteralTag::ARRAY_STRING; in FillLiteral()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | runtime.cpp | 1306 case panda_file::LiteralTag::ARRAY_STRING: in GetClassRootForLiteralTag() 1307 return ext.GetClassRoot(ClassRoot::ARRAY_STRING); in GetClassRootForLiteralTag() 1376 if (tag != panda_file::LiteralTag::ARRAY_STRING) { in ResolveLiteralArray()
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | assembler_parser_test.cpp | 1927 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() 1930 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() 1933 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() 1940 static_cast<uint8_t>(panda::panda_file::LiteralTag::ARRAY_STRING)); in HWTEST_F() 1947 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() 1950 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() 1953 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() 2299 static_cast<uint8_t>(panda::panda_file::LiteralTag::ARRAY_STRING)); in HWTEST_F() 2305 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() 2308 panda::panda_file::LiteralTag::ARRAY_STRING); in HWTEST_F() [all...] |
/arkcompiler/runtime_core/disassembler/ |
H A D | disassembler.cpp | 224 if (tag != panda_file::LiteralTag::ARRAY_STRING) { in FillLiteralArrayData() 340 case panda_file::LiteralTag::ARRAY_STRING: { in GetLiteralArrayByOffset() 1383 case panda_file::LiteralTag::ARRAY_STRING: in IsArray() 1471 case panda_file::LiteralTag::ARRAY_STRING: in LiteralTagToString() 1570 case panda_file::LiteralTag::ARRAY_STRING: { in SerializeValues()
|