HomeSort by relevance Sort by last modified time
    Searched refs:UnstartedClassForNameCommon (Results 1 - 2 of 2) sorted by null

  /art/runtime/interpreter/
unstarted_runtime.h 92 static void UnstartedClassForNameCommon(Thread* self,
unstarted_runtime.cc 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");
    [all...]

Completed in 76 milliseconds