Home
last modified time | relevance | path

Searched defs:method2 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton19.ts20 method2(...args: number[]) {} method in C
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp84 MethodLiteral *method2 = new MethodLiteral(methodId[1]); in HWTEST_F_L0() local
Djs_pandafile_test.cpp144 MethodLiteral *method2 = new MethodLiteral(methodId[1]); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp220 Method method2(klass, nullptr, File::EntityId(method2_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
565 Method method2(klass, nullptr, File::EntityId(method2_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp237 Method method2(klass, nullptr, File::EntityId(METHOD2_ID), File::EntityId(), 0U, 1U, nullptr); in TEST_F() local
580 Method method2(klass, nullptr, File::EntityId(METHOD2_ID), File::EntityId(), 0U, 1U, nullptr); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp50 auto *method2 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcompiler_queue_test.cpp98 auto method2 = queue->GetTask().GetMethod(); in GetAndCheckMethodsIfExists() local
Dmethod_test.cpp591 Method *method2 = klass->GetDirectMethod(utf::CStringAsMutf8("static_void_fun")); in TEST_F() local
Dinterpreter_test.cpp2854 auto method2 = std::move(methodData2.first); in DEATH_TEST_F() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp291 JSHandle<Method> method2 = vm_->GetFactory()->NewMethod(methodLiterals[2]); in HWTEST_F_L0() local
493 JSHandle<Method> method2 = vm_->GetFactory()->NewMethod(methodLiterals[1]); in HWTEST_F_L0() local