Searched refs:MakeInterpreted (Results 1 – 4 of 4) sorted by relevance
94 void MakeInterpreted(ObjPtr<mirror::Class> klass)
103 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Class;")); in ReflectionTestMakeInterpreted()104 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Object;")); in ReflectionTestMakeInterpreted()111 MakeInterpreted(c); in ReflectionTestMakeInterpreted()
395 void CommonRuntimeTestImpl::MakeInterpreted(ObjPtr<mirror::Class> klass) { in MakeInterpreted() function in art::CommonRuntimeTestImpl
2267 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Class;")); in TEST_F()2268 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Object;")); in TEST_F()2269 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/DirectByteBuffer;")); in TEST_F()2270 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Bits;")); in TEST_F()2271 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/MappedByteBuffer;")); in TEST_F()2272 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/ByteBuffer;")); in TEST_F()2273 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Buffer;")); in TEST_F()