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
defs:needBarrier
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
parallel_marker-inl.h
49
inline void NonMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bool
needBarrier
)
in MarkValue()
argument
30
VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, bool
needBarrier
, Callback callback)
VisitBodyInObj()
argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
ir_constructor.h
901
IrConstructor &SetNeedBarrier(bool
needBarrier
)
in SetNeedBarrier()
argument
H
A
D
graph_checker.cpp
1549
[[maybe_unused]] bool
needBarrier
= inst->CastToStoreArrayPair()->GetNeedBarrier();
in CheckUserOfInt32()
local
1558
bool
needBarrier
= storeObj->GetNeedBarrier();
in CheckUserOfInt32()
local
1583
bool
needBarrier
= inst->CastToStoreArrayPairI()->GetNeedBarrier();
in CheckUserOfInt32()
local
1601
bool
needBarrier
= inst->CastToStore()->GetNeedBarrier();
in CheckUserOfInt32()
local
1607
bool
needBarrier
= inst->CastToStoreI()->GetNeedBarrier();
CheckUserOfInt32()
local
1613
bool
needBarrier
= inst->CastToStoreArray()->GetNeedBarrier();
CheckUserOfInt32()
local
1625
bool
needBarrier
= inst->CastToStoreArrayI()->GetNeedBarrier();
CheckUserOfInt32()
local
1637
bool
needBarrier
= inst->CastToStoreStatic()->GetNeedBarrier();
CheckUserOfInt32()
local
1668
bool
needBarrier
= inst->CastToUnresolvedStoreStatic()->GetNeedBarrier();
CheckUserOfInt32()
local
1685
bool
needBarrier
= inst->CastToStoreObject()->GetNeedBarrier();
CheckUserOfInt32()
local
1698
bool
needBarrier
= inst->CastToStoreObjectDynamic()->IsBarrier();
CheckUserOfInt32()
local
1704
bool
needBarrier
= inst->CastToFillConstArray()->GetNeedBarrier();
CheckUserOfInt32()
local
1710
bool
needBarrier
= inst->CastToStoreResolvedObjectField()->GetNeedBarrier();
CheckUserOfInt32()
local
1716
bool
needBarrier
= inst->CastToStoreResolvedObjectFieldStatic()->GetNeedBarrier();
CheckUserOfInt32()
local
[all...]
Completed in 7 milliseconds