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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1199 static constexpr bool kAlignLongOnStack = true; member in class:art::BuildNativeCallFrameStateMachine
1211 static constexpr bool kAlignLongOnStack = false;
1223 static constexpr bool kAlignLongOnStack = true;
1236 static constexpr bool kAlignLongOnStack = false;
1249 static constexpr bool kAlignLongOnStack = false;
1261 static constexpr bool kAlignLongOnStack = false;
1343 kAlignLongOnStack && // and when it needs alignment
1349 kAlignLongOnStack && // and when it needs 8B alignment

Completed in 46 milliseconds