Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc559 bool stack_alignment_exception = ((sp() & 0xf) != 0); in DoRuntimeCall() local
560 if (stack_alignment_exception) { in DoRuntimeCall()