HomeSort by relevance Sort by last modified time
    Searched defs:gc_map_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/
compiled_method.h 153 DCHECK(gc_map_ != nullptr);
154 return *gc_map_;
171 std::vector<uint8_t>* gc_map_; member in class:art::CompiledMethod
  /art/runtime/mirror/
art_method.h 276 return GetFieldPtr<uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, gc_map_), false);
279 SetFieldPtr<const uint8_t*>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, gc_map_), data, false);
419 const uint8_t* gc_map_; member in class:art::mirror::ArtMethod

Completed in 26 milliseconds