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:newAddr
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_profiler.cpp
234
objInfo->
newAddr
= objMem;
in ChunkDecoder()
312
auto
newAddr
= reinterpret_cast<uint64_t>(toItemInfo->second->
newAddr
);
in DecodeObj()
313
newAddr
= CheckAndAddWeak(value,
newAddr
);
in DecodeObj()
314
refVec->insert(
newAddr
);
in DecodeObj()
315
slot.Update(reinterpret_cast<TaggedObject *>(
newAddr
));
in DecodeObj()
320
auto jsHclassAddr = *reinterpret_cast<uint64_t *>(v->
newAddr
);
in DecodeObj()
326
TaggedObject *obj = reinterpret_cast<TaggedObject *>(v->
newAddr
);
in DecodeObj()
327
*reinterpret_cast<uint64_t *>(v->
newAddr
)
in DecodeObj()
[all...]
H
A
D
heap_profiler.h
88
char *
newAddr
;
member
H
A
D
heap_snapshot.cpp
1086
auto entryFrom = entryMap_.FindEntry(reinterpret_cast<JSTaggedType>(objInfo->
newAddr
));
in FillEdgesForBinMod()
1138
TaggedObject *root = reinterpret_cast<TaggedObject *>(objInfo->
newAddr
);
in AddSyntheticRootForBinMod()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H
A
D
ets_reference_processor.cpp
155
auto *
newAddr
= reinterpret_cast<ObjectHeader *>(markword.GetForwardingAddress());
in ProcessReferencesAfterCompaction()
156
weakRef->SetReferent(ark::ets::EtsObject::FromCoreType(
newAddr
));
in ProcessReferencesAfterCompaction()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H
A
D
global_object_storage.h
291
auto
newAddr
= reinterpret_cast<ObjectHeader *>(GetForwardAddress(obj));
in UpdateMovedRefs()
local
292
LOG(DEBUG, GC) << "Global ref update from: " << obj << " to: " <<
newAddr
;
in UpdateMovedRefs()
local
293
storage_[index] = ToUintPtr(
newAddr
);
in UpdateMovedRefs()
Completed in 5 milliseconds