HomeSort by relevance Sort by last modified time
    Searched defs:v8 (Results 226 - 250 of 729) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
regexp-macro-assembler-irregexp.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
125 } } // namespace v8::internal
regexp-stack.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
5 #include "src/v8.h"
8 namespace v8 { namespace
86 }} // namespace v8::internal
sweeper-thread.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
7 #include "src/v8.h"
12 namespace v8 { namespace
18 : Thread(Thread::Options("v8:SweeperThread", kSweeperThreadStackSize)),
86 } } // namespace v8::internal
sweeper-thread.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
17 namespace v8 { namespace
43 } } // namespace v8::internal
trig-table.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
9 namespace v8 { namespace
36 } } // namespace v8::internal
unbound-queue-inl.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
80 } } // namespace v8::internal
v8.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
5 #include "src/v8.h"
28 namespace v8 { namespace
33 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
34 v8::Platform* V8::platform_ = NULL;
37 bool V8::Initialize(Deserializer* des) {
55 void V8::TearDown() {
73 void V8::SetReturnAddressLocationResolver
    [all...]
v8.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
6 // Top include for all V8 .cc files.
15 // V8 only uses DEBUG and whenever it is set we are building a debug
16 // version of V8. We do not use NDEBUG and simply undef it here for
22 // V8 only uses DEBUG, but included external files
29 #include "include/v8.h"
30 #include "include/v8-platform.h"
49 namespace v8 { namespace
54 class V8 : public AllStatic {
78 static v8::ArrayBuffer::Allocator* ArrayBufferAllocator()
    [all...]
vm-state-inl.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
12 namespace v8 { namespace
83 } } // namespace v8::internal
vm-state.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
11 namespace v8 { namespace
44 } } // namespace v8::internal
zone-inl.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
20 namespace v8 { namespace
117 } } // namespace v8::internal
allocation-site-scopes.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
13 namespace v8 { namespace
99 } } // namespace v8::internal
allocation.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
16 namespace v8 { namespace
22 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
34 v8::internal::FatalProcessOutOfMemory("Out of memory");
113 } } // namespace v8::internal
  /external/chromium_org/v8/src/utils/
random-number-generator.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
24 // using v8::V8::SetEntropySource(), which provides reasonable entropy, see:
25 // https://code.google.com/p/v8/issues/detail?id=2905
30 // EntropySource is used as a callback function when V8 needs a source of
85 } } // namespace v8::internal
  /external/chromium_org/v8/src/x87/
assembler-x87.h 33 // Copyright 2011 the V8 project authors. All rights reserved.
43 namespace v8 { namespace
    [all...]
  /external/chromium_org/v8/test/cctest/
test-reloc-info.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
32 namespace v8 { namespace
116 } } // namespace v8::internal
test-version.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 #include "src/v8.h"
33 using namespace v8::internal;
36 namespace v8 { namespace
49 } } // namespace v8::internal
56 static v8::internal::EmbeddedVector<char, 128> version_str;
57 static v8::internal::EmbeddedVector<char, 128> soname_str;
  /external/chromium_org/v8/tools/
shell-utils.h 1 // Copyright 2014 the V8 project authors. All rights reserved.
32 namespace v8 { namespace
67 } } // namespace v8::internal
  /external/clang/test/CodeGen/
vector-alignment.c 25 double __attribute__((vector_size(32), aligned(64))) v8; variable
26 // CHECK: @v8 {{.*}}, align 64
  /external/clang/test/Sema/
altivec-init.c 4 typedef short v8 __attribute((vector_size(16))); typedef
6 v8 foo(void) {
7 v8 a;
9 a = (v8){4, 2};
24 return (v8){0, 1, 2, 3, 1, 2, 3, 4};
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 17 package android.support.v8.renderscript;
64 * Sets the {@link android.support.v8.renderscript.Allocation} to be used as
68 * {@link android.support.v8.renderscript.Element} as the intrinsic.
ScriptIntrinsicYuvToRGB.java 17 package android.support.v8.renderscript;
  /external/chromium_org/net/proxy/
proxy_resolver_v8.h 17 namespace v8 { namespace
20 } // namespace v8
24 // Implementation of ProxyResolver that uses V8 to evaluate PAC scripts.
29 // There can be only one instance of V8 running at a time. To enforce this
30 // constraint, ProxyResolverV8 holds a v8::Locker during execution. Therefore
32 // since only one will be running inside V8 at a time.
34 // It is important that *ALL* instances of V8 in the process be using
35 // v8::Locker. If not there can be race conditions between the non-locked V8
36 // instances and the locked V8 instances used by ProxyResolverV8 (assuming the
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 52 namespace v8 { namespace
268 // v8 extensions are loaded into the new context - see
305 virtual v8::Handle<v8::Value> executeScriptAndReturnValue(
312 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) = 0;
316 virtual v8::Handle<v8::Value> callFunctionEvenIfScriptDisabled(
317 v8::Handle<v8::Function>
    [all...]
  /external/chromium_org/v8/src/arm64/
disasm-arm64.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
8 #include "src/v8.h"
15 namespace v8 { namespace
90 } } // namespace v8::internal

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>