/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | class_root.h | 44 ARRAY_F64, member in ark::ClassRoot
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | assembly-literals.h | 62 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 D | assembly-literals.h | 107 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 D | ets_class_root.cpp | 58 case ClassRoot::ARRAY_F64: in ToEtsClassRoot()
|
H A D | ets_class_root.h | 44 DOUBLE_ARRAY = helpers::ToUnderlying(ClassRoot::ARRAY_F64),
|
H A D | ets_class_linker_extension.cpp | 117 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 D | core_class_linker_extension.cpp | 85 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 D | array_test.cpp | 84 TestArrayObjectSize(ClassRoot::ARRAY_F64, 10U); in TEST_F()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | literal_data_accessor-inl.h | 103 case LiteralTag::ARRAY_F64: in EnumerateLiteralVals()
|
H A D | literal_data_accessor.h | 55 ARRAY_F64 = 0x14, member in panda::panda_file::LiteralTag
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | literal_data_accessor.h | 54 ARRAY_F64 = 0x15, member in ark::panda_file::LiteralTag
|
H A D | literal_data_accessor-inl.h | 102 case LiteralTag::ARRAY_F64: in EnumerateLiteralVals()
|
/arkcompiler/runtime_core/abc2program/ |
H A D | dump_utils.cpp | 35 {panda_file::LiteralTag::ARRAY_F64, "f64[]"},
|
/arkcompiler/runtime_core/static_core/abc2program/ |
H A D | abc_literal_array_processor.cpp | 142 case panda_file::LiteralTag::ARRAY_F64: { in GetLiteralArray()
|
H A D | program_dump.cpp | 400 case panda_file::LiteralTag::ARRAY_F64: in LiteralTagToString()
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | const_array_resolver.cpp | 304 case panda_file::LiteralTag::ARRAY_F64: in FillPrimitiveLiteral()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | js_refconvert_builtin.cpp | 427 RegisterBuiltinArrayConvertor<ClassRoot::ARRAY_F64, JSConvertF64>(cache, linkerExt); in RegisterBuiltinJSRefConvertors()
|
/arkcompiler/runtime_core/disassembler/ |
H A D | disassembler.cpp | 336 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 D | runtime.cpp | 1304 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 D | common.h | 758 EXPECT_TRUE(prog->literalarray_table["1"].literals_[2].tag_ == panda_file::LiteralTag::ARRAY_F64);
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
H A D | common.h | 758 EXPECT_TRUE(prog->literalarrayTable["1"].literals[2U].tag == panda_file::LiteralTag::ARRAY_F64); in CheckConstArrayFilling()
|
/arkcompiler/runtime_core/verifier/ |
H A D | verifier.cpp | 519 case panda_file::LiteralTag::ARRAY_F64: in VerifySingleLiteralArray()
|
/arkcompiler/runtime_core/static_core/disassembler/ |
H A D | disassembler.cpp | 507 case panda_file::LiteralTag::ARRAY_F64: { in GetLiteralArray() 1311 case panda_file::LiteralTag::ARRAY_F64: in LiteralTagToString()
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | assembler_parser_test.cpp | 1903 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 D | inst_builder-inl.h | 1006 ASSERT(tag == panda_file::LiteralTag::ARRAY_F64); in BuildUnfoldLoadConstPrimitiveArray() 1150 case panda_file::LiteralTag::ARRAY_F64: { in BuildLoadConstArray()
|