Searched refs:V8 (Results 1 - 25 of 187) sorted by relevance

12345678

/external/v8/src/
H A Dv8-counters.h1 // Copyright 2011 the V8 project authors. All rights reserved.
40 HT(gc_compactor, V8.GCCompactor) \
41 HT(gc_scavenger, V8.GCScavenger) \
42 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
44 HT(parse, V8.Parse) \
45 HT(parse_lazy, V8.ParseLazy) \
46 HT(pre_parse, V8.PreParse) \
48 HT(compile, V8.Compile) \
49 HT(compile_eval, V8.CompileEval) \
50 HT(compile_lazy, V8
[all...]
H A Dv8.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
50 bool V8::is_running_ = false;
51 bool V8::has_been_set_up_ = false;
52 bool V8::has_been_disposed_ = false;
53 bool V8::has_fatal_error_ = false;
54 bool V8::use_crankshaft_ = true;
55 List<CallCompletedCallback>* V8::call_completed_callbacks_ = NULL;
62 bool V8::Initialize(Deserializer* des) {
95 void V8::SetFatalError() {
101 void V8
[all...]
H A Dsnapshot-common.cc1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
43 return V8::Initialize(&deserializer);
H A Dzone.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
184 V8::FatalProcessOutOfMemory("Zone");
198 V8::FatalProcessOutOfMemory("Zone");
207 V8::FatalProcessOutOfMemory("Zone");
/external/chromium_org/v8/src/
H A Dv8-counters.h1 // Copyright 2012 the V8 project authors. All rights reserved.
41 HT(gc_compactor, V8.GCCompactor) \
42 HT(gc_scavenger, V8.GCScavenger) \
43 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
45 HT(parse, V8.Parse) \
46 HT(parse_lazy, V8.ParseLazy) \
47 HT(pre_parse, V8.PreParse) \
49 HT(compile, V8.Compile) \
50 HT(compile_eval, V8.CompileEval) \
51 HT(compile_lazy, V8
[all...]
H A Dv8.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
53 bool V8::is_running_ = false;
54 bool V8::has_been_set_up_ = false;
55 bool V8::has_been_disposed_ = false;
56 bool V8::has_fatal_error_ = false;
57 bool V8::use_crankshaft_ = true;
58 List<CallCompletedCallback>* V8::call_completed_callbacks_ = NULL;
59 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
66 bool V8::Initialize(Deserializer* des) {
97 void V8
[all...]
H A Dzone.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
194 V8::FatalProcessOutOfMemory("Zone");
208 V8::FatalProcessOutOfMemory("Zone");
217 V8::FatalProcessOutOfMemory("Zone");
/external/chromium_org/v8/tools/
H A Dv8-info.sh2 # Copyright 2013 the V8 project authors. All rights reserved.
39 V8="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
43 cd $V8
49 Fetches V8 revision information from a git-svn checkout.
54 -i Print revision info for all branches matching the V8 version.
56 Output format: [Git hash] [SVN revision] [V8 version]
58 -v Print the V8 version tag for a trunk SVN revision.
60 Output format: [V8 version]
62 -m Print all patches that were merged to the specified V8 branch.
64 Output format: [V8 versio
[all...]
H A Dv8-rolls.sh2 # Copyright 2013 the V8 project authors. All rights reserved.
35 V8="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
43 Run in chromium/src to get information about V8 rolls.
48 -s Chromium git hash to start printing V8 information about.
84 cd $V8
/external/v8/test/cctest/
H A Dtest-thread-termination.cc1 // Copyright 2009 the V8 project authors. All rights reserved.
43 CHECK(!v8::V8::IsExecutionTerminating());
44 v8::V8::TerminateExecution();
56 CHECK(!v8::V8::IsExecutionTerminating());
61 CHECK(v8::V8::IsExecutionTerminating());
68 CHECK(!v8::V8::IsExecutionTerminating());
86 CHECK(v8::V8::IsExecutionTerminating());
93 CHECK(!v8::V8::IsExecutionTerminating());
103 CHECK(v8::V8::IsExecutionTerminating());
129 CHECK(!v8::V8
[all...]
H A Dtest-ast.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
38 v8::internal::V8::Initialize(NULL);
H A Dtest-random.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
66 V8::FillHeapNumberWithRandom(*value, *context);
75 if (!V8::UseCrankshaft()) return;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebKit.cpp103 v8::V8::SetEntropySource(&generateEntropy);
104 v8::V8::SetArrayBufferAllocator(WebCore::v8ArrayBufferAllocator());
106 v8::V8::SetFlagsFromString(kTypedArraysFlag, strlen(kTypedArraysFlag));
107 v8::V8::Initialize();
113 v8::V8::AddCallCompletedCallback(&assertV8RecursionScope);
178 v8::V8::RemoveCallCompletedCallback(&assertV8RecursionScope);
188 v8::V8::Dispose();
/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc1 // Copyright 2009 the V8 project authors. All rights reserved.
42 CHECK(!v8::V8::IsExecutionTerminating());
43 v8::V8::TerminateExecution();
53 CHECK(!v8::V8::IsExecutionTerminating());
58 CHECK(v8::V8::IsExecutionTerminating());
64 CHECK(!v8::V8::IsExecutionTerminating());
82 CHECK(v8::V8::IsExecutionTerminating());
88 CHECK(!v8::V8::IsExecutionTerminating());
98 CHECK(v8::V8::IsExecutionTerminating());
124 CHECK(!v8::V8
[all...]
H A Dtest-random.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
63 V8::FillHeapNumberWithRandom(*value, *context);
70 v8::V8::Initialize();
72 if (!V8::UseCrankshaft()) return;
H A Dtest-ast.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
38 v8::internal::V8::Initialize(NULL);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8GCForContextDispose.cpp47 v8::V8::ContextDisposedNotification();
74 v8::V8::IdleNotification(hint);
H A DScriptGCEvent.cpp53 v8::V8::AddGCPrologueCallback(ScriptGCEvent::gcPrologueCallback);
54 v8::V8::AddGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback);
68 v8::V8::RemoveGCPrologueCallback(ScriptGCEvent::gcPrologueCallback);
69 v8::V8::RemoveGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback);
H A DV8Initializer.cpp80 printf("V8 error: %s (%s). Current memory usage: %d MB\n", message, location, memoryUsageMB);
140 v8::V8::AddGCPrologueCallback(V8GCController::gcPrologue);
141 v8::V8::AddGCEpilogueCallback(V8GCController::gcEpilogue);
142 v8::V8::IgnoreOutOfMemoryException();
158 v8::V8::SetFatalErrorHandler(reportFatalErrorInMainThread);
159 v8::V8::AddMessageListener(messageHandlerInMainThread);
160 v8::V8::SetFailedAccessCheckCallbackFunction(failedAccessCheckCallbackInMainThread);
161 v8::V8::SetAllowCodeGenerationFromStringsCallback(codeGenerationCheckCallbackInMainThread);
168 // FIXME: We temporarily deal with V8 internal error situations such as out-of-memory by crashing the worker.
204 v8::V8
[all...]
H A DV8StringResource.h51 v8::V8::AdjustAmountOfExternalAllocatedMemory(memoryConsumption(string));
62 v8::V8::AdjustAmountOfExternalAllocatedMemory(memoryConsumption(string));
73 v8::V8::AdjustAmountOfExternalAllocatedMemory(reducedExternalMemory);
87 v8::V8::AdjustAmountOfExternalAllocatedMemory(memoryConsumption(m_atomicString.string()));
95 // A shallow copy of the string. Keeps the string buffer alive until the V8 engine garbage collects it.
165 // V8StringResource is an adapter class that converts V8 values to Strings
/external/chromium_org/webkit/glue/
H A Dwebkit_glue.cc14 v8::V8::SetFlagsFromString(str.data(), static_cast<int>(str.size()));
/external/v8/
H A DAndroid.mk22 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
/external/chromium_org/chrome/browser/ui/android/
H A Dandroid_about_app_info.cc48 std::string js_version(v8::V8::GetVersion());
49 std::string js_engine = "V8";
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DPattern.cpp51 v8::V8::AdjustAmountOfExternalAllocatedMemory(-m_externalMemoryAllocated);
90 v8::V8::AdjustAmountOfExternalAllocatedMemory(m_externalMemoryAllocated);
/external/chromium_org/chrome/common/
H A Dprofiling.cc131 // Establish the V8 profiling hooks if we're an instrumented binary.
137 v8::V8::SetReturnAddressLocationResolver(resolve_func);
143 // V8 profiling?
154 v8::V8::SetFunctionEntryHook(isolate, entry_hook_func);
155 v8::V8::SetJitCodeEventHandler(v8::kJitCodeEventDefault,

Completed in 310 milliseconds

12345678