Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc1011 std::string found_caller = ArtMethod::PrettyMethod(shadow_frame->GetLink()->GetMethod()); in CheckCallers() local
1012 if (allowed_caller != found_caller) { in CheckCallers()