Searched refs:UnstartedClassForNameCommon (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | unstarted_runtime.h | 93 static void UnstartedClassForNameCommon(Thread* self,
|
D | unstarted_runtime.cc | 227 void UnstartedRuntime::UnstartedClassForNameCommon(Thread* self, in UnstartedClassForNameCommon() function in art::interpreter::UnstartedRuntime 268 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, /*long_form=*/ false); in UnstartedClassForName() 273 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, /*long_form=*/ true); in UnstartedClassForNameLong() 292 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, /*long_form=*/ true); in UnstartedClassClassForName()
|