OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_root
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
image-inl.h
28
inline mirror::Object* ImageHeader::GetImageRoot(ImageRoot
image_root
) const {
30
return image_roots->Get<kVerifyNone, kReadBarrierOption>(static_cast<int32_t>(
image_root
));
image.h
225
mirror::Object* GetImageRoot(ImageRoot
image_root
) const
/art/oatdump/
oatdump.cc
1317
ImageHeader::ImageRoot
image_root
= static_cast<ImageHeader::ImageRoot>(i);
local
1356
auto
image_root
= static_cast<ImageHeader::ImageMethod>(i);
local
[
all
...]
/art/runtime/gc/collector/
concurrent_copying.cc
369
mirror::ObjectArray<mirror::Object>*
image_root
= image->GetImageHeader().GetImageRoots();
local
370
mirror::Object* marked_image_root = Mark(
image_root
);
371
CHECK_EQ(
image_root
, marked_image_root) << "An image object does not move";
[
all
...]
Completed in 458 milliseconds