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:NativeCalling
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/
H
A
D
notification_manager.h
41
virtual void
NativeCalling
(const void *nativeAddress) = 0;
97
it->
NativeCalling
(nativeAddress);
in NativeCallingEvent()
H
A
D
js_debugger.h
146
void
NativeCalling
(const void *nativeAddress) override
151
hooks_->
NativeCalling
(nativeAddress);
H
A
D
js_debugger_interface.h
93
virtual void
NativeCalling
(const void *nativeAddress) = 0;
/arkcompiler/toolchain/tooling/backend/
H
A
D
js_pt_hooks.h
39
void
NativeCalling
(const void *nativeAddress) override;
H
A
D
js_pt_hooks.cpp
91
void JSPtHooks::
NativeCalling
(const void *nativeAddress)
in NativeCalling()
function in panda::ecmascript::tooling::JSPtHooks
93
LOG_DEBUGGER(VERBOSE) << "JSPtHooks:
NativeCalling
, addr = " << nativeAddress;
in NativeCalling()
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
H
A
D
backendnativecalling_fuzzer.cpp
55
jspthooks->
NativeCalling
(nullptr);
in BackendNativeCallingFuzzTest()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_events.h
231
class
NativeCalling
final : public PtBaseEvents {
233
NativeCalling
() = default;
234
~
NativeCalling
() override = default;
252
NativeCalling
&SetNativeAddress(const void *nativeAddress)
in SetNativeAddress()
258
NativeCalling
&SetIntoStatus(bool isStepInto)
in SetIntoStatus()
265
NO_COPY_SEMANTIC(
NativeCalling
);
266
NO_MOVE_SEMANTIC(
NativeCalling
);
H
A
D
pt_events.cpp
76
std::unique_ptr<PtJson>
NativeCalling
::ToJson() const
in ToJson()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H
A
D
tracing.h
115
void
NativeCalling
(const void *nativeAddress) override;
H
A
D
tracing.cpp
294
void Tracing::
NativeCalling
([[maybe_unused]] const void *nativeAddress)
in NativeCalling()
function in panda::ecmascript::Tracing
/arkcompiler/toolchain/tooling/test/utils/
H
A
D
test_hooks.h
115
void
NativeCalling
([[maybe_unused]] const void *nativeAddress) override {}
/arkcompiler/toolchain/tooling/test/
H
A
D
js_pt_hooks_test.cpp
121
jspthooks->
NativeCalling
(nullptr);
in HWTEST_F_L0()
H
A
D
debugger_events_test.cpp
129
NativeCalling
nativeCalling;
in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H
A
D
debugger_impl.h
278
void
NativeCalling
(const EcmaVM *vm, const tooling::
NativeCalling
&nativeCalling);
H
A
D
debugger_impl.cpp
382
tooling::
NativeCalling
nativeCalling;
in NotifyNativeCalling()
385
frontend_.
NativeCalling
(vm_, nativeCalling);
in NotifyNativeCalling()
962
void DebuggerImpl::Frontend::
NativeCalling
(const EcmaVM *vm, const tooling::
NativeCalling
&nativeCalling)
in NativeCalling()
function in panda::ecmascript::tooling::DebuggerImpl::Frontend
Completed in 12 milliseconds