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

<<11121314151617181920>>

  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 42 namespace v8 { namespace
107 WEBKIT_API static WebFrame* frameForContext(v8::Handle<v8::Context>);
245 // v8 extensions are loaded into the new context - see
260 virtual v8::Handle<v8::Value> executeScriptAndReturnValue(
263 // Returns the V8 context for this frame, or an empty handle if there
265 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;
268 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystem::Type
    [all...]
  /external/v8/src/arm/
simulator-arm.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
32 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro,
44 namespace v8 { namespace
69 class SimulatorStack : public v8::internal::AllStatic {
71 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
84 } } // namespace v8::internal
93 namespace v8 { namespace
153 static Simulator* current(v8::internal::Isolate* isolate);
186 // V8 generally calls into generated JS code with 5 parameters and into
202 static void FlushICache(v8::internal::HashMap* i_cache, void* start
    [all...]
  /external/v8/src/
api.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
32 #include "../include/v8-debug.h"
33 #include "../include/v8-profiler.h"
34 #include "../include/v8-testing.h"
70 namespace v8 { namespace
95 i::V8::FatalProcessOutOfMemory(NULL); \
108 isolate, value, i::V8::FireCallCompletedCallback(isolate);)
117 if (v8::Locker::IsActive()) { \
120 "Entering the V8 API without proper locking in place"); \
145 i::V8::FatalProcessOutOfMemory(location, false)
    [all...]
char-predicates.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
67 } } // namespace v8::internal
circular-queue.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
101 } } // namespace v8::internal
codegen.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
84 namespace v8 { namespace
106 } } // namespace v8::internal
d8-readline.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
33 // The readline includes leaves RETURN defined which breaks V8 compilation.
46 namespace v8 { namespace
160 } // namespace v8
data-flow.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
33 namespace v8 { namespace
66 } } // namespace v8::internal
inspector.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
29 #include "v8.h"
33 namespace v8 { namespace
62 } } // namespace v8::internal
isolate-inl.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
71 } } // namespace v8::internal
platform-tls-win32.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
60 } } // namespace v8::internal
v8-counters.cc 1 // Copyright 2007-2008 the V8 project authors. All rights reserved.
28 #include "v8.h"
30 #include "v8-counters.h"
32 namespace v8 { namespace
52 { "c:V8.State" #name, NULL, false },
62 } } // namespace v8::internal
v8conversions.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
58 } } // namespace v8::internal
  /external/srtp/crypto/math/
datatypes.c 200 bit_string[j++] = nibble_to_hex_char(x->v8[i] >> 4);
201 bit_string[j++] = nibble_to_hex_char(x->v8[i] & 0xF);
233 x->v8[0] = s[0];
234 x->v8[1] = s[1];
235 x->v8[2] = s[2];
236 x->v8[3] = s[3];
237 x->v8[4] = s[4];
238 x->v8[5] = s[5];
239 x->v8[6] = s[6];
240 x->v8[7] = s[7]
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
30 #include "v8.h"
39 using namespace v8::internal;
47 static v8::Persistent<v8::Context> env;
52 env = v8::Context::New();
61 v8::HandleScope scope;
63 v8::internal::byte buffer[256];
89 v8::HandleScope scope;
91 v8::internal::byte buffer[256]
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/d/
T_filled_new_array_8.d 28 const v8, 0
30 filled-new-array {v5, v6, v7, v8, v9}, [I
37 filled-new-array {v5, v6, v7, v8, v9}, [I
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SVGPathSegCustom.cpp 60 v8::Handle<v8::Value> toV8(SVGPathSeg* impl)
63 return v8::Null();
  /external/clang/test/CodeGen/
vector-alignment.c 25 double __attribute__((vector_size(32), aligned(64))) v8; variable
26 // CHECK: @v8 {{.*}}, align 64
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
35 namespace v8 { namespace
108 } } // namespace v8::internal
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
WhiteBalance.java 21 import android.support.v8.renderscript.*;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_atomic.java 21 import android.support.v8.renderscript.*;
UT_clamp.java 21 import android.support.v8.renderscript.*;
UT_clamp_relaxed.java 21 import android.support.v8.renderscript.*;
UT_convert.java 21 import android.support.v8.renderscript.*;
UT_convert_relaxed.java 21 import android.support.v8.renderscript.*;

Completed in 554 milliseconds

<<11121314151617181920>>