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:IsJitThread
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.h
146
if (thread->
IsJitThread
()) {
in JitLockHolder()
162
ASSERT(thread->
IsJitThread
());
in JitLockHolder()
193
ASSERT(!thread->
IsJitThread
());
in JitGCLockHolder()
H
A
D
jit_task.cpp
433
ASSERT(compilerThread->
IsJitThread
());
in AsyncTaskRunScope()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap-inl.h
536
ASSERT(!thread->
IsJitThread
());
in AllocateSharedNonMovableSpaceFromTlab()
563
ASSERT(!thread->
IsJitThread
());
in AllocateSharedOldSpaceFromTlab()
799
TaggedObject *object = thread->
IsJitThread
() ? nullptr :
in AllocateNonMovableOrHugeObject()
822
TaggedObject *object = thread->
IsJitThread
() ? nullptr :
in AllocateNonMovableOrHugeObject()
848
TaggedObject *object = thread->
IsJitThread
() ? nullptr :
in AllocateOldOrHugeObject()
870
TaggedObject *object = thread->
IsJitThread
() ? nullptr :
in AllocateOldOrHugeObject()
883
bool allowGC = !thread->
IsJitThread
();
in AllocateInSOldSpace()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_space.cpp
69
allowGC = allowGC && (!thread->
IsJitThread
());
in Allocate()
678
if (!thread->
IsJitThread
()) {
in CheckAndTriggerLocalFullMark()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
layout_info-inl.h
122
if (thread->
IsJitThread
()) {
H
A
D
js_thread.h
1411
bool
IsJitThread
() const
in IsJitThread()
function in panda::ecmascript::JSThread
Completed in 10 milliseconds