Searched defs:method1 (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/verification/type/tests/ |
| D | type_system_test.cpp | 63 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/ |
| D | pgo_profiler_test.cpp | 95 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/ |
| D | panda_file_translator_test.cpp | 83 MethodLiteral method1(pf, methodId[0]); in HWTEST_F_L0() local
|
| D | js_pandafile_test.cpp | 146 MethodLiteral method1(pf, methodId[0]); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 209 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/ |
| D | panda_cache_test.cpp | 43 auto *method1 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | method_test.cpp | 605 Method *method1 = klass->GetDirectMethod(utf::CStringAsMutf8("void_fun")); in TEST_F() local
|