Searched defs:method2 (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-class-definiton19.ts | 20 method2(...args: number[]) {} method in C
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | panda_file_translator_test.cpp | 84 MethodLiteral *method2 = new MethodLiteral(methodId[1]); in HWTEST_F_L0() local
|
D | js_pandafile_test.cpp | 144 MethodLiteral *method2 = new MethodLiteral(methodId[1]); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | aot_test.cpp | 220 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/ |
D | aot_test.cpp | 237 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/ |
D | panda_cache_test.cpp | 50 auto *method2 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | compiler_queue_test.cpp | 98 auto method2 = queue->GetTask().GetMethod(); in GetAndCheckMethodsIfExists() local
|
D | method_test.cpp | 591 Method *method2 = klass->GetDirectMethod(utf::CStringAsMutf8("static_void_fun")); in TEST_F() local
|
D | interpreter_test.cpp | 2854 auto method2 = std::move(methodData2.first); in DEATH_TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 291 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
|