Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc811 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
815 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
819 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
H A Dunstarted_runtime.cc456 void UnstartedRuntime::UnstartedClassGetDeclaringClass( in UnstartedClassGetDeclaringClass() function in art::interpreter::UnstartedRuntime