Home
last modified time | relevance | path

Searched refs:transitions (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dsubtype_check_test.cc657 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 …]
Dmutator_gc_coord.md39 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/
Dinfo.txt1 Test for doing nterp -> compiled code transitions in the fast path.