Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc923 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
927 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
931 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
Dunstarted_runtime.cc464 void UnstartedRuntime::UnstartedClassGetDeclaringClass( in UnstartedClassGetDeclaringClass() function in art::interpreter::UnstartedRuntime