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

12345

/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp83 // FIXME: We temporarily deal with V8 internal error situations
90 // V8 is shutdown, we cannot use V8 api.
97 printf("V8 error: %s (%s). Current memory usage: %d MB\n", message, location, memoryUsageMB);
181 // garbage. Notify V8 about this so it'll have a chance of cleaning
253 // instance to a V8 object, we return the shadow object.
289 // Tells V8 not to call the default OOM handler, binding code
291 v8::V8::IgnoreOutOfMemoryException();
292 v8::V8::SetFatalErrorHandler(reportFatalErrorInV8);
294 v8::V8
[all...]
H A DScriptController.cpp85 v8::V8::SetFlagsFromString(string, length);
262 // Create a V8 object with an interceptor of NPObjectPropertyGetter.
300 v8::V8::LowMemoryNotification();
451 // V8 binding expects ScriptController::clearWindowShell only be called
460 v8::V8::SetCaptureStackTraceForUncaughtExceptions(value, ScriptCallStack::maxCallStackSizeToCapture, stackTraceOptions);
H A DV8Proxy.h121 // The list of extensions that are registered for use with V8.
163 // Returns true if the proxy is currently executing a script in V8.
229 // Returns V8 Context of a frame. If none exists, creates
289 // Returns false when we're out of memory in V8.
322 // Track the recursion depth to be able to avoid too deep recursion. The V8
394 if (!v8::V8::IsExecutionTerminating())
401 if (!v8::V8::IsExecutionTerminating())
408 if (!v8::V8::IsExecutionTerminating())
H A DScriptProfiler.cpp64 v8::V8::LowMemoryNotification();
H A DV8GCController.cpp377 v8::V8::AddImplicitReferences(wrapper, values.data(), values.size());
418 v8::V8::AddObjectGroup(&group[0], group.size(), m_grouper[rootIndex].createRetainedObjectInfo());
546 v8::V8::LowMemoryNotification();
H A DV8Binding.cpp61 v8::V8::AdjustAmountOfExternalAllocatedMemory(2 * string.length());
72 v8::V8::AdjustAmountOfExternalAllocatedMemory(2 * string.length());
83 v8::V8::AdjustAmountOfExternalAllocatedMemory(reducedExternalMemory);
104 v8::V8::AdjustAmountOfExternalAllocatedMemory(2 * m_atomicString.length());
115 // A shallow copy of the string. Keeps the string buffer alive until the V8 engine garbage collects it.
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h39 case R8 : case X8 : case F8 : case V8 : case CR2LT: return 8;
/external/v8/samples/
H A Dshell.cc1 // Copyright 2011 the V8 project authors. All rights reserved.
41 * based on V8. This includes initializing V8 with command line options,
68 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
81 v8::V8::Dispose();
86 // Extracts a C string from a V8 Utf8Value.
189 return v8::String::New(v8::V8::GetVersion());
249 printf("V8 version %s [sample shell]\n", v8::V8::GetVersion());
308 // V8 did
[all...]
H A Dlineprocessor.cc1 // Copyright 2009 the V8 project authors. All rights reserved.
32 // Note that V8 itself should be compiled with enabled debugger support
49 * standalone V8-based application.
84 * When run with "-p" argument, the program starts V8 Debugger Agent and
92 * This way V8 will suspend on the first statement and wait for
95 * 2. Unresponsive V8
96 * V8 Debugger Agent holds a connection with remote debugger, but it does
97 * respond only when V8 is running some script. In particular, when this program
98 * is waiting for input, all requests from debugger get deferred until V8
130 // We should decide which V8 contex
[all...]
/external/v8/test/cctest/
H A Dcctest.cc1 // Copyright 2008 the V8 project authors. All rights reserved.
121 v8::V8::Dispose();
H A Dtest-dataflow.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
38 v8::internal::V8::Initialize(NULL);
H A Dtest-heap.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
1011 v8::V8::Initialize();
1024 bool opt = (FLAG_always_opt && i::V8::UseCrankshaft());
1141 v8::V8::Initialize();
1158 bool opt = (FLAG_always_opt && i::V8::UseCrankshaft());
1191 v8::V8::Initialize();
1496 if (!i::V8::UseCrankshaft()) return;
1604 if (!i::V8::UseCrankshaft()) return;
1631 v8::V8::ContextDisposedNotification();
1632 v8::V8
[all...]
H A Dtest-liveedit.cc1 // Copyright 2007-2008 the V8 project authors. All rights reserved.
161 v8::internal::V8::Initialize(NULL);
H A Dtest-parsing.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
109 v8::V8::Initialize();
240 v8::V8::Initialize();
279 v8::V8::Initialize();
316 v8::V8::Initialize();
340 v8::V8::Initialize();
382 v8::V8::Initialize();
636 v8::V8::Initialize();
718 v8::V8::Initialize();
/external/webkit/Source/WebCore/
H A Dconfig.h190 /* Using V8 implies not using JSC and vice versa */
220 #if PLATFORM(QT) && USE(V8) && defined(Q_WS_X11)
/external/webkit/Tools/Scripts/
H A Ddo-webcore-rename233 $newContents =~ s/\b(JS|V8|to|)$from/$1$renames{$from}/g;
H A Dsunspider-compare-results54 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
H A Drun-sunspider66 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
/external/v8/src/
H A Dd8.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
135 // Converts a V8 value to a C string.
214 V8::ResumeProfiler();
220 V8::PauseProfiler();
531 return String::New(V8::GetVersion());
545 // V8 didn't provide any extra information about this error; just
666 V8::SetCounterFunction(LookupCounter);
667 V8::SetCreateHistogramFunction(CreateHistogram);
668 V8::SetAddHistogramSampleFunction(AddHistogramSample);
788 v8::V8
[all...]
H A Dcompiler.h1 // Copyright 2012 the V8 project authors. All rights reserved.
190 mode_ = V8::UseCrankshaft() ? mode : NONOPT;
202 ASSERT(V8::UseCrankshaft());
261 // The V8 compiler
H A Dapi.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
95 i::V8::FatalProcessOutOfMemory(NULL); \
108 isolate, value, i::V8::FireCallCompletedCallback(isolate);)
120 "Entering the V8 API without proper locking in place"); \
145 i::V8::FatalProcessOutOfMemory(location, false);
149 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
151 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) {
208 i::V8::SetFatalError();
222 i::V8::SetFatalError();
227 bool V8
[all...]
H A Dplatform-posix.cc1 // Copyright 2011 the V8 project authors. All rights reserved.
103 uint64_t rnd1 = V8::RandomPrivate(isolate);
104 uint64_t rnd2 = V8::RandomPrivate(isolate);
111 uint32_t raw_addr = V8::RandomPrivate(isolate);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h36 namespace V8 { namespace
72 friend class V8::Bindings::QtDRTNodeRuntime;
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results44 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
/external/v8/tools/gcmole/
H A Dgccause.lua1 -- Copyright 2011 the V8 project authors. All rights reserved.

Completed in 3176 milliseconds

12345