Home
last modified time | relevance | path

Searched refs:jspthooks (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Djs_pt_hooks_test.cpp64 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in HWTEST_F_L0() local
68 jspthooks->Breakpoint(ptLocation1); in HWTEST_F_L0()
69 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
75 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in HWTEST_F_L0() local
76 jspthooks->LoadModule("pandafile/test.abc", "func_main_0"); in HWTEST_F_L0()
77 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
83 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in HWTEST_F_L0() local
87 jspthooks->Exception(ptLocation2); in HWTEST_F_L0()
88 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
94 std::unique_ptr<JSPtHooks> jspthooks in HWTEST_F_L0() local
104 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); HWTEST_F_L0() local
112 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); HWTEST_F_L0() local
120 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); HWTEST_F_L0() local
128 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); HWTEST_F_L0() local
[all...]
H A Ddebugger_impl_test.cpp1613 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debuggerImpl.get()); in HWTEST_F_L0() local
1614 bool result1 = jspthooks->NativeOut(); in HWTEST_F_L0()
1618 bool result2 = jspthooks->NativeOut(); in HWTEST_F_L0()
1620 ASSERT_NE(jspthooks, nullptr); in HWTEST_F_L0()
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
H A Dbackendloadmodule_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendLoadModuleFuzzTest() local
55 jspthooks->LoadModule("pandafile/test.abc", "func_main_0"); in BackendLoadModuleFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
H A Dbackendexception_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendExceptionFuzzTest() local
55 jspthooks->Exception(ptLocation1); in BackendExceptionFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/
H A Dbackendsinglestep_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendSingleStepFuzzTest() local
55 jspthooks->SingleStep(ptLocation1); in BackendSingleStepFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
H A Dbackendbreakpoint_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendBreakpointFuzzTest() local
55 jspthooks->Breakpoint(ptLocation1); in BackendBreakpointFuzzTest()
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
H A Dbackendnativecalling_fuzzer.cpp53 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get()); in BackendNativeCallingFuzzTest() local
55 jspthooks->NativeCalling(nullptr); in BackendNativeCallingFuzzTest()

Completed in 8 milliseconds