Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1536 PushFpr8(UINT64_C(0xFFFFFFFF00000000) | static_cast<uint64_t>(val)); in AdvanceFloat()
1539 PushFpr8(static_cast<uint64_t>(val)); in AdvanceFloat()
1578 PushFpr8(val); in AdvanceDouble()
1619 void PushFpr8(uint64_t val) { in PushFpr8() function in art::BuildNativeCallFrameStateMachine
1620 delegate_->PushFpr8(val); in PushFpr8()
1703 void PushFpr8(uint64_t /* val */) { in PushFpr8() function in art::ComputeNativeCallFrameSize
1808 void PushFpr8(uint64_t val) { in PushFpr8() function in art::FillNativeCall