Home
last modified time | relevance | path

Searched refs:ARRAY_STRING (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_root.h50 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 Dg1gc_test.cpp254 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 Dgc_log_test.cpp186 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 Dstatic_analyzer_test.cpp76 auto *klass = runtime->GetClassLinker()->GetExtension(ctx)->GetClassRoot(ClassRoot::ARRAY_STRING); in AllocStringArray()
H A Depsilon_gcs_test.cpp144 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 Dgc_trigger_test.cpp192 thread, ark::mem::ObjectAllocator::AllocArray(ARRAY_LENGTH, ClassRoot::ARRAY_STRING, false)); in TEST()
H A Dexplicit_gc_test.cpp97 holder = VMHandle<coretypes::Array>(thread, allocator.AllocArray(2U, ClassRoot::ARRAY_STRING, false)); in TEST_F()
H A Dobject_helpers_test.cpp123 auto *klass = runtime->GetClassLinker()->GetExtension(ctx)->GetClassRoot(ClassRoot::ARRAY_STRING); in AllocStringArray()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp87 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 Dabc_literal_array_processor.cpp35 if (tag != panda_file::LiteralTag::ARRAY_STRING) { in FillLiteralArrayData()
146 case panda_file::LiteralTag::ARRAY_STRING: { in GetLiteralArray()
H A Dprogram_dump.cpp403 case panda_file::LiteralTag::ARRAY_STRING: in LiteralTagToString()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-literals.h63 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 Dets_class_root.h49 STRING_ARRAY = helpers::ToUnderlying(ClassRoot::ARRAY_STRING),
H A Dets_class_linker_extension.cpp119 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 Dassembly-literals.h118 case panda_file::LiteralTag::ARRAY_STRING: in IsStringValue()
/arkcompiler/runtime_core/libpandafile/
H A Dliteral_data_accessor-inl.h104 case LiteralTag::ARRAY_STRING: { in EnumerateLiteralVals()
H A Dliteral_data_accessor.h56 ARRAY_STRING = 0x15, member in panda::panda_file::LiteralTag
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dliteral_data_accessor.h55 ARRAY_STRING = 0x16, member in ark::panda_file::LiteralTag
H A Dliteral_data_accessor-inl.h103 case LiteralTag::ARRAY_STRING: { in EnumerateLiteralVals()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core.cpp38 auto klass = ext->GetClassRoot(ClassRoot::ARRAY_STRING); in StdCoreStackTraceLines()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp37 {panda_file::LiteralTag::ARRAY_STRING, "string[]"},
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp336 literal->tag = panda_file::LiteralTag::ARRAY_STRING; in FillLiteral()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1306 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 Dassembler_parser_test.cpp1927 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 Ddisassembler.cpp224 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()

Completed in 33 milliseconds

12