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:RESERVED_LENGTH
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
aot_file_manager.h
70
static constexpr size_t
RESERVED_LENGTH
= LITERAL_TYPE_INDEX;
member in panda::ecmascript::AOTLiteralInfo
83
return TaggedArray::ComputeSize(JSTaggedValue::TaggedTypeSize(), cacheSize +
RESERVED_LENGTH
);
in ComputeSize()
91
return GetLength() -
RESERVED_LENGTH
;
in GetCacheLength()
H
A
D
aot_file_manager.cpp
37
TaggedArray::InitializeWithSpecialValue(initValue, capacity +
RESERVED_LENGTH
, extraLength);
in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/ic/
H
A
D
profile_type_info.h
124
static constexpr size_t
RESERVED_LENGTH
= EXTRA_INFO_MAP_INDEX;
member in panda::ecmascript::ProfileTypeInfo
151
return TaggedArray::ComputeSize(JSTaggedValue::TaggedTypeSize(), AdjustSlotSize(icSlotSize) +
RESERVED_LENGTH
);
in ComputeSize()
156
return GetLength() -
RESERVED_LENGTH
;
in GetIcSlotLength()
218
SetLength(icSlotSize +
RESERVED_LENGTH
);
in InitializeWithSpecialValue()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
global_env.h
40
static constexpr uint8_t
RESERVED_LENGTH
= 1; // divide the gc area
member in panda::ecmascript::GlobalEnv
205
static constexpr size_t SIZE = DATA_SIZE +
RESERVED_LENGTH
* JSTaggedValue::TaggedTypeSize();
Completed in 4 milliseconds