Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java42 enum State { enum in StreamConsumer
/art/runtime/
Dsubtype_check_info.h127 enum State { enum
Dsubtype_check_test.cc655 std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>> transitions) { in EnsureStateChangedTestRecursive()
677 std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>> transitions) { in EnsureStateChangedTest()
/art/runtime/gc/space/
Dregion_space.h317 RegionState State() const { in State() function