Searched defs:kAlignLongOnStack (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1288 static constexpr bool kAlignLongOnStack = true; member in class:art::BuildNativeCallFrameStateMachine
1300 static constexpr bool kAlignLongOnStack = false;
1312 static constexpr bool kAlignLongOnStack = true;
1325 static constexpr bool kAlignLongOnStack = false;
1338 static constexpr bool kAlignLongOnStack = false;
1350 static constexpr bool kAlignLongOnStack = false;
1432 kAlignLongOnStack && // and when it needs alignment
1438 kAlignLongOnStack && // and when it needs 8B alignment

Completed in 29 milliseconds