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

/external/chromium_org/v8/src/
H A Dd8.h117 class SourceGroup { class in namespace:v8
119 SourceGroup() : function in class:v8::SourceGroup
129 ~SourceGroup();
147 explicit IsolateThread(SourceGroup* group)
155 SourceGroup* group_;
238 SourceGroup* isolate_sources;
H A Dd8.cc1175 SourceGroup::~SourceGroup() {
1183 void SourceGroup::Execute(Isolate* isolate) {
1220 Handle<String> SourceGroup::ReadFile(Isolate* isolate, const char* name) {
1232 base::Thread::Options SourceGroup::GetThreadOptions() {
1241 void SourceGroup::ExecuteInThread() {
1276 void SourceGroup::StartExecuteInThread() {
1285 void SourceGroup::WaitForThread() {
1397 options.isolate_sources = new SourceGroup[options.num_isolates];
1398 SourceGroup* curren
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py2555 # SourceGroup and ProductsGroup are created by default in Xcode's own
2557 def SourceGroup(self): member in class:PBXProject
2580 This method is intended to choose between SourceGroup and
2612 return (self.SourceGroup(), True)

Completed in 139 milliseconds