Searched refs:MakeInterpreted (Results 1 – 4 of 4) sorted by relevance
102 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Class;")); in ReflectionTestMakeInterpreted()103 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Object;")); in ReflectionTestMakeInterpreted()110 MakeInterpreted(c); in ReflectionTestMakeInterpreted()
113 void MakeInterpreted(ObjPtr<mirror::Class> klass)
412 void CommonRuntimeTestImpl::MakeInterpreted(ObjPtr<mirror::Class> klass) { in MakeInterpreted() function in art::CommonRuntimeTestImpl
2384 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Class;")); in TEST_F()2385 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Object;")); in TEST_F()2386 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/DirectByteBuffer;")); in TEST_F()2387 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Bits;")); in TEST_F()2388 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/MappedByteBuffer;")); in TEST_F()2389 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/ByteBuffer;")); in TEST_F()2390 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Buffer;")); in TEST_F()