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:UNKNOWN_BARRIER
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
mcr_gate_meta_data.h
359
UNKNOWN_BARRIER
enumerator
380
return Create(NOT_ATOMIC,
UNKNOWN_BARRIER
);
in UnknownBarrier()
385
return Create(NOT_ATOMIC,
UNKNOWN_BARRIER
, SHARED);
in DefaultWithShareBarrier()
439
static MemoryAttribute Create(Order order, Barrier barrier =
UNKNOWN_BARRIER
, ShareFlag share = UNKNOWN)
in Create()
argument
H
A
D
lcr_circuit_builder.cpp
115
if (mAttr.GetBarrier() == MemoryAttribute::Barrier::
UNKNOWN_BARRIER
&& acc_.IsConstant(value)) {
in Store()
H
A
D
post_schedule.cpp
376
case MemoryAttribute::Barrier::
UNKNOWN_BARRIER
: {
in VisitStore()
H
A
D
mcr_circuit_builder.cpp
956
if (mAttr.GetBarrier() == MemoryAttribute::Barrier::
UNKNOWN_BARRIER
&& acc_.IsConstant(value)) {
in StoreConstOffset()
Completed in 9 milliseconds