Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc434 static const bool kIsRange = false; in DoMethodHandleInvokeExact() local
435 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvokeExact()
439 static const bool kIsRange = true; in DoMethodHandleInvokeExact() local
440 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvokeExact()
451 static const bool kIsRange = false; in DoMethodHandleInvoke() local
452 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvoke()
456 static const bool kIsRange = true; in DoMethodHandleInvoke() local
457 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvoke()