Home
last modified time | relevance | path

Searched refs:kNoSameDexMapFound (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc37 current_entry_.same_dex_register_map_as_ = kNoSameDexMapFound; in BeginStackMapEntry()
172 if (entry.same_dex_register_map_as_ == kNoSameDexMapFound) { in ComputeDexRegisterMapsSize()
243 if (entry.same_dex_register_map_as_ != kNoSameDexMapFound) { in FillIn()
315 return kNoSameDexMapFound; in FindEntryWithTheSameDexMap()
326 return kNoSameDexMapFound; in FindEntryWithTheSameDexMap()
Dstack_map_stream.h169 static constexpr uint32_t kNoSameDexMapFound = -1; variable