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:SuspendVM
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/
H
A
D
vm_thread_control.h
39
void
SuspendVM
();
H
A
D
vm_thread_control.cpp
70
void VmThreadControl::
SuspendVM
() // block vm thread
in SuspendVM()
function in panda::ecmascript::VmThreadControl
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
143
static bool
SuspendVM
(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
562
HWTEST_F_L0(DFXJSNApiTests,
SuspendVM
)
in HWTEST_F_L0()
565
ASSERT_FALSE(DFXJSNApi::
SuspendVM
(vm_));
in HWTEST_F_L0()
567
ASSERT_FALSE(DFXJSNApi::
SuspendVM
(vm_));
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
795
bool DFXJSNApi::
SuspendVM
([[maybe_unused]] const EcmaVM *vm)
in SuspendVM()
function in panda::DFXJSNApi
939
success =
SuspendVM
(hostVm);
in SuspendVMById()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.cpp
857
return DFXJSNApi::
SuspendVM
(iter->second);
H
A
D
js_thread.cpp
782
vmThreadControl_->
SuspendVM
();
in CheckSafepoint()
Completed in 8 milliseconds