Home
last modified time | relevance | path

Searched defs:State (Results 1 – 5 of 5) sorted by relevance

/art/perfetto_hprof/
Dperfetto_hprof.h24 enum class State { enum
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java42 enum State { enum in StreamConsumer
/art/runtime/
Dsubtype_check_info.h127 enum State { enum
Dsubtype_check_test.cc657 const std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>>& transitions) { in EnsureStateChangedTestRecursive()
681 const std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>>& transitions) { in EnsureStateChangedTest()
/art/runtime/gc/space/
Dregion_space.h423 RegionState State() const { in State() function