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:slotSize
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
inlineCache.cpp
27
uint32_t InlineCache::Offset(uint32_t
slotSize
)
in Offset()
argument
H
A
D
pandagen.h
509
void ResetCurrentSlot(IcSizeType
slotSize
)
in ResetCurrentSlot()
argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
method_literal.cpp
49
uint32_t
slotSize
= 0;
in Initialize()
local
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
runslots.cpp
28
void RunSlots<LockTypeT>::Initialize(size_t
slotSize
, uintptr_t poolPointer, bool initializeLock)
in Initialize()
argument
104
size_t RunSlots<LockTypeT>::ComputeFirstSlotOffset(size_t
slotSize
)
in ComputeFirstSlotOffset()
argument
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_task.cpp
358
uint32_t
slotSize
= method->GetSlotSize();
in CloneProfileTypeInfo()
local
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.h
543
void RestoreFuncMain0LexEnv(uint32_t
slotSize
)
in RestoreFuncMain0LexEnv()
argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
slow_runtime_stub.cpp
1104
uint32_t
slotSize
= functionHandle->GetCallTarget()->GetSlotSize();
in NotifyInlineCache()
local
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs-inl.h
1007
uint32_t
slotSize
= method->GetSlotSize();
in SetProfileTypeInfoCellToFunction()
local
H
A
D
runtime_stubs.cpp
1553
uint32_t
slotSize
= method->GetSlotSize();
in DEF_RUNTIME_STUBS()
local
1583
uint32_t
slotSize
= thisFunc->GetCallTarget()->GetSlotSize();
in DEF_RUNTIME_STUBS()
local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.cpp
627
size_t
slotSize
= fl.GetSlotSize();
in EmitInterpreterReturn()
local
1456
int32_t
slotSize
= PointerSize(GetGraph()->GetArch());
in CreateInterpreterReturnRestoreRegs()
local
Completed in 33 milliseconds