Home
last modified time | relevance | path

Searched refs:UnstartedClassForNameCommon (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dunstarted_runtime.h93 static void UnstartedClassForNameCommon(Thread* self,
Dunstarted_runtime.cc204 void UnstartedRuntime::UnstartedClassForNameCommon(Thread* self, in UnstartedClassForNameCommon() function in art::interpreter::UnstartedRuntime
249 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, false, "Class.forName"); in UnstartedClassForName()
254 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, true, "Class.forName"); in UnstartedClassForNameLong()
273 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, true, "Class.classForName"); in UnstartedClassClassForName()