Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8config.h429 # define V8_ASSUME_ALIGNED(ptr, alignment) \ macro
432 # define V8_ASSUME_ALIGNED(ptr, alignment) (ptr) macro
/third_party/node/deps/v8/src/common/
Dptr-compr-inl.h24 ret = reinterpret_cast<Address>(V8_ASSUME_ALIGNED( in address()