Searched refs:sub_sub (Results 1 - 2 of 2) sorted by last modified time

/art/test/004-JniTest/
H A Djni_test.cc508 jobject sub_sub = CallConstructor(sub_, sub_constructor_); local
523 CHECK(env_->IsInstanceOf(sub_sub, super_));
524 CHECK(env_->IsInstanceOf(sub_sub, sub_));
/art/compiler/optimizing/
H A Dload_store_elimination.cc552 HInstruction* sub_sub = FindSubstitute(substitute); local
553 while (sub_sub != substitute) {
554 substitute = sub_sub;
555 sub_sub = FindSubstitute(substitute);

Completed in 117 milliseconds