Home | History | Annotate | Download | only in src

Lines Matching refs:OS

67     // Correct as on OS X
76 void OS::Setup() {
87 uint64_t OS::CpuFeaturesImpliedByPlatform() {
92 int OS::ActivationFrameAlignment() {
98 const char* OS::LocalTimezone(double time) {
107 double OS::LocalTimeOffset() {
133 bool OS::IsOutsideAllocatedSpace(void* address) {
138 size_t OS::AllocateAlignment() {
143 void* OS::Allocate(const size_t requested,
151 LOG(StringEvent("OS::Allocate", "mmap failed"));
160 void OS::Free(void* buf, const size_t length) {
170 void OS::Protect(void* address, size_t size) {
175 void OS::Unprotect(void* address, size_t size, bool is_executable) {
182 void OS::Sleep(int milliseconds) {
188 void OS::Abort() {
194 void OS::DebugBreak() {
204 class PosixMemoryMappedFile : public OS::MemoryMappedFile {
217 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, int size,
245 void OS::LogSharedLibraryAddresses() {
287 int OS::StackWalk(Vector<OS::StackFrame> frames) {
499 Mutex* OS::CreateMutex() {
555 Semaphore* OS::CreateSemaphore(int count) {