Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/base/platform/
Dplatform.h96 return static_cast<intptr_t>(__readfsdword(kTibInlineTlsOffset + in InternalGetExistingThreadLocal()
99 intptr_t extra = static_cast<intptr_t>(__readfsdword(kTibExtraTlsOffset)); in InternalGetExistingThreadLocal()
/external/clang/lib/Headers/
DIntrin.h120 unsigned long __readfsdword(unsigned long);
865 __readfsdword(unsigned long __offset) { in __readfsdword() function
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DThreadState.cpp92 return reinterpret_cast<void*>(__readfsdword(offsetof(NT_TIB, StackBase))); in getStackStart()