HomeSort by relevance Sort by last modified time
    Searched refs:V8 (Results 1 - 25 of 1004) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
v8-counters.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
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)
    [all...]
v8.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
45 namespace v8 { namespace
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)
    [all...]
snapshot-common.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
30 #include "v8.h"
37 namespace v8 { namespace
43 return V8::Initialize(&deserializer);
83 } } // namespace v8::internal
zone.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
33 namespace v8 { namespace
184 V8::FatalProcessOutOfMemory("Zone");
198 V8::FatalProcessOutOfMemory("Zone");
207 V8::FatalProcessOutOfMemory("Zone");
216 } } // namespace v8::internal
v8.h 1 // 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
52 #include "../include/v8.h"
69 namespace v8 { namespace
74 class V8 : public AllStatic {
124 // True if V8 has ever been run
147 } } // namespace v8::interna
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptGCEvent.cpp 50 v8::V8::AddGCPrologueCallback(ScriptGCEvent::gcPrologueCallback);
51 v8::V8::AddGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback);
64 v8::V8::RemoveGCPrologueCallback(ScriptGCEvent::gcPrologueCallback);
65 v8::V8::RemoveGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback);
71 v8::HeapStatistics heapStatistics;
72 v8::V8::GetHeapStatistics(&heapStatistics)
    [all...]
V8GCForContextDispose.cpp 45 v8::V8::ContextDisposedNotification();
69 v8::V8::IdleNotification();
WorkerScriptController.cpp 48 #include <v8.h>
88 v8::V8::TerminateExecution();
111 if (!v8::Context::InContext())
113 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
114 v8::Handle<v8::Object> global = context->Global();
  /external/v8/test/cctest/
test-thread-termination.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 #include "v8.h"
33 v8::internal::Semaphore* semaphore = NULL;
36 v8::Handle<v8::Value> Signal(const v8::Arguments& args) {
38 return v8::Undefined();
42 v8::Handle<v8::Value> TerminateCurrentThread(const v8::Arguments& args)
    [all...]
test-ast.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
35 using namespace v8::internal;
38 v8::internal::V8::Initialize(NULL);
test-random.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
29 #include "v8.h"
37 using namespace v8::internal;
39 static v8::Persistent<v8::Context> env;
66 V8::FillHeapNumberWithRandom(*value, *context);
73 if (env.IsEmpty()) env = v8::Context::New();
75 if (!V8::UseCrankshaft()) return;
76 v8::HandleScope scope;
test-log.cc 1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
12 #include "v8.h"
21 using v8::internal::Address;
22 using v8::internal::EmbeddedVector;
23 using v8::internal::Logger;
24 using v8::internal::StrLength;
40 env_(v8::Context::New()) {
54 v8::Handle<v8::Context>& env() { return env_; }
80 v8::HandleScope scope_
    [all...]
test-threads.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
28 #include "v8.h"
37 v8::Locker locker;
38 v8::V8::Initialize();
39 v8::HandleScope scope;
40 v8::Context::Scope context_scope(v8::Context::New());
42 v8::Locker::StartPreemption(100);
44 v8::Handle<v8::Script> script = v8::Script::Compile
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
JavaType.h 56 #if USE(V8)
66 // currently used only with V8.
JavaString.h 36 #elif USE(V8)
JNIUtility.cpp 193 #if USE(V8)
213 #if USE(V8)
306 #if USE(V8)
362 #if USE(V8)
  /external/v8/
Android.mk 22 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
  /external/webkit/LayoutTests/fast/js/resources/
script-line-number.js 11 // V8
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 37 #if USE(V8)
128 #if USE(V8)
177 #if USE(V8)
203 #if USE(V8)
211 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
229 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
240 v8::HandleScope handleScope;
241 v8::Handle<v8::Array> result = v8::Array::New(data.size())
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MemoryUsage.cpp 32 #include <v8.h>
60 v8::HeapStatistics stat;
61 v8::V8::GetHeapStatistics(&stat);
  /external/webkit/Source/WebCore/
Android.derived.v8bindings.mk 71 $(GEN): PRIVATE_CUSTOM_TOOL = SOURCE_ROOT=$(PRIVATE_PATH) perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator V8 --include css --include dom --include html --outputdir $(dir $@) $<
72 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/css/%.idl $(js_binding_scripts)
140 $(GEN): PRIVATE_CUSTOM_TOOL = SOURCE_ROOT=$(PRIVATE_PATH) perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator V8 --include dom --include html --outputdir $(dir $@) $<
141 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/dom/%.idl $(js_binding_scripts)
183 $(GEN): PRIVATE_CUSTOM_TOOL = SOURCE_ROOT=$(PRIVATE_PATH) perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator V8 --include dom --include html --include fileapi --outputdir $(dir $@) $<
184 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/fileapi/%.idl $(js_binding_scripts)
284 $(GEN): PRIVATE_CUSTOM_TOOL = SOURCE_ROOT=$(PRIVATE_PATH) perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator V8 --include dom --include html --outputdir $(dir $@) $<
285 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/html/%.idl $(js_binding_scripts)
326 $(GEN): PRIVATE_CUSTOM_TOOL = SOURCE_ROOT=$(PRIVATE_PATH) perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator V8 --include dom --include html --include html/canvas --outputdir $(dir $@) $<
327 $(GEN): $(intermediates)/bindings/V8%.h : $(LOCAL_PATH)/html/canvas/%.idl $(js_binding_scripts
    [all...]
  /external/v8/test/mjsunit/
fast-element-smi-check.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
49 gc(); // Makes V8 forget about type information for test_load_set_smi.
70 gc(); // Makes V8 forget about type information for test_load_set_smi.
  /external/v8/tools/
logreader.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
29 * @fileoverview Log Reader is used to process log file produced by V8.
71 * Processes a portion of V8 profiler event log.
81 * Processes a line of V8 profiler event log.
  /external/v8/test/mjsunit/regress/
regress-r3391.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
30 // vague on this point. This test is now passed by both V8 and JSC.
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
29 // necessary to run the tests in V8.

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011>>