Searched refs:UnstartedClassForNameCommon (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.h | 92 static void UnstartedClassForNameCommon(Thread* self,
|
H A D | unstarted_runtime.cc | 212 void UnstartedRuntime::UnstartedClassForNameCommon(Thread* self, in UnstartedClassForNameCommon() function in art::interpreter::UnstartedRuntime 254 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, /*long_form=*/ false); in UnstartedClassForName() 259 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, /*long_form=*/ true); in UnstartedClassForNameLong() 278 UnstartedClassForNameCommon(self, shadow_frame, result, arg_offset, /*long_form=*/ true); in UnstartedClassClassForName()
|