Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc639 bool stack_alignment_exception = ((sp() & 0xF) != 0); in DoRuntimeCall() local
640 if (stack_alignment_exception) { in DoRuntimeCall()