Searched refs:gc_map_offset (Results 1 - 7 of 7) sorted by relevance

/art/runtime/mirror/
H A Dart_method-inl.h170 inline void ArtMethod::SetOatNativeGcMapOffset(uint32_t gc_map_offset) { argument
172 SetNativeGcMap(reinterpret_cast<uint8_t*>(gc_map_offset));
H A Dart_method.h283 void SetOatNativeGcMapOffset(uint32_t gc_map_offset);
/art/runtime/
H A Doat.h117 uint32_t gc_map_offset);
H A Doat.cc292 uint32_t gc_map_offset
300 gc_map_offset_(gc_map_offset)
H A Doat_file.cc427 const uint32_t gc_map_offset)
435 native_gc_map_offset_(gc_map_offset) {
420 OatMethod(const byte* base, const uint32_t code_offset, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, const uint32_t mapping_table_offset, const uint32_t vmap_table_offset, const uint32_t gc_map_offset) argument
H A Doat_file.h120 const uint32_t gc_map_offset);
/art/compiler/
H A Doat_writer.cc287 uint32_t gc_map_offset = 0; local
357 gc_map_offset = (gc_map_size == 0) ? 0 : offset;
381 gc_map_offset = gc_map_iter->second;
383 gc_map_offsets_.Put(&gc_map, gc_map_offset);
396 gc_map_offset);
418 method->SetOatNativeGcMapOffset(gc_map_offset);

Completed in 2841 milliseconds