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:objOffset
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
H
A
D
crossing_map.cpp
72
size_t
objOffset
= GetOffsetFromAddr(objAddr);
in AddObject()
local
77
<< " wasn't INITIALIZED. Initialize it with offset " <<
objOffset
;
in AddObject()
local
78
GetMapElement(firstMapNum)->SetInitialized(
objOffset
);
in AddObject()
82
<< " was CROSSED BORDER. Initialize it with offset " <<
objOffset
;
in AddObject()
local
83
GetMapElement(firstMapNum)->SetInitializedAndCrossedBorder(
objOffset
);
in AddObject()
86
if (GetMapElement(firstMapNum)->GetOffset() >
objOffset
) {
in AddObject()
89
<< " Initialize it with new offset " <<
objOffset
;
in AddObject()
local
90
GetMapElement(firstMapNum)->SetInitializedAndCrossedBorder(
objOffset
);
in AddObject()
94
if (GetMapElement(firstMapNum)->GetOffset() >
objOffset
) {
in AddObject()
97
<< " Initialize it with new offset " <<
objOffset
;
in AddObject()
local
153
size_t
objOffset
= GetOffsetFromAddr(objAddr);
RemoveObject()
local
243
void *
objOffset
= FindObjInMap(i);
FindFirstObject()
local
245
LOG_CROSSING_MAP(DEBUG) << "Found first object in this interval with addr " << std::hex <<
objOffset
;
FindFirstObject()
local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
object_helpers-inl.h
46
uint32_t
objOffset
= ToUintPtr(cls) + offset - ToUintPtr(object);
in TraverseClass()
local
49
i++, offset += ClassHelper::OBJECT_POINTER_SIZE,
objOffset
+= ClassHelper::OBJECT_POINTER_SIZE) {
in TraverseClass()
55
[[maybe_unused]] bool res = handler(object, fieldObject,
objOffset
, isVolatile);
in TraverseClass()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H
A
D
snapshot_processor.cpp
1869
size_t
objOffset
= newObj - ToUintPtr(currentRegion);
in EncodeTaggedObject()
local
1871
encodeBit.SetObjectOffsetInRegion(
objOffset
);
in EncodeTaggedObject()
Completed in 5 milliseconds