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 - 11
of
11
) 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()
75
std::unique_ptr<
JSPtHooks
> jspthooks = std::make_unique<
JSPtHooks
>(debugger.get());
in HWTEST_F_L0()
83
std::unique_ptr<
JSPtHooks
> jspthooks = std::make_unique<
JSPtHooks
>(debugger.get());
in HWTEST_F_L0()
94
std::unique_ptr<
JSPtHooks
> jspthooks = std::make_unique<
JSPtHooks
>(debugger.get());
in HWTEST_F_L0()
104
std::unique_ptr<
JSPtHooks
> jspthooks = std::make_unique<
JSPtHooks
>(debugge
in HWTEST_F_L0()
[all...]
H
A
D
debugger_impl_test.cpp
1613
std::unique_ptr<
JSPtHooks
> jspthooks = std::make_unique<
JSPtHooks
>(debuggerImpl.get());
in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/backend/
H
A
D
js_pt_hooks.cpp
21
void
JSPtHooks
::DebuggerStmt([[maybe_unused]] const JSPtLocation &location)
in DebuggerStmt()
28
void
JSPtHooks
::Breakpoint(const JSPtLocation &location)
in Breakpoint()
30
LOG_DEBUGGER(VERBOSE) << "
JSPtHooks
: Breakpoint => " << location.GetMethodId() << ": "
in Breakpoint()
37
void
JSPtHooks
::Exception([[maybe_unused]] const JSPtLocation &location)
in Exception()
39
LOG_DEBUGGER(VERBOSE) << "
JSPtHooks
: Exception";
in Exception()
45
bool
JSPtHooks
::SingleStep(const JSPtLocation &location)
in SingleStep()
47
LOG_DEBUGGER(VERBOSE) << "
JSPtHooks
: SingleStep => " << location.GetBytecodeOffset();
in SingleStep()
69
bool
JSPtHooks
::NativeOut()
in NativeOut()
80
void
JSPtHooks
::LoadModule(std::string_view pandaFileName, std::string_view entryPoint)
in LoadModule()
82
LOG_DEBUGGER(VERBOSE) << "
JSPtHooks
in LoadModule()
[all...]
H
A
D
js_pt_hooks.h
28
class
JSPtHooks
: public PtHooks {
class
30
explicit
JSPtHooks
(DebuggerImpl *debugger) : debugger_(debugger) {}
in JSPtHooks()
function in panda::ecmascript::tooling::JSPtHooks
31
~
JSPtHooks
() override = default;
46
NO_COPY_SEMANTIC(
JSPtHooks
);
47
NO_MOVE_SEMANTIC(
JSPtHooks
);
/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()
/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()
/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()
/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()
/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()
/arkcompiler/toolchain/tooling/agent/
H
A
D
debugger_impl.h
295
std::unique_ptr<
JSPtHooks
> hooks_ {nullptr};
323
friend class
JSPtHooks
;
H
A
D
debugger_impl.cpp
50
hooks_ = std::make_unique<
JSPtHooks
>(this);
in DebuggerImpl()
Completed in 10 milliseconds