Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h294 inline void ReadEx(uintptr_t address, T* value) { in ReadEx() function
346 inline type ReadEx##size(uintptr_t addr); \
Dsimulator-ppc.cc865 type Simulator::ReadEx##size(uintptr_t addr) { \
867 ReadEx(addr, &value); \