Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1615 PushFpr8(bit_cast<uint64_t, double>(val)); in AdvanceFloat()
1618 PushFpr8(static_cast<uint64_t>(bit_cast<uint32_t, float>(val))); in AdvanceFloat()
1663 PushFpr8(val); in AdvanceDouble()
1702 void PushFpr8(uint64_t val) { in PushFpr8() function in art::BuildNativeCallFrameStateMachine
1703 delegate_->PushFpr8(val); in PushFpr8()
1793 void PushFpr8(uint64_t /* val */) { in PushFpr8() function in art::ComputeNativeCallFrameSize
1918 void PushFpr8(uint64_t val) { in PushFpr8() function in art::FillNativeCall