HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 501 - 525 of 1185) sorted by null

<<21222324252627282930>>

  /external/v8/src/
vm-state-inl.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
95 } } // namespace v8::internal
win32-math.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
44 namespace v8 { namespace
51 } // namespace v8
compiler.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
68 v8::Extension* extension() const { return extension_; }
110 void SetExtension(v8::Extension* extension) {
190 mode_ = V8::UseCrankshaft() ? mode : NONOPT;
202 ASSERT(V8::UseCrankshaft());
246 v8::Extension* extension_;
261 // The V8 compiler
292 v8::Extension* extension,
329 } } // namespace v8::interna
    [all...]
globals.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
62 namespace v8 { namespace
90 #error Host architecture was not detected as supported by v8
107 #error Target architecture was not detected as supported by v8
151 #error Target architecture is not supported by v8
308 (reinterpret_cast<v8::internal::Address>(reinterpret_cast<intptr_t>(f)))
368 // Declarations for use in both the preparser and the rest of V8.
370 // The different language modes that V8 implements. ES5 defines two language
380 // 'classic mode' is used in V8 instead to avoid mix-ups.
400 } } // namespace v8::interna
    [all...]
preparser-api.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 #include "../include/v8-preparser.h"
45 namespace v8 { namespace
48 // UTF16Buffer based on a v8::UnicodeInputStream.
63 explicit InputStreamUtf16Buffer(v8::UnicodeInputStream* stream)
156 v8::UnicodeInputStream* const stream_;
172 // Functions declared by allocation.h and implemented in both api.cc (for v8)
208 } // namespace v8.
v8threads.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
28 #include "v8.h"
37 namespace v8 { namespace
40 // Track whether this V8 instance has ever called v8::Locker. This allows the
41 // API code to verify that the lock is always held when V8 is being entered.
47 Locker::Locker(v8::Isolate* isolate)
61 // Make sure that V8 is initialized. Archiving of threads interferes
66 V8::Initialize();
88 bool Locker::IsLocked(v8::Isolate* isolate)
    [all...]
  /external/v8/src/x64/
codegen-x64.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
87 } } // namespace v8::internal
  /external/v8/test/cctest/
test-dictionary.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
39 using namespace v8::internal;
43 v8::HandleScope scope;
104 v8::HandleScope scope;
127 v8::HandleScope scope;
test-dataflow.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-macro-assembler-x64.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
30 #include "v8.h"
38 using v8::internal::Assembler;
39 using v8::internal::CodeDesc;
40 using v8::internal::Condition;
41 using v8::internal::FUNCTION_CAST;
42 using v8::internal::HandleScope;
43 using v8::internal::Immediate;
44 using v8::internal::Isolate;
45 using v8::internal::Label
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
RetainedDOMInfo.cpp 53 bool RetainedDOMInfo::IsEquivalent(v8::RetainedObjectInfo* other)
ScriptProfileNode.cpp 37 #include <v8-profiler.h>
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsFrontendImpl.h 36 #include <v8.h>
  /frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
ColorMatrix.java 21 import android.support.v8.renderscript.*;
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve5x5.java 17 package android.support.v8.renderscript;
ScriptIntrinsicYuvToRGB.java 17 package android.support.v8.renderscript;
  /external/v8/preparser/
preparser-process.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
34 #include "../include/v8-preparser.h"
38 namespace i = v8::internal;
60 class AsciiInputStream : public v8::UnicodeInputStream {
197 void fail(v8::PreParserData* data, const char* message, ...) {
233 void CheckException(v8::PreParserData* data,
358 v8::PreParserData data = v8::Preparse(&input_buffer, kMaxStackSize);
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 314 hfilter_8 v8, v10, v11, 0
329 load_and_align_16 v8, r3, r4, 0
347 vfilter_16 v7, v8
364 load_and_align_16 v8, r7, r8, 1
371 vmrghb v6, v8, v9
417 hfilter_8 v8, v29, v30, 1
447 load_and_align_16 v8, r3, r4, 1
473 vfilter_16 v7, v8
474 vfilter_16 v8, v9
493 vmrghb v4, v8, v
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 60 vmuleub \TMP, \V, \T ;# trashes v8
67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
68 vadduhm v16, v6, v8
69 vmuloub v8, \P0, v0
70 vadduhm v17, v6, v8
71 Msum v16, v17, \P2, v2, v8
72 Msum v16, v17, \P3, v3, v8
73 Msum v16, v17, \P5, v5, v8
77 Msum v18, v19, \P4, v4, v8
259 Read8x8 v8, r3, r4,
    [all...]
  /external/v8/src/mips/
debug-mips.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
30 #include "v8.h"
37 namespace v8 { namespace
61 patcher.masm()->li(v8::internal::t9,
64 patcher.masm()->Call(v8::internal::t9);
107 patcher.masm()->li(v8::internal::t9, Operand(reinterpret_cast<int32_t>(
109 patcher.masm()->Call(v8::internal::t9);
333 } } // namespace v8::internal
  /external/v8/test/mjsunit/regress/
regress-1184.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
29 // which goes through some try/catch block---we need to clear v8::TryCatch
39 // ...JS accessor traverses v8 runtime/JS boundary and
40 // when coming back from JS to v8 runtime, retraverses
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.cpp 65 #define CHECK_LIST_VALUE(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) do { \
74 CHECK_NODE_VALUE(v8); \
  /external/chromium/testing/gtest/include/gtest/
gtest-param-test.h 392 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) {
394 v5, v6, v7, v8);
400 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) {
402 v4, v5, v6, v7, v8, v9);
408 T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) {
410 v2, v3, v4, v5, v6, v7, v8, v9, v10);
417 T11> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
420 T11>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11);
427 T12> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
430 T12>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12)
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 394 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) {
396 v5, v6, v7, v8);
402 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) {
404 v4, v5, v6, v7, v8, v9);
410 T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) {
412 v2, v3, v4, v5, v6, v7, v8, v9, v10);
419 T11> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
422 T11>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11);
429 T12> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
432 T12>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 396 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) {
398 v5, v6, v7, v8);
404 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) {
406 v4, v5, v6, v7, v8, v9);
412 T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) {
414 v2, v3, v4, v5, v6, v7, v8, v9, v10);
421 T11> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
424 T11>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11);
431 T12> Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
434 T12>(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12)
    [all...]

Completed in 4400 milliseconds

<<21222324252627282930>>