Searched defs:RegisterFile (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DRegisterFile.cpp30 #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
[all...]
H A DRegisterFile.h86 For client simplicity, the RegisterFile measures size and capacity from
92 class RegisterFile { class in namespace:JSC
93 WTF_MAKE_NONCOPYABLE(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) function in class:JSC::RegisterFile
187 inline void RegisterFile::shrink(Register* newEnd)
196 inline bool RegisterFile
[all...]
/external/protobuf/src/google/protobuf/
H A Dmessage.cc201 void RegisterFile(const char* file, RegistrationFunc* registration_func);
238 void GeneratedMessageFactory::RegisterFile( function in class:google::protobuf::__anon10951::GeneratedMessageFactory
307 GeneratedMessageFactory::singleton()->RegisterFile(filename,

Completed in 247 milliseconds