Searched defs:GetQuickInvokedMethod (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc688 return GetQuickInvokedMethod(inst, register_line, is_range, false);
4122 ArtMethod* MethodVerifier::GetQuickInvokedMethod(const Instruction* inst, RegisterLine* reg_line, function in class:art::MethodVerifier
4174 ArtMethod* res_method = GetQuickInvokedMethod(inst, work_line_.get(), is_range, false);

Completed in 14 milliseconds