Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc399 static const bool kIsRange = false; in DoMethodHandleInvokeExact() local
400 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvokeExact()
404 static const bool kIsRange = true; in DoMethodHandleInvokeExact() local
405 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvokeExact()
416 static const bool kIsRange = false; in DoMethodHandleInvoke() local
417 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvoke()
421 static const bool kIsRange = true; in DoMethodHandleInvoke() local
422 return DoMethodHandleInvokeCommon<kIsRange>( in DoMethodHandleInvoke()