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:linkReg
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
scoped_tmp_reg.h
35
auto
linkReg
= encoder->GetTarget().GetLinkReg();
in ScopedTmpRegImpl()
local
115
auto
linkReg
= encoder_->GetTarget().GetLinkReg();
in AcquireWithLr()
local
/kernel/liteos_m/kernel/include/
H
A
D
los_memory.h
514
UINTPTR
linkReg
[LOSCFG_MEM_RECORD_LR_CNT];
member
/kernel/liteos_m/testsuites/sample/kernel/mem/
H
A
D
It_los_mem.h
90
UINTPTR
linkReg
[LOSCFG_MEM_RECORD_LR_CNT];
member
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H
A
D
encoder32_test_1.cpp
654
auto
linkReg
= Target::Current().GetLinkReg();
in TEST_F()
local
H
A
D
encoder32_test_2.cpp
135
auto
linkReg
= Target::Current().GetLinkReg();
in TestCast()
local
347
auto
linkReg
= Target::Current().GetLinkReg();
in TestDiv()
local
475
auto
linkReg
= Target::Current().GetLinkReg();
in TestMod()
local
591
auto
linkReg
= Target::Current().GetLinkReg();
in TestParam()
local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H
A
D
encoder64_test_1.cpp
808
auto
linkReg
= Target::Current().GetLinkReg();
in TEST_F()
local
H
A
D
encoder64_test_2.cpp
666
auto
linkReg
= Target::Current().GetLinkReg();
in TestMod()
local
776
auto
linkReg
= Target::Current().GetLinkReg();
in TestParam()
local
/kernel/liteos_m/components/backtrace/
H
A
D
los_backtrace.c
619
UINTPTR framePtr, tmpFramePtr,
linkReg
;
in LOS_RecordLR()
local
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
los_exc.c
1255
UINTPTR framePtr, tmpFramePtr,
linkReg
;
in LOS_RecordLR()
local
/kernel/liteos_a/kernel/base/mem/tlsf/
H
A
D
los_memory.c
128
UINTPTR
linkReg
[LOS_RECORD_LR_CNT];
member
/kernel/liteos_a/kernel/include/
H
A
D
los_trace.h
261
UINTPTR
linkReg
[LOS_TRACE_LR_RECORD];
member
/kernel/liteos_m/kernel/src/mm/
H
A
D
los_memory.c
564
UINTPTR
linkReg
[LOSCFG_MEM_RECORD_LR_CNT];
member
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H
A
D
encode.cpp
2558
auto
linkReg
= GetTarget().GetLinkReg();
in EncodeAtomicByteOr()
local
Completed in 25 milliseconds