Home
last modified time | relevance | path

Searched refs:METHOD (Results 1 – 25 of 78) sorted by relevance

1234

/arkcompiler/runtime_core/tests/checked/
Daot_cha.pa27 #! METHOD "AotChaTest::main"
35 #! METHOD "AotChaTest::main"
43 #! METHOD "AotChaTest::main"
51 #! METHOD "AotChaTest::main"
Dinline.pa81 #! 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 …]
Dcompare_lenarray_with_zero.pa16 #! METHOD "_GLOBAL::check_lt"
43 #! METHOD "_GLOBAL::check_le"
Ddisable_intrinsics.pa17 #! METHOD "_GLOBAL::main"
27 #! METHOD "_GLOBAL::main"
Dremove_redundant_checks.pa20 #! METHOD "_GLOBAL::main"
30 #! METHOD "_GLOBAL::main"
Dref_check_elim_test.pa20 #! METHOD "_GLOBAL::main"
45 #! METHOD "_GLOBAL::store_string__noinline__"
Difcvt.pa17 #! METHOD "_GLOBAL::main"
34 #! METHOD "_GLOBAL::main"
DREADME.md29 * **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`,…
Dcross_peephole.pa38 #! METHOD "_GLOBAL::main"
49 #! METHOD "_GLOBAL::main"
Dmonitor.pa27 #! METHOD "_GLOBAL::main"
54 #! METHOD "_GLOBAL::main1"
Dconst_array_test.pa21 #! METHOD "_GLOBAL::main"
31 #! METHOD "_GLOBAL::main"
Dfloat_zero.pa17 #! METHOD "_GLOBAL::__noinline__call_foo"
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp77 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()
Dconstpool_value.h29 METHOD, enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp176 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/
Dannotation.h91 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,
Dannotation.cpp85 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/
DvariableFlags.h38 _(METHOD, MethodDecl) \
113 METHOD = 1 << 2, enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts21 METHOD = 6, enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h40 METHOD, enumerator
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp194 case ir::MethodDefinitionKind::METHOD: { in CreateClassStaticProperties()
198 value = pg->Allocator()->New<TaggedLiteral>(LiteralTag::METHOD, internalName); in CreateClassStaticProperties()
257 case ir::MethodDefinitionKind::METHOD: { in CompileMissingProperties()
DmethodDefinition.cpp67 case MethodDefinitionKind::METHOD: { in Dump()
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DtaggedLiteral.h62 …ASSERT(tag_ == LiteralTag::ACCESSOR || tag_ == LiteralTag::METHOD || tag_ == LiteralTag::GENERATOR… in Method()
/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h39 METHOD = 0x06, enumerator
/arkcompiler/runtime_core/assembler/tests/
Dannotation_test.cpp126 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"));

1234