Home
last modified time | relevance | path

Searched defs:method1 (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_override7.ts18 override method1() {} method in A1
Dtest-class-definiton19.ts19 method1(this, ...args: number[]) {} method in C
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-17.ts29 method1() { method in A
Dtest-ts-decorators-20.ts24 method1(@paramDec(() => print(a)) p: number) { } method in C
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeExportNames.ts39 method1(): string { method in MyClass
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp83 MethodLiteral *method1 = new MethodLiteral(methodId[0]); in HWTEST_F_L0() local
Djs_pandafile_test.cpp143 MethodLiteral *method1 = new MethodLiteral(methodId[0]); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp209 Method method1(klass, nullptr, File::EntityId(method1_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
554 Method method1(klass, nullptr, File::EntityId(method1_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp44 auto *method1 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcompiler_queue_test.cpp94 auto method1 = queue->GetTask().GetMethod(); in GetAndCheckMethodsIfExists() local
Dmethod_test.cpp589 Method *method1 = klass->GetDirectMethod(utf::CStringAsMutf8("void_fun")); in TEST_F() local
Dinterpreter_test.cpp2760 auto method1 = std::move(methodData1.first); in DEATH_TEST_F() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp296 JSHandle<Method> method1 = vm_->GetFactory()->NewSMethod(methodLiterals[1]); in HWTEST_F_L0() local
352 JSHandle<Method> method1 = vm_->GetFactory()->NewSMethod(methodLiterals[1]); in HWTEST_F_L0() local
524 JSHandle<Method> method1 = vm_->GetFactory()->NewSMethod(methodLiterals[0]); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp208 … Method method1(klass, nullptr, File::EntityId(method1Id_), File::EntityId(), 0U, 1U, nullptr); in BuildAot() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp241 Register method1 = __ TempRegister1(); in OptimizedFastCallAndPushArgv() local