Searched refs:states (Results 1 – 6 of 6) sorted by relevance
/art/test/924-threads/src/art/ |
D | Test924.java | 407 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/ |
D | DominatorsTest.java | 33 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/ |
D | expected.txt | 79 Single call with PopFrame on RedefineTestObject { states: [] current: ORIGINAL } base-call-count: 0 80 result is RedefineTestObject { states: [ORIGINAL, REDEFINED] current: REDEFINED } base-call count: 1
|
/art/test/1954-pop-frame-jit/ |
D | expected.txt | 99 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/ |
D | expected.txt | 99 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/ |
D | expected.txt | 99 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
|