OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompressedReference
(Results
26 - 36
of
36
) sorted by null
1
2
/art/runtime/gc/space/
image_space.cc
724
ALWAYS_INLINE void VisitRootIfNonNull(mirror::
CompressedReference
<mirror::Object>* root) const
731
ALWAYS_INLINE void VisitRoot(mirror::
CompressedReference
<mirror::Object>* root) const
753
mirror::
CompressedReference
<mirror::Object>* root ATTRIBUTE_UNUSED) const {}
755
ALWAYS_INLINE void VisitRoot(mirror::
CompressedReference
<mirror::Object>* root ATTRIBUTE_UNUSED)
[
all
...]
/art/runtime/
stack.h
66
class MANAGED StackReference : public mirror::
CompressedReference
<MirrorType> {
/art/runtime/hprof/
hprof.cc
[
all
...]
/art/compiler/
image_writer.cc
[
all
...]
/art/runtime/gc/
heap.cc
[
all
...]
/art/patchoat/
patchoat.cc
531
void VisitRoots(mirror::
CompressedReference
<mirror::Object>** roots, size_t count,
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
/art/compiler/optimizing/
code_generator_arm64.cc
[
all
...]
code_generator_arm.cc
[
all
...]
code_generator_x86.cc
[
all
...]
code_generator_x86_64.cc
[
all
...]
Completed in 657 milliseconds
1
2