Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc686 static int64_t NanBoxResultIfNeeded(int64_t result, char result_shorty) { in NanBoxResultIfNeeded() argument
687 return (QuickArgumentVisitor::NaNBoxing() && result_shorty == 'F') in NanBoxResultIfNeeded()