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:extSz
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
frame_test.cpp
56
uint32_t
extSz
= EMPTY_EXT_FRAME_DATA_SIZE;
in CreateFrame()
local
H
A
D
debugger_test.cpp
70
uint32_t
extSz
= EMPTY_EXT_FRAME_DATA_SIZE;
in CreateFrame()
local
H
A
D
interpreter_test.cpp
2726
uint32_t
extSz
= CORE_EXT_FRAME_DATA_SIZE;
in CreateFrameWithSize()
local
2791
size_t
extSz
= CORE_EXT_FRAME_DATA_SIZE;
in DEATH_TEST_F()
local
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
heap_manager.cpp
267
Frame *HeapManager::AllocateExtFrame(size_t size, size_t
extSz
)
in AllocateExtFrame()
argument
307
void HeapManager::FreeExtFrame(Frame *frame, size_t
extSz
)
in FreeExtFrame()
argument
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H
A
D
test_runtime_interface.h
402
uint32_t
extSz
= EMPTY_EXT_FRAME_DATA_SIZE;
in CreateFrame()
local
412
uint32_t
extSz
= EMPTY_EXT_FRAME_DATA_SIZE;
in CreateFrameWithActualArgsAndSize()
local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
frame.h
120
ALWAYS_INLINE static void *ToExt(Frame *frame, size_t
extSz
)
in ToExt()
argument
125
ALWAYS_INLINE static Frame *FromExt(void *ext, size_t
extSz
)
in FromExt()
argument
222
ALWAYS_INLINE static inline size_t GetAllocSize(size_t size, uint32_t
extSz
)
in GetAllocSize()
argument
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
517
uint32_t
extSz
= EMPTY_EXT_FRAME_DATA_SIZE;
in CreateFrameWithSize()
local
533
uint32_t
extSz
= thread->GetVM()->GetFrameExtSize();
in CreateFrameWithActualArgsAndSize()
local
545
uint32_t
extSz
= EMPTY_EXT_FRAME_DATA_SIZE;
in CreateNativeFrameWithActualArgsAndSize()
local
[all...]
Completed in 11 milliseconds