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
refs:GP_ARG_NUM_BYTES
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H
A
D
ets_napi_helpers.cpp
171
Span<uint8_t> inGprArgs(inRegsArgs, ExtArchTraits::
GP_ARG_NUM_BYTES
);
in EtsNapiBeginCritical()
175
Span<uint8_t> outGprArgs(outArgs, ExtArchTraits::
GP_ARG_NUM_BYTES
);
in EtsNapiBeginCritical()
248
auto outRegsArgs = inRegsArgs - ExtArchTraits ::FP_ARG_NUM_BYTES - ExtArchTraits ::
GP_ARG_NUM_BYTES
;
in EtsNapiBegin()
254
Span<uint8_t> inGprArgs(inRegsArgs, ExtArchTraits::
GP_ARG_NUM_BYTES
);
in EtsNapiBegin()
258
Span<uint8_t> outGprArgs(outRegsArgs, ExtArchTraits::
GP_ARG_NUM_BYTES
);
in EtsNapiBegin()
407
Span<uint8_t> gprArgs(regArgs, ExtArchTraits::
GP_ARG_NUM_BYTES
);
in EtsAsyncCall()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
invokation_helper.h
88
PandaVector<uint8_t> gprData(arch::ExtArchTraits<RUNTIME_ARCH>::
GP_ARG_NUM_BYTES
);
in InvokeEntryPoint()
117
PandaVector<uint8_t> gprData(arch::ExtArchTraits<RUNTIME_ARCH>::
GP_ARG_NUM_BYTES
);
in InvokeEntryPoint()
140
PandaVector<uint8_t> gprData(arch::ExtArchTraits<RUNTIME_ARCH>::
GP_ARG_NUM_BYTES
);
in InvokeDynEntryPoint()
/arkcompiler/runtime_core/static_core/runtime/arch/
H
A
D
helpers.h
148
static constexpr size_t
GP_ARG_NUM_BYTES
= NUM_GP_ARG_REGS * ArchTraits<Arch::AARCH32>::POINTER_SIZE;
member
162
static constexpr size_t
GP_ARG_NUM_BYTES
= NUM_GP_ARG_REGS * ArchTraits<Arch::AARCH32>::POINTER_SIZE;
member
177
static constexpr size_t
GP_ARG_NUM_BYTES
= NUM_GP_ARG_REGS * ArchTraits<Arch::AARCH64>::POINTER_SIZE;
member
191
static constexpr size_t
GP_ARG_NUM_BYTES
= NUM_GP_ARG_REGS * ArchTraits<Arch::X86_64>::POINTER_SIZE;
member
260
if (gprArgSize_ < ExtArchTraits<A>::
GP_ARG_NUM_BYTES
) {
in Count()
280
return RoundUp(ExtArchTraits<A>::FP_ARG_NUM_BYTES + ExtArchTraits<A>::
GP_ARG_NUM_BYTES
+ stackSize_,
in GetStackSpaceSize()
328
if (gpArgBytesRead_ < ExtArchTraits<A>::
GP_ARG_NUM_BYTES
) {
in ReadPtr()
383
if (gpArgBytesWritten_ < ExtArchTraits<A>::
GP_ARG_NUM_BYTES
) {
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H
A
D
call_js.cpp
29
Span<uint8_t> inGprArgs(args, arch::ExtArchTraits<RUNTIME_ARCH>::
GP_ARG_NUM_BYTES
);
in CreateProxyBridgeArgReader()
Completed in 4 milliseconds