Searched refs:V8 (Results 26 - 50 of 187) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DWorkerScriptController.h101 bool idleNotification() { return v8::V8::IdleNotification(); }
H A DV8ThrowException.cpp49 if (ec <= 0 || v8::V8::IsExecutionTerminating())
126 if (!v8::V8::IsExecutionTerminating())
H A DV8GCController.cpp165 // This node is not in the new space of V8. This indicates that
198 // stored in newSpaceNodes and are expected to exist in the new space of V8.
199 // We report those wrappers to V8 as an object group.
347 v8::V8::VisitHandlesForPartialDependence(isolate, &visitor);
351 TRACE_EVENT_SET_SAMPLING_STATE("V8", "MinorGC");
364 v8::V8::VisitHandlesWithClassIds(&visitor);
368 TRACE_EVENT_SET_SAMPLING_STATE("V8", "MajorGC");
371 v8::V8::VisitHandlesWithClassIds(&visitor);
409 v8::V8::ContextDisposedNotification();
410 v8::V8
[all...]
/external/chromium_org/v8/src/
H A Dv8.h1 // Copyright 2011 the V8 project authors. All rights reserved.
29 // Top include for all V8 .cc files.
38 // V8 only uses DEBUG and whenever it is set we are building a debug
39 // version of V8. We do not use NDEBUG and simply undef it here for
45 // V8 only uses DEBUG, but included external files
75 class V8 : public AllStatic { class in namespace:v8::internal
136 // True if V8 has ever been run
H A Dsnapshot-common.cc1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
100 success = V8::Initialize(&deserializer);
108 return V8::Initialize(&deserializer);
H A Dd8.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
181 // Converts a V8 value to a C string.
538 args.GetReturnValue().Set(String::New(V8::GetVersion()));
556 // V8 didn't provide any extra information about this error; just
695 V8::SetCounterFunction(LookupCounter);
696 V8::SetCreateHistogramFunction(CreateHistogram);
697 V8::SetAddHistogramSampleFunction(AddHistogramSample);
821 v8::V8::GetCompressedStartupDataAlgorithm());
897 V8::SetCounterFunction(LookupCounter);
898 V8
[all...]
H A Dmksnapshot.cc1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
282 V8::GetCompressedStartupDataAlgorithm());
312 V8::InitializeICU();
351 V8::SetCaptureStackTraceForUncaughtExceptions(true, 100);
/external/v8/src/
H A Dv8.h1 // Copyright 2011 the V8 project authors. All rights reserved.
29 // Top include for all V8 .cc files.
38 // V8 only uses DEBUG and whenever it is set we are building a debug
39 // version of V8. We do not use NDEBUG and simply undef it here for
45 // V8 only uses DEBUG, but included external files
74 class V8 : public AllStatic { class in namespace:v8::internal
124 // True if V8 has ever been run
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); }; struct in namespace:__anon21865
88 V8::~V8() {}
134 [AlignOf<V8>::Alignment > 0];
174 EXPECT_LE(alignOf<V1>(), alignOf<V8>());
254 // appears to be benign: alignOf<V8>() produces a preposterous value: 12
256 EXPECT_EQ(alignOf<V8>(), alignOf<AlignedCharArrayUnion<V8> >());
319 // benign: sizeof(V8) i
[all...]
/external/chromium_org/v8/test/cctest/
H A Dcctest.cc1 // Copyright 2008 the V8 project authors. All rights reserved.
115 v8::V8::SetArrayBufferAllocator(&array_buffer_allocator);
166 v8::V8::Dispose();
H A Dtest-log.cc1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
131 if (!i::V8::UseCrankshaft()) return;
136 v8::V8::ResumeProfiler();
142 v8::V8::PauseProfiler();
147 v8::V8::ResumeProfiler();
153 v8::V8::PauseProfiler();
223 v8_thread_id_ = v8::V8::GetCurrentThreadId();
269 // Now thread has V8's id, but will not run VM code.
507 // This test needs to be run on a "clean" V8 to ensure that snapshot log
511 // are using V8
[all...]
H A Dtest-regexp.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
73 V8::Initialize(NULL);
84 V8::Initialize(NULL);
99 V8::Initialize(NULL);
118 V8::Initialize(NULL);
144 V8::Initialize(NULL);
392 V8::Initialize(NULL);
407 V8::Initialize(NULL);
494 v8::internal::V8::Initialize(NULL);
509 V8
[all...]
H A Dtest-serialize.cc1 // Copyright 2007-2010 the V8 project authors. All rights reserved.
105 v8::V8::Initialize();
142 v8::V8::Initialize();
267 v8::V8::Initialize();
277 v8::V8::Initialize();
375 v8::V8::Initialize();
525 v8::V8::Initialize();
H A Dtest-dataflow.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
38 v8::internal::V8::Initialize(NULL);
H A Dtest-weaktypedarrays.cc1 // Copyright 2013 the V8 project authors. All rights reserved.
88 v8::V8::Initialize();
122 v8::V8::Initialize();
183 v8::V8::Initialize();
265 v8::V8::Initialize();
/external/v8/test/cctest/
H A Dtest-log.cc1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
102 if (!i::V8::UseCrankshaft()) return;
107 v8::V8::ResumeProfiler();
113 v8::V8::PauseProfiler();
118 v8::V8::ResumeProfiler();
124 v8::V8::PauseProfiler();
194 v8_thread_id_ = v8::V8::GetCurrentThreadId();
240 // Now thread has V8's id, but will not run VM code.
478 // This test needs to be run on a "clean" V8 to ensure that snapshot log
482 // are using V8
[all...]
H A Dtest-threads.cc1 // Copyright 2008 the V8 project authors. All rights reserved.
38 v8::V8::Initialize();
127 v8::V8::Initialize();
H A Dtest-regexp.cc1 // Copyright 2008 the V8 project authors. All rights reserved.
73 V8::Initialize(NULL);
83 V8::Initialize(NULL);
96 V8::Initialize(NULL);
114 V8::Initialize(NULL);
140 V8::Initialize(NULL);
386 V8::Initialize(NULL);
400 V8::Initialize(NULL);
486 v8::internal::V8::Initialize(NULL);
498 V8
[all...]
H A Dtest-deoptimization.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
366 CHECK(!i::V8::UseCrankshaft() ||
418 CHECK(!i::V8::UseCrankshaft() ||
516 CHECK(!i::V8::UseCrankshaft() ||
586 if (i::V8::UseCrankshaft()) {
670 if (i::V8::UseCrankshaft()) {
H A Dtest-serialize.cc1 // Copyright 2007-2010 the V8 project authors. All rights reserved.
104 v8::V8::Initialize();
141 v8::V8::Initialize();
254 v8::V8::Initialize();
262 v8::V8::Initialize();
352 v8::V8::Initialize();
475 v8::V8::Initialize();
559 v8::V8::Initialize();
/external/chromium_org/v8/src/third_party/vtune/
H A Dvtune-jit.cc275 if (v8::V8::Initialize()) {
276 v8::V8::SetFlagsFromString("--nocompact_code_space",
278 v8::V8::SetJitCodeEventHandler(v8::kJitCodeEventDefault,
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp344 __declspec(property(get=GetV)) int V8; // no-warning member in struct:StructWithProperty
355 sp.V8;
356 sp.V8 = 0; // expected-error {{no setter defined for property 'V8'}}
/external/chromium_org/v8/samples/
H A Dshell.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
41 * based on V8. This includes initializing V8 with command line options,
69 v8::V8::InitializeICU();
70 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
86 v8::V8::Dispose();
91 // Extracts a C string from a V8 Utf8Value.
201 args.GetReturnValue().Set(v8::String::New(v8::V8::GetVersion()));
262 fprintf(stderr, "V8 version %s [sample shell]\n", v8::V8
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ArrayBufferCustom.cpp74 v8::V8::AdjustAmountOfExternalAllocatedMemory(impl->byteLength());
94 // V8 accounts for external memory even after externalizing the buffer.
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddo-webcore-rename238 $newContents =~ s/\b(JS|V8|to|)$from/$1$renames{$from}/g;

Completed in 505 milliseconds

12345678