HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 376 - 400 of 1233) sorted by null

<<11121314151617181920>>

  /external/v8/src/x64/
simulator-x64.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
56 class SimulatorStack : public v8::internal::AllStatic {
70 } } // namespace v8::internal
  /external/v8/test/cctest/
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-platform-win32.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
7 #include "v8.h"
12 using namespace ::v8::internal;
test-parsing.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
32 #include "v8.h"
109 v8::V8::Initialize();
146 v8::ScriptData* data =
147 v8::ScriptData::PreCompile(tests[i], i::StrLength(tests[i]));
153 v8::ScriptData* data =
154 v8::ScriptData::PreCompile(fail_tests[i], i::StrLength(fail_tests[i]));
161 class ScriptResource : public v8::String::ExternalAsciiStringResource {
176 v8::HandleScope handles
    [all...]
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;
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-1.js 45 v8 = { a: 0 };
codegen-temporaries-multiple-global-blocks-2.js 39 var v8 = o8; variable
40 v8["a"] += assign8();
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java 76 char v4, short v5, byte v6, boolean v7, String v8) {
79 v8.equals("biscuits");
84 int v5, int v6, int v7, int v8, int v9,
96 (v8 == 8) && (v9 == 9) &&
StaticFromNative.java 73 char v4, short v5, byte v6, boolean v7, String v8) {
76 v8.equals("biscuits");
81 int v5, int v6, int v7, int v8, int v9,
93 (v8 == 8) && (v9 == 9) &&
  /external/v8/src/arm/
lithium-gap-resolver-arm.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
35 namespace v8 { namespace
81 } } // namespace v8::internal
  /external/v8/src/
code.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
68 } } // namespace v8::internal
inspector.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 #include "v8.h"
39 namespace v8 { namespace
56 } } // namespace v8::internal
log-inl.h 1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
53 } } // namespace v8::internal
natives.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
65 } } // namespace v8::internal
once.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
39 namespace v8 { namespace
77 } } // namespace v8::internal
snapshot-empty.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
30 #include "v8.h"
34 namespace v8 { namespace
54 } } // namespace v8::internal
unbound-queue.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
67 } } // namespace v8::internal
version.h 1 // Copyright 2009 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
43 // Calculate the V8 version string.
46 // Calculate the SONAME for the V8 shared library.
66 } } // namespace v8::internal
allocation.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
41 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
53 v8::internal::FatalProcessOutOfMemory("Out of memory");
123 } } // namespace v8::internal
  /external/v8/src/mips/
lithium-gap-resolver-mips.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
35 namespace v8 { namespace
81 } } // namespace v8::internal
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Copy.java 21 import android.support.v8.renderscript.*;
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.h 36 #include <v8-debug.h>
54 // There is single v8 instance per render process. Also there may be several
56 // to the v8 debugger. This class coordinates communication between the debug
57 // agents and v8 debugger. It will set debug output handler as long as at least
62 // v8 may send a message(e.g. exception event) after which it
65 // itself, otherwise v8 may hang waiting for the action.
89 static void onV8DebugMessage(const v8::Debug::Message& message);
91 v8::Debug::ClientData* data);
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 35 #include <v8/include/v8-testing.h>
36 #include <v8/include/v8.h>
104 v8::V8::SetFlagsFromString(shell.javaScriptFlags().c_str(), shell.javaScriptFlags().length());
107 v8::Testing::SetStressRunType(v8::Testing::kStressTypeOpt);
109 v8::Testing::SetStressRunType(v8::Testing::kStressTypeDeopt)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMMap.cpp 95 v8::HandleScope scope;
117 v8::HandleScope scope;
132 v8::HandleScope scope;
147 v8::HandleScope scope;
164 v8::HandleScope scope;
  /external/webkit/Tools/Scripts/
sunspider-compare-results 44 my $v8 = 0;
54 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
61 'v8' => \$v8,
128 push @args, "--v8" if $v8;

Completed in 251 milliseconds

<<11121314151617181920>>