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:CheckSafepoint
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter-inl.h
260
thread->
CheckSafepoint
(); \
281
thread->
CheckSafepoint
(); \
H
A
D
interpreter-inl.cpp
247
thread->
CheckSafepoint
(); \
268
thread->
CheckSafepoint
(); \
623
thread->
CheckSafepoint
();
in ExecuteNative()
750
thread->
CheckSafepoint
();
in Execute()
7931
needRestoreAcc = thread->
CheckSafepoint
();
in UpdateHotnessCounter()
7938
method = thisFunc->GetCallTarget(); // for
CheckSafepoint
, method need retrieve.
in UpdateHotnessCounter()
H
A
D
interpreter_assembly.cpp
222
thread->
CheckSafepoint
();
in Execute()
7970
thread->
CheckSafepoint
();
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
146
static bool
CheckSafepoint
(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
580
HWTEST_F_L0(DFXJSNApiTests,
CheckSafepoint
)
in HWTEST_F_L0()
583
ASSERT_FALSE(DFXJSNApi::
CheckSafepoint
(vm_));
in HWTEST_F_L0()
585
ASSERT_FALSE(DFXJSNApi::
CheckSafepoint
(vm_));
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
js_thread_state_test.cpp
60
JSThread::GetCurrent()->
CheckSafepoint
();
in NewVMThreadEntry()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
833
bool DFXJSNApi::
CheckSafepoint
([[maybe_unused]] const EcmaVM *vm)
in CheckSafepoint()
function in panda::DFXJSNApi
837
return thread->
CheckSafepoint
();
in CheckSafepoint()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_ark_tools.cpp
1367
thread->
CheckSafepoint
();
1382
thread->
CheckSafepoint
();
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_thread.cpp
766
bool JSThread::
CheckSafepoint
()
in CheckSafepoint()
function in panda::ecmascript::JSThread
H
A
D
js_thread.h
537
bool
CheckSafepoint
();
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
1549
thread->
CheckSafepoint
();
in DEF_RUNTIME_STUBS()
1580
thread->
CheckSafepoint
();
in DEF_RUNTIME_STUBS()
1619
thread->
CheckSafepoint
();
in DEF_RUNTIME_STUBS()
Completed in 43 milliseconds