Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h491 return (*code_info_data & kIsDebuggable) != 0; in IsDebuggable()
544 kIsDebuggable = 1 << 2, enumerator
/art/compiler/optimizing/
Dstack_map_stream.cc379 flags |= debuggable_ ? CodeInfo::kIsDebuggable : 0; in Encode()