Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc814 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
818 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
822 UnstartedClassGetDeclaringClass(self, shadow_frame.get(), &result, 0); in TEST_F()
Dunstarted_runtime.cc455 void UnstartedRuntime::UnstartedClassGetDeclaringClass( in UnstartedClassGetDeclaringClass() function in art::interpreter::UnstartedRuntime