Searched defs:old_status (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dtransaction_test.cc68 mirror::Class::Status old_status = h_klass->GetStatus(); local
87 ASSERT_EQ(old_status, h_klass->GetStatus());
/art/runtime/mirror/
H A Dclass.cc60 Status old_status = h_this->GetStatus(); local
64 if (UNLIKELY(new_status <= old_status && new_status != kStatusError &&
67 << " " << old_status << " -> " << new_status;
69 if (new_status >= kStatusResolved || old_status >= kStatusResolved) {
73 << PrettyClass(h_this.Get()) << " " << old_status << " -> " << new_status;
135 if (old_status >= kStatusResolved || new_status >= kStatusResolved) {
/art/compiler/driver/
H A Dcompiler_driver.cc2056 const mirror::Class::Status old_status = klass->GetStatus(); local
2079 CHECK_EQ(old_status, klass->GetStatus()) << "Previous class status not restored";

Completed in 83 milliseconds