Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:jspthooks
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/toolchain/tooling/test/
H
A
D
js_pt_hooks_test.cpp
64
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
D
debugger_impl_test.cpp
1613
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
D
backendloadmodule_fuzzer.cpp
53
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
D
backendexception_fuzzer.cpp
53
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
D
backendsinglestep_fuzzer.cpp
53
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
D
backendbreakpoint_fuzzer.cpp
53
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
D
backendnativecalling_fuzzer.cpp
53
std::unique_ptr<JSPtHooks>
jspthooks
= std::make_unique<JSPtHooks>(debugger.get());
in BackendNativeCallingFuzzTest()
local
55
jspthooks
->NativeCalling(nullptr);
in BackendNativeCallingFuzzTest()
Completed in 8 milliseconds