Home | History | Annotate | Download | only in interpreter

Lines Matching refs:UnstartedClassForNameCommon

178 void UnstartedRuntime::UnstartedClassForNameCommon(Thread* self,
222 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, false, "Class.forName");
227 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, true, "Class.forName");
232 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, true, "Class.classForName");