Home
last modified time | relevance | path

Searched refs:states (Results 1 – 6 of 6) sorted by relevance

/art/test/924-threads/src/art/
DTest924.java407 Map<Integer, Integer> states = new HashMap<>(); in printMajorityThreadState() local
410 states.put(cur_state, states.getOrDefault(cur_state, 0) + 1); in printMajorityThreadState()
415 for (Map.Entry<Integer, Integer> e : states.entrySet()) { in printMajorityThreadState()
/art/tools/ahat/src/test/com/android/ahat/
DDominatorsTest.java33 private Map<String, Object> states = new HashMap<>(); field in DominatorsTest.Graph
39 states.put(node, state); in setDominatorsComputationState()
43 return states.get(node); in getDominatorsComputationState()
/art/test/1953-pop-frame/
Dexpected.txt65 Single call with PopFrame on RedefineTestObject { states: [] current: ORIGINAL } base-call-count: 0
66 result is RedefineTestObject { states: [ORIGINAL, REDEFINED] current: REDEFINED } base-call count: 1
/art/test/1954-pop-frame-jit/
Dexpected.txt99 Single call with PopFrame on RedefineTestObject { states: [] current: ORIGINAL } base-call-count: 0
100 result is RedefineTestObject { states: [ORIGINAL, REDEFINED] current: REDEFINED } base-call count: 1
/art/test/1955-pop-frame-jit-called/
Dexpected.txt99 Single call with PopFrame on RedefineTestObject { states: [] current: ORIGINAL } base-call-count: 0
100 result is RedefineTestObject { states: [ORIGINAL, REDEFINED] current: REDEFINED } base-call count: 1
/art/test/1956-pop-frame-jit-calling/
Dexpected.txt99 Single call with PopFrame on RedefineTestObject { states: [] current: ORIGINAL } base-call-count: 0
100 result is RedefineTestObject { states: [ORIGINAL, REDEFINED] current: REDEFINED } base-call count: 1