Searched refs:GetCodeAndMethodForDirectCall (Results 1 – 3 of 3) sorted by relevance
/art/compiler/driver/ |
D | compiler_driver-inl.h | 246 GetCodeAndMethodForDirectCall(/*out*/invoke_type, in IsFastInvoke() 282 GetCodeAndMethodForDirectCall(/*out*/invoke_type, in IsFastInvoke() 304 GetCodeAndMethodForDirectCall(/*out*/invoke_type, in IsFastInvoke()
|
D | compiler_driver.h | 692 void GetCodeAndMethodForDirectCall(/*out*/InvokeType* type,
|
D | compiler_driver.cc | 1156 void CompilerDriver::GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType sharp_type, in GetCodeAndMethodForDirectCall() function in art::CompilerDriver 1326 … GetCodeAndMethodForDirectCall(invoke_type, *invoke_type, false, referrer_class, resolved_method, in ComputeInvokeInfo()
|