Home
last modified time | relevance | path

Searched refs:GcMapBuilder (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dgc_map_builder.h27 class GcMapBuilder {
30 GcMapBuilder(std::vector<uint8_t, Alloc>* table, size_t entries, uint32_t max_native_offset, in GcMapBuilder() function
/art/compiler/dex/quick/
Dcodegen_util.cc818 GcMapBuilder native_gc_map_builder(&native_gc_map_, in CreateNativeGcMap()
866 GcMapBuilder native_gc_map_builder(&native_gc_map_, in CreateNativeGcMapWithoutRegisterPromotion()
/art/compiler/optimizing/
Dcode_generator.cc497 GcMapBuilder builder(data, pc_infos_.Size(), max_native_offset, dex_gc_map.RegWidth()); in BuildNativeGCMap()