Searched defs:klass_ (Results 1 – 5 of 5) sorted by relevance
/art/runtime/mirror/ | ||
D | object.h | 586 HeapReference<Class> klass_; variable |
/art/runtime/gc/ | ||
D | allocation_record.h | 195 GcRoot<mirror::Class> klass_; variable |
/art/runtime/jit/ | ||
D | jit.cc | 585 jobject klass_; member in art::jit::FINAL |
/art/runtime/verifier/ | ||
D | reg_type.h | 294 mutable GcRoot<mirror::Class> klass_; // Non-const only due to moving classes. variable |
/art/runtime/ | ||
D | class_linker.cc | 5607 Handle<mirror::Class> klass_; member in art::LinkVirtualHashTable |