Searched defs:method2 (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/verification/type/tests/ |
| D | type_system_test.cpp | 64 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/ |
| D | panda_file_translator_test.cpp | 84 MethodLiteral method2(pf, methodId[1]); in HWTEST_F_L0() local
|
| D | js_pandafile_test.cpp | 147 MethodLiteral method2(pf, methodId[1]); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 96 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/ |
| 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/libpandafile/tests/ |
| D | panda_cache_test.cpp | 48 auto *method2 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | method_test.cpp | 610 Method *method2 = klass->GetDirectMethod(utf::CStringAsMutf8("static_void_fun")); in TEST_F() local
|