Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc1708 uint64_t long_input = args[0] | (static_cast<uint64_t>(args[1]) << 32); in UnstartedJNIDoubleLongBitsToDouble() local
1709 result->SetD(bit_cast<double>(long_input)); in UnstartedJNIDoubleLongBitsToDouble()