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:GetFlagsOffset
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_class.h
403
GetObjectHeader()->SetFieldPrimitive(
GetFlagsOffset
(), flags);
in SetFlags()
408
return GetObjectHeader()->GetFieldPrimitive<uint32_t>(
GetFlagsOffset
());
in GetFlags()
475
static constexpr size_t
GetFlagsOffset
()
in GetFlagsOffset()
function in ark::ets::EtsClass
487
return (
GetFlagsOffset
() - GCRefFieldsOffset()) / sizeof(ObjectPointerType);
in GCRefFieldsNum()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
frame.h
380
ALWAYS_INLINE static inline constexpr uint32_t
GetFlagsOffset
()
in GetFlagsOffset()
function in ark::Frame
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
region.h
890
static size_t
GetFlagsOffset
(bool isArch32)
in GetFlagsOffset()
function
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
class.h
90
static constexpr uint32_t
GetFlagsOffset
()
in GetFlagsOffset()
function in ark::BaseClass
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
stub_builder-inl.h
2911
auto offset = Region::PackedData::
GetFlagsOffset
(env_->Is32Bit());
in RegionInSpace()
2935
auto offset = Region::PackedData::
GetFlagsOffset
(env_->Is32Bit());
in RegionInSpace()
2963
auto offset = Region::PackedData::
GetFlagsOffset
(env_->Is32Bit());
in InSharedHeap()
2981
auto offset = Region::PackedData::
GetFlagsOffset
(env_->Is32Bit());
in InSharedSweepableSpace()
Completed in 17 milliseconds