HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 976 - 1000 of 1279) sorted by null

<<31323334353637383940>>

  /external/v8/test/mjsunit/regress/
regress-752.js 1 // Copyright 2010 the V8 project authors. All rights reserved.
30 // See: http://code.google.com/p/v8/issues/detail?id=752
  /external/webkit/PerformanceTests/SunSpider/
sunspider 63 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4
76 'v8-suite' => \$v8suite,
83 $suite = "v8-v4" if ($v8suite);
  /hardware/ril/mock-ril/
Android.mk 3 # not currently building V8 for x86 targets
44 external/v8/include \
  /external/v8/src/
isolate.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
30 #include "v8.h"
54 namespace v8 { namespace
145 : Thread(isolate, "v8:PreallocMem"),
422 // Must be initialized early to allow v8::SetResourceConstraints calls.
425 // Must be initialized early to allow v8::Debug calls.
536 v8::Locker locker;
537 v8::Locker::StopPreemption();
766 // Ensure that the thread has a valid stack guard. The v8::Locker object
777 V8::SetFatalError()
    [all...]
deoptimizer.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
37 namespace v8 { namespace
267 v8::Persistent<v8::Value> obj, void* data);
599 } } // namespace v8::internal
serialize.h 1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
353 // This is used during building, but not at runtime by V8.
405 // There can be only one serializer per V8 process.
461 v8::String::ExternalAsciiStringResource** resource);
464 v8::String::ExternalStringResource** resource) {
587 } } // namespace v8::internal
atomicops_internals_x86_gcc.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
46 namespace v8 { namespace
283 } } // namespace v8::internal
atomicops_internals_x86_msvc.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
36 namespace v8 { namespace
201 } } // namespace v8::internal
cpu-profiler.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
39 #include "../include/v8-profiler.h"
41 namespace v8 { namespace
51 : Thread(isolate, "v8:ProfEvntProc"),
378 v8::CpuProfileNode::kNoLineNumberInfo,
394 v8::CpuProfileNode::kNoLineNumberInfo,
579 } } // namespace v8::internal
583 namespace v8 { namespace
606 } } // namespace v8::interna
    [all...]
dateparser.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
28 #include "v8.h"
32 namespace v8 { namespace
178 } } // namespace v8::internal
double.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
236 } } // namespace v8::internal
execution.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
192 // have the global V8 lock if you are using multiple V8 threads.
289 } } // namespace v8::internal
  /external/v8/test/cctest/
test-disasm-arm.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
40 using namespace v8::internal;
43 static v8::Persistent<v8::Context> env;
47 env = v8::Context::New();
72 // Setup V8 to a state where we can at least run the assembler and
77 v8::HandleScope scope; \
test-assembler-mips.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
38 using namespace v8::internal;
47 static v8::Persistent<v8::Context> env;
55 env = v8::Context::New();
65 v8::HandleScope scope;
90 v8::HandleScope scope;
128 v8::HandleScope scope;
269 v8::HandleScope scope
    [all...]
  /external/webkit/Tools/Scripts/
build-webkit 57 my $v8 = 0;
328 } elsif ($_ eq '--v8') {
329 $v8 = 1;
364 --v8 Use V8 as JavaScript engine (Qt only)
384 'v8' => \$v8,
534 if ($v8) {
535 push @options, "CONFIG+=v8";
  /external/v8/src/mips/
constants-mips.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
34 v8::internal::PrintF("%s, \tline %d: \tfunction %s not implemented. \n", \
40 #define UNSUPPORTED_MIPS() v8::internal::PrintF("Unsupported instruction.\n")
57 namespace v8 { namespace
720 } } // namespace v8::internal
disasm-mips.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
37 // v8::internal::EmbeddedVector<char, 256> buffer;
57 #include "v8.h"
66 namespace v8 { namespace
77 v8::internal::Vector<char> out_buffer)
131 v8::internal::Vector<char> out_buffer_;
939 } } // namespace v8::internal
947 using v8::internal::byte_;
950 v8::internal::OS::SNPrintF(tmp_buffer_, "%p", addr);
961 return v8::internal::Registers::Name(reg)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 164 #if USE(V8)
485 WebFrame* WebFrame::frameForContext(v8::Handle<v8::Context> context)
763 #if USE(V8)
827 #if USE(V8)
834 #if USE(V8)
835 v8::Handle<v8::Value> WebFrameImpl::executeScriptAndReturnValue(
843 // Returns the V8 context for this frame, or an empty handle if there is none.
844 v8::Local<v8::Context> WebFrameImpl::mainWorldScriptContext() cons
    [all...]
  /external/libffi/
Makefile.am 26 src/sparc/v8.S src/sparc/v9.S src/sparc/ffitarget.h \
109 nodist_libffi_la_SOURCES += src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S
  /external/srtp/crypto/test/
datatypes_driver.c 182 e.v8[i] = i;
  /external/v8/
Android.v8common.mk 91 src/v8-counters.cc \
92 src/v8.cc \
  /external/v8/include/
v8-profiler.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
31 #include "v8.h"
34 // Setup for Windows DLL export/import. See v8.h in this directory for
35 // information on how to build/use V8 as a DLL.
51 // Setup for Linux shared library export. See v8.h in this directory for
52 // information on how to build/use V8 as shared library.
63 * Profiler support for the V8 JavaScript engine.
65 namespace v8 { namespace
154 * origins can run inside a single V8 instance, it is possible to
257 kNative = 8 // Native object (not from V8 heap)
    [all...]
  /external/v8/samples/
process.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
28 #include <v8.h>
34 using namespace v8;
135 if (args.Length() < 1) return v8::Undefined();
140 return v8::Undefined();
546 // Reads a file into a v8 string.
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
251 }} // namespace v8::internal
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 1 // Copyright 2008-2009 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
214 }} // namespace v8::internal

Completed in 1128 milliseconds

<<31323334353637383940>>