Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_root.h44 ARRAY_F64, member in ark::ClassRoot
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-literals.h62 case panda_file::LiteralTag::ARRAY_F64: in IsArray()
144 case panda_file::LiteralTag::ARRAY_F64: in IsDoubleValue()
210 return panda_file::LiteralTag::ARRAY_F64; in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/assembler/
H A Dassembly-literals.h107 case panda_file::LiteralTag::ARRAY_F64: in IsDoubleValue()
164 return panda_file::LiteralTag::ARRAY_F64; in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_root.cpp58 case ClassRoot::ARRAY_F64: in ToEtsClassRoot()
H A Dets_class_root.h44 DOUBLE_ARRAY = helpers::ToUnderlying(ClassRoot::ARRAY_F64),
H A Dets_class_linker_extension.cpp117 InitializeArrayClassRoot(ClassRoot::ARRAY_F64, ClassRoot::F64, "[D"); in InitializeClassRoots()
247 case ClassRoot::ARRAY_F64: in GetClassVTableSize()
295 case ClassRoot::ARRAY_F64: in GetClassIMTSize()
342 case ClassRoot::ARRAY_F64: in GetClassSize()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp85 InitializeArrayClassRoot(ClassRoot::ARRAY_F64, ClassRoot::F64, "[D"); in InitializeClassRoots()
182 case ClassRoot::ARRAY_F64: in GetClassVTableSize()
227 case ClassRoot::ARRAY_F64: in GetClassIMTSize()
272 case ClassRoot::ARRAY_F64: in GetClassSize()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Darray_test.cpp84 TestArrayObjectSize(ClassRoot::ARRAY_F64, 10U); in TEST_F()
/arkcompiler/runtime_core/libpandafile/
H A Dliteral_data_accessor-inl.h103 case LiteralTag::ARRAY_F64: in EnumerateLiteralVals()
H A Dliteral_data_accessor.h55 ARRAY_F64 = 0x14, member in panda::panda_file::LiteralTag
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dliteral_data_accessor.h54 ARRAY_F64 = 0x15, member in ark::panda_file::LiteralTag
H A Dliteral_data_accessor-inl.h102 case LiteralTag::ARRAY_F64: in EnumerateLiteralVals()
/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp35 {panda_file::LiteralTag::ARRAY_F64, "f64[]"},
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_literal_array_processor.cpp142 case panda_file::LiteralTag::ARRAY_F64: { in GetLiteralArray()
H A Dprogram_dump.cpp400 case panda_file::LiteralTag::ARRAY_F64: in LiteralTagToString()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp304 case panda_file::LiteralTag::ARRAY_F64: in FillPrimitiveLiteral()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_refconvert_builtin.cpp427 RegisterBuiltinArrayConvertor<ClassRoot::ARRAY_F64, JSConvertF64>(cache, linkerExt); in RegisterBuiltinJSRefConvertors()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp336 case panda_file::LiteralTag::ARRAY_F64: { in GetLiteralArrayByOffset()
1382 case panda_file::LiteralTag::ARRAY_F64: in IsArray()
1468 case panda_file::LiteralTag::ARRAY_F64: in LiteralTagToString()
1564 case panda_file::LiteralTag::ARRAY_F64: { in SerializeValues()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp1304 case panda_file::LiteralTag::ARRAY_F64: in GetClassRootForLiteralTag()
1305 return ext.GetClassRoot(ClassRoot::ARRAY_F64); in GetClassRootForLiteralTag()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h758 EXPECT_TRUE(prog->literalarray_table["1"].literals_[2].tag_ == panda_file::LiteralTag::ARRAY_F64);
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h758 EXPECT_TRUE(prog->literalarrayTable["1"].literals[2U].tag == panda_file::LiteralTag::ARRAY_F64); in CheckConstArrayFilling()
/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp519 case panda_file::LiteralTag::ARRAY_F64: in VerifySingleLiteralArray()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp507 case panda_file::LiteralTag::ARRAY_F64: { in GetLiteralArray()
1311 case panda_file::LiteralTag::ARRAY_F64: in LiteralTagToString()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_parser_test.cpp1903 EXPECT_EQ(item.Value().literalarray_table.at("array").literals_[1].tag_, panda::panda_file::LiteralTag::ARRAY_F64); in HWTEST_F()
2259 static_cast<uint8_t>(panda::panda_file::LiteralTag::ARRAY_F64)); in HWTEST_F()
2266 panda::panda_file::LiteralTag::ARRAY_F64); in HWTEST_F()
2271 panda::panda_file::LiteralTag::ARRAY_F64); in HWTEST_F()
2276 panda::panda_file::LiteralTag::ARRAY_F64); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h1006 ASSERT(tag == panda_file::LiteralTag::ARRAY_F64); in BuildUnfoldLoadConstPrimitiveArray()
1150 case panda_file::LiteralTag::ARRAY_F64: { in BuildLoadConstArray()

Completed in 31 milliseconds

12