Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/type/tests/
Dtype_system_test.cpp64 auto method2 = method(-i32 >> -i16 >> +i32); in TEST_F() local
135 auto method2 = method(-i32 >> -i16 >> +i32); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp84 MethodLiteral method2(pf, methodId[1]); in HWTEST_F_L0() local
Djs_pandafile_test.cpp147 MethodLiteral method2(pf, methodId[1]); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp96 JSHandle<Method> method2 = vm_->GetFactory()->NewMethod(methodLiteral2); in HWTEST_F_L0() local
283 JSHandle<Method> method2 = vm_->GetFactory()->NewMethod(methodLiteral1); 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/libpandafile/tests/
Dpanda_cache_test.cpp48 auto *method2 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
/arkcompiler/runtime_core/runtime/tests/
Dmethod_test.cpp610 Method *method2 = klass->GetDirectMethod(utf::CStringAsMutf8("static_void_fun")); in TEST_F() local