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

/art/compiler/dex/
H A Dverified_method.cc218 method_verifier->GetQuickInvokedMethod(inst, line, is_range_quick, true);
/art/runtime/verifier/
H A Dmethod_verifier.h254 ArtMethod* GetQuickInvokedMethod(const Instruction* inst, RegisterLine* reg_line,
H A Dmethod_verifier.cc524 return GetQuickInvokedMethod(inst, register_line, is_range, false);
3526 ArtMethod* MethodVerifier::GetQuickInvokedMethod(const Instruction* inst, RegisterLine* reg_line, function in class:art::verifier::MethodVerifier
3578 ArtMethod* res_method = GetQuickInvokedMethod(inst, work_line_.get(), is_range, false);

Completed in 30 milliseconds