Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-constants-aarch64.h148 const unsigned kRuntimeCallAddressSize = sizeof(uintptr_t); variable
150 kRuntimeCallWrapperOffset + kRuntimeCallAddressSize;
152 kRuntimeCallFunctionOffset + kRuntimeCallAddressSize;
Dsimulator-aarch64.cc5349 VIXL_STATIC_ASSERT(kRuntimeCallAddressSize == sizeof(uintptr_t)); in DoRuntimeCall()