Home | History | Annotate | Download | only in interpreter

Lines Matching full:classname

767 static void UnstartedRuntimeFindClass(Thread* self, Handle<mirror::String> className,
772 CHECK(className.Get() != nullptr);
773 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str()));