Home
last modified time | relevance | path

Searched refs:ARRAY_U1 (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/interrupt_release_pages_test/
H A Dinterrupt_release_pages_test.cpp62 auto *arr = mem::ObjectAllocator::AllocArray(100_MB, ClassRoot::ARRAY_U1, false); in WarmUpMmapMemPool()
65 arr = mem::ObjectAllocator::AllocArray(100_KB, ClassRoot::ARRAY_U1, false); in WarmUpMmapMemPool()
88 auto *arr = mem::ObjectAllocator::AllocArray(300_MB, ClassRoot::ARRAY_U1, false); in TEST_F()
97 arr = mem::ObjectAllocator::AllocArray(1_KB, ClassRoot::ARRAY_U1, false); in TEST_F()
101 arr = mem::ObjectAllocator::AllocArray(200_MB, ClassRoot::ARRAY_U1, false); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_root.h34 ARRAY_U1, member in ark::ClassRoot
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-literals.h52 case panda_file::LiteralTag::ARRAY_U1: in IsArray()
73 case panda_file::LiteralTag::ARRAY_U1: in IsBoolValue()
190 return panda_file::LiteralTag::ARRAY_U1; in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/assembler/
H A Dassembly-literals.h37 case panda_file::LiteralTag::ARRAY_U1: in IsBoolValue()
144 return panda_file::LiteralTag::ARRAY_U1; in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_root.cpp44 case ClassRoot::ARRAY_U1: in ToEtsClassRoot()
H A Dets_class_root.h35 BOOLEAN_ARRAY = helpers::ToUnderlying(ClassRoot::ARRAY_U1),
H A Dets_class_linker_extension.cpp107 InitializeArrayClassRoot(ClassRoot::ARRAY_U1, ClassRoot::U1, "[Z"); in InitializeClassRoots()
237 case ClassRoot::ARRAY_U1: in GetClassVTableSize()
285 case ClassRoot::ARRAY_U1: in GetClassIMTSize()
332 case ClassRoot::ARRAY_U1: in GetClassSize()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp75 InitializeArrayClassRoot(ClassRoot::ARRAY_U1, ClassRoot::U1, "[Z"); in InitializeClassRoots()
172 case ClassRoot::ARRAY_U1: in GetClassVTableSize()
217 case ClassRoot::ARRAY_U1: in GetClassIMTSize()
262 case ClassRoot::ARRAY_U1: in GetClassSize()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Darray_test.cpp74 TestArrayObjectSize(ClassRoot::ARRAY_U1, 10U); in TEST_F()
/arkcompiler/runtime_core/libpandafile/
H A Dliteral_data_accessor-inl.h93 case LiteralTag::ARRAY_U1: in EnumerateLiteralVals()
H A Dliteral_data_accessor.h45 ARRAY_U1 = 0x0a, member in panda::panda_file::LiteralTag
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dliteral_data_accessor.h44 ARRAY_U1 = 0x0b, member in ark::panda_file::LiteralTag
H A Dliteral_data_accessor-inl.h92 case LiteralTag::ARRAY_U1: in EnumerateLiteralVals()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp23 {panda_file::LiteralTag::ARRAY_U1, "u1[]"},
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_literal_array_processor.cpp114 case panda_file::LiteralTag::ARRAY_U1: { in GetLiteralArray()
H A Dprogram_dump.cpp376 case panda_file::LiteralTag::ARRAY_U1: in LiteralTagToString()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp282 case panda_file::LiteralTag::ARRAY_U1: in FillPrimitiveLiteral()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_refconvert_builtin.cpp423 RegisterBuiltinArrayConvertor<ClassRoot::ARRAY_U1, JSConvertU1>(cache, linkerExt); in RegisterBuiltinJSRefConvertors()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp308 case panda_file::LiteralTag::ARRAY_U1: { in GetLiteralArrayByOffset()
1372 case panda_file::LiteralTag::ARRAY_U1: in IsArray()
1446 case panda_file::LiteralTag::ARRAY_U1: in LiteralTagToString()
1504 case panda_file::LiteralTag::ARRAY_U1: { in SerializeValues()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1284 case panda_file::LiteralTag::ARRAY_U1: in GetClassRootForLiteralTag()
1285 return ext.GetClassRoot(ClassRoot::ARRAY_U1); in GetClassRootForLiteralTag()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h752 EXPECT_TRUE(prog->literalarray_table["7"].literals_[2].tag_ == panda_file::LiteralTag::ARRAY_U1);
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h752 EXPECT_TRUE(prog->literalarrayTable["7"].literals[2U].tag == panda_file::LiteralTag::ARRAY_U1); in CheckConstArrayFilling()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp509 case panda_file::LiteralTag::ARRAY_U1: in VerifySingleLiteralArray()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp479 case panda_file::LiteralTag::ARRAY_U1: { in GetLiteralArray()
1287 case panda_file::LiteralTag::ARRAY_U1: in LiteralTagToString()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_parser_test.cpp1843 EXPECT_EQ(item.Value().literalarray_table.at("array").literals_[0].tag_, panda::panda_file::LiteralTag::ARRAY_U1); in HWTEST_F()
1973 static_cast<uint8_t>(panda::panda_file::LiteralTag::ARRAY_U1)); in HWTEST_F()
1976 EXPECT_EQ(item.Value().literalarray_table.at("array").literals_[2].tag_, panda::panda_file::LiteralTag::ARRAY_U1); in HWTEST_F()
1978 EXPECT_EQ(item.Value().literalarray_table.at("array").literals_[3].tag_, panda::panda_file::LiteralTag::ARRAY_U1); in HWTEST_F()
1980 EXPECT_EQ(item.Value().literalarray_table.at("array").literals_[4].tag_, panda::panda_file::LiteralTag::ARRAY_U1); in HWTEST_F()

Completed in 23 milliseconds

12