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:aligned
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
helpers.h
133
uintptr_t
aligned
= (intptr - 1U + ALIGNMENT) & -ALIGNMENT;
in Align()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
H
A
D
items_pool.h
33
std::array<uint8_t, helpers::math::GetPowerOfTwoValue32(sizeof(Item))>
aligned
;
member
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
extend_assembler.cpp
124
Label
aligned
;
in Align16()
local
/arkcompiler/runtime_core/libpandabase/os/
H
A
D
mem.h
149
auto
aligned
= AlignDownToPageSize(unaligned);
in Align()
local
[all...]
/arkcompiler/runtime_core/libpandafile/
H
A
D
helpers.h
170
uintptr_t
aligned
= (intptr - 1U + alignment) & -alignment;
in Align()
local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H
A
D
codegen_test.cpp
301
void CheckSpillFillCoalescingForEvenRegsNumber(bool
aligned
)
in CheckSpillFillCoalescingForEvenRegsNumber()
argument
359
void CheckSpillFillCoalescingForOddRegsNumber(bool
aligned
)
in CheckSpillFillCoalescingForOddRegsNumber()
argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H
A
D
mem.h
151
auto
aligned
= AlignDownToPageSize(unaligned);
in Align()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
memory_coalescing.cpp
190
PairCreatorVisitor(Graph *graph, const AliasAnalysis &aliases, const VariableAnalysis &vars, Marker mrk, bool
aligned
)
PairCreatorVisitor()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H
A
D
optimized_call.cpp
109
Label
aligned
;
in IncreaseStackForArguments()
local
1106
Label
aligned
;
in PopJSFunctionArgs()
local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H
A
D
asm_interpreter_call.cpp
838
Label
aligned
;
in CallNativeWithArgv()
local
Completed in 12 milliseconds