HomeSort by relevance Sort by last modified time
    Searched defs:RegisterFile (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.cpp 30 #include "RegisterFile.h"
47 RegisterFile::~RegisterFile()
55 void RegisterFile::gatherConservativeRoots(ConservativeRoots& conservativeRoots)
65 void RegisterFile::releaseExcessCapacity()
73 void RegisterFile::setGlobalObject(JSGlobalObject* globalObject)
78 JSGlobalObject* RegisterFile::globalObject()
83 void RegisterFile::initializeThreading()
88 size_t RegisterFile::committedByteCount()
94 void RegisterFile::addToCommittedByteCount(long byteCount
    [all...]
RegisterFile.h 86 For client simplicity, the RegisterFile measures size and capacity from
92 class RegisterFile {
93 WTF_MAKE_NONCOPYABLE(RegisterFile);
111 // Allow 8k of excess registers before we start trying to reap the registerfile
114 RegisterFile(JSGlobalData&, size_t capacity = defaultCapacity, size_t maxGlobals = defaultMaxGlobals);
115 ~RegisterFile();
159 static_cast<RegisterFile*>(context)->setNumGlobals(0);
164 inline RegisterFile::RegisterFile(JSGlobalData& globalData, size_t capacity, size_t maxGlobals)
187 inline void RegisterFile::shrink(Register* newEnd
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 201 void RegisterFile(const char* file, RegistrationFunc* registration_func);
238 void GeneratedMessageFactory::RegisterFile(
307 GeneratedMessageFactory::singleton()->RegisterFile(filename,
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 196 if (registerFile().status())
197 return registerFile().status();
203 Scratch regs(registerFile());
229 Scratch scratches(registerFile());
247 if (registerFile().status())
248 return registerFile().status();
286 if (registerFile().status())
287 return registerFile().status();
307 if (registerFile().status())
308 return registerFile().status()
    [all...]
GGLAssembler.h 44 class RegisterFile;
46 RegisterFile& registerFile();
52 class RegisterFile
55 RegisterFile();
56 RegisterFile(const RegisterFile& rhs);
57 ~RegisterFile();
61 bool operator == (const RegisterFile& rhs) const;
62 bool operator != (const RegisterFile& rhs) const
    [all...]

Completed in 229 milliseconds