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:fieldAddr
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
H
A
D
gc_marker_dynamic-inl.h
44
auto *
fieldAddr
= reinterpret_cast<std::atomic<TaggedType> *>(startAddr + fieldOffset);
in HandleObject()
local
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
base_serializer.cpp
346
auto
fieldAddr
= slot.SlotAddress();
in SerializeInObjField()
local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H
A
D
snapshot_processor.cpp
1480
auto
fieldAddr
= reinterpret_cast<double *>(slot.SlotAddress());
in VisitObjectBodyWithRep()
local
1485
auto
fieldAddr
= reinterpret_cast<JSTaggedType *>(slot.SlotAddress());
in VisitObjectBodyWithRep()
local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
encode_visitor.cpp
1348
auto
fieldAddr
= graph->GetRuntime()->GetUnresolvedTypes()->GetTableSlot(method, typeId, slotKind);
in VisitResolveObjectFieldStatic()
local
1369
auto
fieldAddr
= enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(0), DataType::REFERENCE);
in VisitLoadResolvedObjectFieldStatic()
local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
646
auto
fieldAddr
= reinterpret_cast<uint32_t *>(reinterpret_cast<uintptr_t>(classPtr) + field->GetOffset());
in UnresolvedStoreStaticBarrieredEntrypoint()
local
/arkcompiler/ets_runtime/ecmascript/
H
A
D
object_factory.cpp
209
auto *
fieldAddr
= reinterpret_cast<JSTaggedType *>(addr + i * JSTaggedValue::TaggedTypeSize());
in InitObjectFields()
local
Completed in 23 milliseconds