Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc755 static const bool kIsRange = false; in DoMethodHandleInvokeExact() local
756 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvokeExact()
760 static const bool kIsRange = true; in DoMethodHandleInvokeExact() local
761 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvokeExact()
772 static const bool kIsRange = false; in DoMethodHandleInvoke() local
773 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvoke()
777 static const bool kIsRange = true; in DoMethodHandleInvoke() local
778 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvoke()