Searched refs:MakeInterpreted (Results 1 – 4 of 4) sorted by relevance
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()
112 void MakeInterpreted(ObjPtr<mirror::Class> klass)
387 void CommonRuntimeTestImpl::MakeInterpreted(ObjPtr<mirror::Class> klass) { in MakeInterpreted() function in art::CommonRuntimeTestImpl
2370 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Class;")); in TEST_F()2371 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Object;")); in TEST_F()2372 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/DirectByteBuffer;")); in TEST_F()2373 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Bits;")); in TEST_F()2374 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/MappedByteBuffer;")); in TEST_F()2375 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/ByteBuffer;")); in TEST_F()2376 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Buffer;")); in TEST_F()