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:symLoc
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H
A
D
x64_args.h
34
const X64SymbolAlloc *
symLoc
;
member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_memlayout.cpp
66
X64SymbolAlloc *
symLoc
= memAllocator->GetMemPool()->New<X64SymbolAlloc>();
in LayoutFormalParams()
local
114
X64SymbolAlloc *
symLoc
= memAllocator->GetMemPool()->New<X64SymbolAlloc>();
in LayoutLocalVariables()
local
136
X64SymbolAlloc *
symLoc
= memAllocator->GetMemPool()->New<X64SymbolAlloc>();
AssignSpillLocationsToPseudoRegisters()
local
[all...]
H
A
D
x64_args.cpp
188
auto
symLoc
= static_cast<const X64SymbolAlloc *>(x64CGFunc->GetMemlayout()->GetSymAllocInfo(mirSym.GetStIndex()));
in LoadStackArgsToVReg()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_args.cpp
51
auto *
symLoc
= aarFunc->GetMemlayout()->GetSymAllocInfo(sym->GetStIndex());
in MoveRegisterArgs()
local
H
A
D
aarch64_memlayout.cpp
78
AArch64SymbolAlloc *
symLoc
= memAllocator->GetMemPool()->New<AArch64SymbolAlloc>();
in LayoutFormalParams()
local
151
auto *
symLoc
= memAllocator->GetMemPool()->New<AArch64SymbolAlloc>();
in LayoutLocalVariables()
local
181
AArch64SymbolAlloc *
symLoc
= static_cast<AArch64SymbolAlloc *>(GetSymAllocInfo(stIndex));
LayoutActualParams()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
isel.cpp
730
const SymbolAlloc *
symLoc
= cgFunc->GetMemlayout()->GetSpillLocOfPseduoRegister(pregIdx);
in SelectRegassign()
local
759
const SymbolAlloc *
symLoc
= cgFunc->GetMemlayout()->GetSpillLocOfPseduoRegister(pregIdx);
in SelectRegread()
local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cgfunc.h
1080
const SymbolAlloc *
symLoc
= memLayout->GetSpillLocOfPseduoRegister(idx);
in GetPseudoRegisterSpillLocation()
local
1086
auto *
symLoc
= GetMemlayout()->GetLocOfSpillRegister(vrNum, memByteSize);
in GetOrCreatSpillRegLocation()
local
Completed in 8 milliseconds