Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1763 PushFpr8(bit_cast<uint64_t, double>(val)); in AdvanceFloat()
1766 PushFpr8(static_cast<uint64_t>(bit_cast<uint32_t, float>(val))); in AdvanceFloat()
1811 PushFpr8(val); in AdvanceDouble()
1850 void PushFpr8(uint64_t val) { in PushFpr8() function in art::BuildNativeCallFrameStateMachine
1851 delegate_->PushFpr8(val); in PushFpr8()
1966 void PushFpr8(uint64_t /* val */) { in PushFpr8() function in art::ComputeNativeCallFrameSize
2118 void PushFpr8(uint64_t val) { in PushFpr8() function in art::FillNativeCall