Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GcRoot

53 class GcRoot;
1378 // reference (`mirror::Object*`), but a `GcRoot<mirror::Object>*`;
1393 CheckEntrypointTypes<kQuickReadBarrierForRootSlow, mirror::Object*, GcRoot<mirror::Object>*>();
4915 // /* GcRoot<mirror::Class> */ out = current_method->declaring_class_
4956 // /* GcRoot<mirror::Class> */ out = *(base_address + offset) /* PC-relative */
5104 // /* GcRoot<mirror::String> */ out = *(base_address + offset) /* PC-relative */
5940 // GcRoot<mirror::Object> root = *(obj+offset); // Original reference load.
5971 // GcRoot<mirror::Object> root = *(obj+offset); // Original reference load.
5984 // /* GcRoot<mirror::Object> */ root = *(obj + offset)
5991 sizeof(mirror::CompressedReference<mirror::Object>) == sizeof(GcRoot<mirror::Object>),
5992 "art::mirror::CompressedReference<mirror::Object> and art::GcRoot<mirror::Object> "
6004 // /* GcRoot<mirror::Object>* */ root = obj + offset
6015 // /* GcRoot<mirror::Object> */ root = *(obj + offset)
6476 reinterpret_cast<uintptr_t>(roots_data) + index_in_table * sizeof(GcRoot<mirror::Object>);