Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/type/tests/
Dtype_system_test.cpp63 auto method1 = method(-i8 >> -i8 >> +i64); in TEST_F() local
134 auto method1 = method(-i8 >> -i8 >> +i64); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp95 JSHandle<Method> method1 = vm_->GetFactory()->NewMethod(methodLiteral1); in HWTEST_F_L0() local
143 JSHandle<Method> method1 = vm_->GetFactory()->NewMethod(methodLiteral1); in HWTEST_F_L0() local
282 JSHandle<Method> method1 = vm_->GetFactory()->NewMethod(methodLiteral); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp83 MethodLiteral method1(pf, methodId[0]); in HWTEST_F_L0() local
Djs_pandafile_test.cpp146 MethodLiteral method1(pf, 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/libpandafile/tests/
Dpanda_cache_test.cpp43 auto *method1 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
/arkcompiler/runtime_core/runtime/tests/
Dmethod_test.cpp605 Method *method1 = klass->GetDirectMethod(utf::CStringAsMutf8("void_fun")); in TEST_F() local