Home
last modified time | relevance | path

Searched refs:ARRAY_F32 (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_root.h43 ARRAY_F32, member in ark::ClassRoot
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-literals.h61 case panda_file::LiteralTag::ARRAY_F32: in IsArray()
133 case panda_file::LiteralTag::ARRAY_F32: in IsFloatValue()
208 return panda_file::LiteralTag::ARRAY_F32; in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/assembler/
H A Dassembly-literals.h96 case panda_file::LiteralTag::ARRAY_F32: in IsFloatValue()
162 return panda_file::LiteralTag::ARRAY_F32; in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_root.cpp56 case ClassRoot::ARRAY_F32: in ToEtsClassRoot()
H A Dets_class_root.h43 FLOAT_ARRAY = helpers::ToUnderlying(ClassRoot::ARRAY_F32),
H A Dets_class_linker_extension.cpp116 InitializeArrayClassRoot(ClassRoot::ARRAY_F32, ClassRoot::F32, "[F"); in InitializeClassRoots()
246 case ClassRoot::ARRAY_F32: in GetClassVTableSize()
294 case ClassRoot::ARRAY_F32: in GetClassIMTSize()
341 case ClassRoot::ARRAY_F32: in GetClassSize()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp84 InitializeArrayClassRoot(ClassRoot::ARRAY_F32, ClassRoot::F32, "[F"); in InitializeClassRoots()
181 case ClassRoot::ARRAY_F32: in GetClassVTableSize()
226 case ClassRoot::ARRAY_F32: in GetClassIMTSize()
271 case ClassRoot::ARRAY_F32: in GetClassSize()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Darray_test.cpp83 TestArrayObjectSize(ClassRoot::ARRAY_F32, 10U); in TEST_F()
/arkcompiler/runtime_core/libpandafile/
H A Dliteral_data_accessor-inl.h102 case LiteralTag::ARRAY_F32: in EnumerateLiteralVals()
H A Dliteral_data_accessor.h54 ARRAY_F32 = 0x13, member in panda::panda_file::LiteralTag
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dliteral_data_accessor.h53 ARRAY_F32 = 0x14, member in ark::panda_file::LiteralTag
H A Dliteral_data_accessor-inl.h101 case LiteralTag::ARRAY_F32: in EnumerateLiteralVals()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp33 {panda_file::LiteralTag::ARRAY_F32, "f32[]"},
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_literal_array_processor.cpp138 case panda_file::LiteralTag::ARRAY_F32: { in GetLiteralArray()
H A Dprogram_dump.cpp397 case panda_file::LiteralTag::ARRAY_F32: in LiteralTagToString()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp301 case panda_file::LiteralTag::ARRAY_F32: in FillPrimitiveLiteral()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_refconvert_builtin.cpp425 RegisterBuiltinArrayConvertor<ClassRoot::ARRAY_F32, JSConvertF32>(cache, linkerExt); in RegisterBuiltinJSRefConvertors()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp332 case panda_file::LiteralTag::ARRAY_F32: { in GetLiteralArrayByOffset()
1381 case panda_file::LiteralTag::ARRAY_F32: in IsArray()
1465 case panda_file::LiteralTag::ARRAY_F32: in LiteralTagToString()
1558 case panda_file::LiteralTag::ARRAY_F32: { in SerializeValues()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1302 case panda_file::LiteralTag::ARRAY_F32: in GetClassRootForLiteralTag()
1303 return ext.GetClassRoot(ClassRoot::ARRAY_F32); in GetClassRootForLiteralTag()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h757 EXPECT_TRUE(prog->literalarray_table["2"].literals_[2].tag_ == panda_file::LiteralTag::ARRAY_F32);
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h757 EXPECT_TRUE(prog->literalarrayTable["2"].literals[2U].tag == panda_file::LiteralTag::ARRAY_F32); in CheckConstArrayFilling()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp518 case panda_file::LiteralTag::ARRAY_F32: in VerifySingleLiteralArray()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp503 case panda_file::LiteralTag::ARRAY_F32: { in GetLiteralArray()
1308 case panda_file::LiteralTag::ARRAY_F32: in LiteralTagToString()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_parser_test.cpp1901 EXPECT_EQ(item.Value().literalarray_table.at("array").literals_[0].tag_, panda::panda_file::LiteralTag::ARRAY_F32); in HWTEST_F()
2234 static_cast<uint8_t>(panda::panda_file::LiteralTag::ARRAY_F32)); in HWTEST_F()
2241 panda::panda_file::LiteralTag::ARRAY_F32); in HWTEST_F()
2246 panda::panda_file::LiteralTag::ARRAY_F32); in HWTEST_F()
2250 panda::panda_file::LiteralTag::ARRAY_F32); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h1003 ASSERT(tag == panda_file::LiteralTag::ARRAY_F32); in BuildUnfoldLoadConstPrimitiveArray()
1146 case panda_file::LiteralTag::ARRAY_F32: { in BuildLoadConstArray()

Completed in 27 milliseconds

12