Searched defs:gc_map_length (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/portable/
H A Dportable_thread_entrypoints.cc39 uint32_t gc_map_length = static_cast<uint32_t>((gc_map[0] << 24) | local
43 verifier::DexPcToReferenceMap dex_gc_map(gc_map + 4, gc_map_length);
/art/runtime/
H A Dthread.cc2028 uint32_t gc_map_length = static_cast<uint32_t>((gc_map[0] << 24) | local
2032 verifier::DexPcToReferenceMap dex_gc_map(gc_map + 4, gc_map_length);

Completed in 170 milliseconds