Searched refs:transitions (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | subtype_check_test.cc | 657 const std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>>& transitions) { in EnsureStateChangedTestRecursive() argument 664 transitions[cur_depth].first, in EnsureStateChangedTestRecursive() 665 transitions[cur_depth].second); in EnsureStateChangedTestRecursive() 674 EnsureStateChangedTestRecursive(child, cur_depth + 1u, total_depth, transitions); in EnsureStateChangedTestRecursive() 681 const std::vector<std::pair<SubtypeCheckInfo::State, SubtypeCheckInfo::State>>& transitions) { in EnsureStateChangedTest() argument 682 ASSERT_EQ(depth, transitions.size()); in EnsureStateChangedTest() 684 EnsureStateChangedTestRecursive(root, /*cur_depth=*/0u, depth, transitions); in EnsureStateChangedTest() 688 auto transitions = [](MockClass* kls) { in TEST_F() local 733 EnsureStateChangedTestRecursiveGeneric(root_, 0u, kMaxDepthForThisTest, transitions, expected); in TEST_F() 760 auto transitions = [](MockClass* kls) { in TEST_F() local [all …]
|
D | mutator_gc_coord.md | 39 executing native code. This makes the transitions to and from running native JNI 40 code somewhat expensive (see below). But these transitions are necessary to 43 `@CriticalNative` calls avoid these transitions, instead allowing the thread to 76 data structures, performing the above transitions in the opposite order. 78 perform those transitions in the reverse order from `ScopedThreadSuspension`.
|
/art/test/821-many-args/ |
D | info.txt | 1 Test for doing nterp -> compiled code transitions in the fast path.
|