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:PtHooks
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/
H
A
D
js_debugger_interface.h
51
class
PtHooks
{
class
53
PtHooks
() = default;
101
virtual ~
PtHooks
() = default;
103
NO_COPY_SEMANTIC(
PtHooks
);
104
NO_MOVE_SEMANTIC(
PtHooks
);
120
* @param hooks Pointer to object that implements
PtHooks
interface
122
virtual void RegisterHooks(
PtHooks
*hooks) = 0;
H
A
D
js_debugger.h
106
void RegisterHooks(
PtHooks
*hooks) override
185
PtHooks
*hooks_ {nullptr};
H
A
D
debugger_api.h
142
static void RegisterHooks(JSDebugger *debugger,
PtHooks
*hooks);
H
A
D
debugger_api.cpp
253
void DebuggerApi::RegisterHooks(JSDebugger *debugger,
PtHooks
*hooks)
in RegisterHooks()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H
A
D
debug_interface.h
228
class
PtHooks
{
class
230
PtHooks
() = default;
419
virtual ~
PtHooks
() = default;
421
NO_COPY_SEMANTIC(
PtHooks
);
422
NO_MOVE_SEMANTIC(
PtHooks
);
431
* @param hooks Pointer to object that implements
PtHooks
interface
434
virtual std::optional<Error> RegisterHooks(
PtHooks
*hooks) = 0;
/arkcompiler/toolchain/tooling/backend/
H
A
D
js_pt_hooks.h
28
class JSPtHooks : public
PtHooks
{
/arkcompiler/runtime_core/static_core/runtime/tooling/
H
A
D
pt_hooks_wrapper.h
29
class PtHooksWrapper : public
PtHooks
{
31
void SetHooks(
PtHooks
*hooks)
in SetHooks()
467
std::atomic<
PtHooks
*> hooks_ {nullptr};
H
A
D
debugger.h
156
std::optional<Error> RegisterHooks(
PtHooks
*hooks) override
/arkcompiler/toolchain/tooling/test/utils/
H
A
D
test_hooks.h
24
class TestHooks : public
PtHooks
{
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
inspector.h
49
class Inspector final : public
PtHooks
{
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H
A
D
test_runner.h
23
class TestRunner : public
PtHooks
{
Completed in 8 milliseconds