Searched refs:is_referrer (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | inliner.h | 146 bool is_referrer,
|
D | inliner.cc | 401 bool is_referrer = in TryInlineMonomorphicCall() local 407 is_referrer, in TryInlineMonomorphicCall() 427 bool is_referrer, in AddTypeGuard() argument 440 is_referrer, in AddTypeGuard() 505 bool is_referrer = (ic.GetTypeAt(i) == outermost_graph_->GetArtMethod()->GetDeclaringClass()); in TryInlinePolymorphicCall() local 518 receiver, cursor, bb_cursor, class_index, is_referrer, invoke_instruction, deoptimize); in TryInlinePolymorphicCall()
|