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

<<11121314151617181920>>

  /external/chromium_org/v8/src/
v8memory.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
8 namespace v8 { namespace
69 } } // namespace v8::internal
version.h 1 // Copyright 2009 the V8 project authors. All rights reserved.
8 namespace v8 { namespace
20 // Calculate the V8 version string.
23 // Calculate the SONAME for the V8 shared library.
43 } } // namespace v8::internal
bignum.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
8 namespace v8 { namespace
116 } } // namespace v8::internal
conversions-inl.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
23 namespace v8 { namespace
683 } } // namespace v8::internal
d8-debug.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
8 namespace v8 { namespace
132 } // namespace v8
d8-readline.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
10 // The readline includes leaves RETURN defined which breaks V8 compilation.
22 namespace v8 { namespace
152 } // namespace v8
dateparser-inl.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
309 } } // namespace v8::internal
factory.h 1 // Copyright 2014 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
219 // are backed by a string resource that resides outside the V8 heap.
499 // Create an External object for V8's external API.
719 } } // namespace v8::internal
field-index.h 1 // Copyright 2014 the V8 project authors. All rights reserved.
11 namespace v8 { namespace
117 } } // namespace v8::internal
func-name-inferrer.h 1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
11 namespace v8 { namespace
110 } } // namespace v8::internal
handles-inl.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
14 namespace v8 { namespace
181 } } // namespace v8::internal
  /external/chromium_org/v8/src/x64/
codegen-x64.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
11 namespace v8 { namespace
114 } } // namespace v8::internal
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlur.java 17 package android.support.v8.renderscript;
ScriptIntrinsicConvolve3x3.java 17 package android.support.v8.renderscript;
ScriptIntrinsicConvolve5x5.java 17 package android.support.v8.renderscript;
  /external/chromium_org/third_party/skia/src/opts/
SkBlurImage_opts_neon.cpp 109 uint8x8_t v8 = vreinterpret_u8_u32(vdup_n_u32(a)); local
111 return vget_low_u16(vmovl_u8(v8));
  /external/chromium_org/v8/include/
v8-debug.h 1 // Copyright 2008 the V8 project authors. All rights reserved.
8 #include "v8.h"
11 * Debugger support for the V8 JavaScript engine.
13 namespace v8 { namespace
15 // Debug events which can occur in the V8 JavaScript engine.
30 * A client object passed to the v8 debugger whose ownership will be taken by
31 * it. v8 is always responsible for deleting the object.
192 * v8::Debug::Call will return the current line of JavaScript execution.
200 static Local<Value> Call(v8::Handle<v8::Function> fun
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
5 #include "src/v8.h"
10 namespace v8 { namespace
302 } } // namespace v8::internal
  /external/chromium_org/v8/src/arm64/
instrument-arm64.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
13 namespace v8 { namespace
82 } } // namespace v8::internal
lithium-gap-resolver-arm64.cc 1 // Copyright 2013 the V8 project authors. All rights reserved.
5 #include "src/v8.h"
10 namespace v8 { namespace
311 } } // namespace v8::internal
  /external/chromium_org/v8/src/base/
atomicops_internals_arm_gcc.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
16 namespace v8 { namespace
299 } } // namespace v8::base
atomicops_internals_mips_gcc.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
157 } } // namespace v8::base
atomicops_internals_x86_gcc.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
268 } } // namespace v8::base
safe_conversions_impl.h 5 // Slightly adapted for inclusion in V8.
6 // Copyright 2014 the V8 project authors. All rights reserved.
15 namespace v8 { namespace
218 } // namespace v8
  /external/chromium_org/v8/src/extensions/
externalize-string-extension.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
7 namespace v8 { namespace
30 typedef SimpleStringResource<char, v8::String::ExternalAsciiStringResource>
32 typedef SimpleStringResource<uc16, v8::String::ExternalStringResource>
40 v8::Handle<v8::FunctionTemplate>
42 v8::Isolate* isolate, v8::Handle<v8::String> str) {
43 if (strcmp(*v8::String::Utf8Value(str), "externalizeString") == 0)
    [all...]

Completed in 994 milliseconds

<<11121314151617181920>>