Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GcRoot

39 class GcRoot;
898 CheckEntrypointTypes<kQuickReadBarrierForRootSlow, mirror::Object*, GcRoot<mirror::Object>*>();
6124 // /* GcRoot<mirror::Class> */ out = current_method->declaring_class_
6162 // /* GcRoot<mirror::Class> */ out = *address
6298 // /* GcRoot<mirror::String> */ out = *address /* PC-relative */
6311 // /* GcRoot<mirror::String> */ out = *address
7134 // /* GcRoot<mirror::Object> */ root = *address
7140 sizeof(mirror::CompressedReference<mirror::Object>) == sizeof(GcRoot<mirror::Object>),
7141 "art::mirror::CompressedReference<mirror::Object> and art::GcRoot<mirror::Object> "
7162 // /* GcRoot<mirror::Object>* */ root = address
7172 // /* GcRoot<mirror::Object> */ root = *address
7791 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>);