/arkcompiler/runtime_core/tests/checked/ |
D | aot_cha.pa | 27 #! METHOD "AotChaTest::main" 35 #! METHOD "AotChaTest::main" 43 #! METHOD "AotChaTest::main" 51 #! METHOD "AotChaTest::main"
|
D | inline.pa | 81 #! METHOD "_GLOBAL::main" 103 #! METHOD "_GLOBAL::main1" 203 #! METHOD "Test4::func_A_getConst_static__noinline__" 210 #! METHOD "Test4::func_A_getConst_virtual__noinline__" 217 #! METHOD "Test4::func_A_getParam_static__noinline__" 222 #! METHOD "Test4::func_A_getParam_virtual__noinline__" 227 #! METHOD "Test4::func_A_getVoid_static__noinline__" 232 #! METHOD "Test4::func_A_getVoid_virtual__noinline__" 237 #! METHOD "Test4::func_A_getObj_static__noinline__" 244 #! METHOD "Test4::func_A_getObj_virtual__noinline__" [all …]
|
D | compare_lenarray_with_zero.pa | 16 #! METHOD "_GLOBAL::check_lt" 43 #! METHOD "_GLOBAL::check_le"
|
D | disable_intrinsics.pa | 17 #! METHOD "_GLOBAL::main" 27 #! METHOD "_GLOBAL::main"
|
D | remove_redundant_checks.pa | 20 #! METHOD "_GLOBAL::main" 30 #! METHOD "_GLOBAL::main"
|
D | ref_check_elim_test.pa | 20 #! METHOD "_GLOBAL::main" 45 #! METHOD "_GLOBAL::store_string__noinline__"
|
D | ifcvt.pa | 17 #! METHOD "_GLOBAL::main" 34 #! METHOD "_GLOBAL::main"
|
D | README.md | 29 * **METHOD** (name: string) start check of specified method, all following checks that require spec… 32 …n) search specified instruction in the ir dump file specified by commands `METHOD` and `PASS_AFTER` 35 … phrase and counts the number in the ir dump file specified by commands `METHOD` and `PASS_AFTER`,…
|
D | cross_peephole.pa | 38 #! METHOD "_GLOBAL::main" 49 #! METHOD "_GLOBAL::main"
|
D | monitor.pa | 27 #! METHOD "_GLOBAL::main" 54 #! METHOD "_GLOBAL::main1"
|
D | const_array_test.pa | 21 #! METHOD "_GLOBAL::main" 31 #! METHOD "_GLOBAL::main"
|
D | float_zero.pa | 17 #! METHOD "_GLOBAL::__noinline__call_foo"
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | literal_data_extractor.cpp | 77 case LiteralTag::METHOD: { in ExtractObjectDatas() 108 if (tag != LiteralTag::METHOD && tag != LiteralTag::GENERATORMETHOD) { in ExtractObjectDatas() 171 case LiteralTag::METHOD: { in EnumerateLiteralVals() 202 if (tag != LiteralTag::METHOD && tag != LiteralTag::GENERATORMETHOD) { in EnumerateLiteralVals() 255 case LiteralTag::METHOD: in GetMethodOffsets() 273 case LiteralTag::METHOD: in GetMethodOffsets() 330 case LiteralTag::METHOD: { in ExtractObjectDatas() 371 if (tag != LiteralTag::METHOD && tag != LiteralTag::GENERATORMETHOD) { in ExtractObjectDatas() 418 case LiteralTag::METHOD: { in GetDatasIgnoreType() 458 if (tag != LiteralTag::METHOD && tag != LiteralTag::GENERATORMETHOD) { in GetDatasIgnoreType()
|
D | constpool_value.h | 29 METHOD, enumerator
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_test.cpp | 176 uint32_t index1 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[0].GetOffset()); in HWTEST_F_L0() 177 uint32_t index2 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[1].GetOffset()); in HWTEST_F_L0() 178 uint32_t index3 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[2].GetOffset()); in HWTEST_F_L0() 196 EXPECT_EQ(type1, ConstPoolType::METHOD); in HWTEST_F_L0() 197 EXPECT_EQ(type2, ConstPoolType::METHOD); in HWTEST_F_L0() 198 EXPECT_EQ(type3, ConstPoolType::METHOD); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/assembler/ |
D | annotation.h | 91 METHOD, enumerator 144 case Type::METHOD: in GetTypeAsChar() 218 case Type::METHOD: in GetArrayTypeAsChar() 281 type = Type::METHOD; in GetCharAsType() 352 type = Type::METHOD; in GetCharAsArrayType() 434 std::conditional_t<value_type == Value::Type::METHOD, std::string_view,
|
D | annotation.cpp | 85 case Value::Type::METHOD: { in InitScalarValue() 87 …std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::METHOD>(sc_val.GetValue<std::string… in InitScalarValue() 132 case Value::Type::METHOD: in making_value() 234 case Value::Type::METHOD: in TypeToString()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | variableFlags.h | 38 _(METHOD, MethodDecl) \ 113 METHOD = 1 << 2, enumerator
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | literal.ts | 21 METHOD = 6, enumerator
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | literal.h | 40 METHOD, enumerator
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classDefinition.cpp | 194 case ir::MethodDefinitionKind::METHOD: { in CreateClassStaticProperties() 198 value = pg->Allocator()->New<TaggedLiteral>(LiteralTag::METHOD, internalName); in CreateClassStaticProperties() 257 case ir::MethodDefinitionKind::METHOD: { in CompileMissingProperties()
|
D | methodDefinition.cpp | 67 case MethodDefinitionKind::METHOD: { in Dump()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
D | taggedLiteral.h | 62 …ASSERT(tag_ == LiteralTag::ACCESSOR || tag_ == LiteralTag::METHOD || tag_ == LiteralTag::GENERATOR… in Method()
|
/arkcompiler/runtime_core/libpandafile/ |
D | literal_data_accessor.h | 39 METHOD = 0x06, enumerator
|
/arkcompiler/runtime_core/assembler/tests/ |
D | annotation_test.cpp | 126 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::METHOD); 214 type_u1 = Value::GetArrayTypeAsChar(panda::pandasm::Value::Type::METHOD); 282 EXPECT_EQ(panda::pandasm::Value::Type::METHOD, type); 345 EXPECT_EQ(panda::pandasm::Value::Type::METHOD, type); 421 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::METHOD); 502 ScalarValue insn_order_method(ScalarValue::Create<panda::pandasm::Value::Type::METHOD>("test"));
|