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

<<11121314151617181920>>

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Long4.java 17 package android.support.v8.renderscript;
Short2.java 17 package android.support.v8.renderscript;
Short3.java 17 package android.support.v8.renderscript;
Short4.java 17 package android.support.v8.renderscript;
  /external/v8/include/
v8-debug.h 1 // Copyright 2008 the V8 project authors. All rights reserved.
31 #include "v8.h"
39 // Setup for Windows DLL export/import. See v8.h in this directory for
40 // information on how to build/use V8 as a DLL.
56 // Setup for Linux shared library export. See v8.h in this directory for
57 // information on how to build/use V8 as shared library.
68 * Debugger support for the V8 JavaScript engine.
70 namespace v8 { namespace
72 // Debug events which can occur in the V8 JavaScript engine.
87 * A client object passed to the v8 debugger whose ownership will be taken b
    [all...]
  /external/v8/test/cctest/
cctest.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
28 #include <v8.h>
45 basename = v8::internal::StrDup(file);
47 basename = v8::internal::StrDup(basename + 1);
73 v8::internal::FlagList::SetFlagsFromCommandLine(&argc, argv, true);
83 char* arg_copy = v8::internal::StrDup(arg);
116 v8::internal::DeleteArray<char>(arg_copy);
121 v8::V8::Dispose();
test-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::Code;
40 using v8::internal::CodeDesc;
41 using v8::internal::FUNCTION_CAST;
42 using v8::internal::Immediate;
43 using v8::internal::Isolate;
44 using v8::internal::Label;
45 using v8::internal::OS
    [all...]
test-alloc.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
34 using namespace v8::internal;
125 v8::Persistent<v8::Context> env = v8::Context::New();
126 v8::HandleScope scope;
147 v8::Persistent<v8::Context> env = v8::Context::New()
    [all...]
test-weakmaps.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
34 using namespace v8::internal;
60 static void WeakPointerCallback(v8::Persistent<v8::Value> handle, void* id) {
69 v8::HandleScope scope;
76 v8::HandleScope scope;
85 v8::HandleScope scope;
99 v8::HandleScope scope;
124 v8::HandleScope scope
    [all...]
test-profile-generator.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
5 #include "v8.h"
8 #include "../include/v8-profiler.h"
24 namespace v8 { namespace
34 } } // namespace v8::internal
39 v8::HandleScope hs;
40 v8::Local<v8::String> token1(v8::String::New("1x"));
41 CHECK_EQ(0, te.GetTokenId(*v8::Utils::OpenHandle(*token1)))
    [all...]
  /external/v8/src/
messages.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
35 namespace v8 { namespace
113 v8::Local<v8::Message> api_message_obj = v8::Utils::MessageToLocal(message);
115 v8::NeanderArray global_listeners(FACTORY->message_listeners());
126 v8::NeanderObject listener(JSObject::cast(global_listeners.get(i)));
128 v8::MessageCallback callback =
129 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address())
    [all...]
debug-agent.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
32 #include "../include/v8-debug.h"
35 namespace v8 { namespace
70 void DebuggerMessage(const v8::Debug::Message& message);
85 friend void DebuggerAgentMessageHandler(const v8::Debug::Message& message);
96 : Thread("v8:DbgAgntSessn"),
124 const v8::Handle<v8::String> message);
128 } } // namespace v8::internal
bootstrapper.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
100 v8::Handle<v8::ObjectTemplate> global_template,
101 v8::ExtensionConfiguration* extensions);
124 // This will allocate a char array that is deleted when V8 is shut down.
130 v8::ExtensionConfiguration* extensions);
169 : public v8::String::ExternalAsciiStringResource {
187 }} // namespace v8::internal
handles-inl.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
37 namespace v8 { namespace
72 v8::ImplementationUtilities::HandleScopeData* current =
83 v8::ImplementationUtilities::HandleScopeData* current =
98 v8::ImplementationUtilities::HandleScopeData* current =
117 v8::ImplementationUtilities::HandleScopeData* current =
134 v8::ImplementationUtilities::HandleScopeData* current =
152 v8::ImplementationUtilities::HandleScopeData* current =
167 v8::ImplementationUtilities::HandleScopeData* data =
175 } } // namespace v8::interna
    [all...]
heap-profiler.cc 1 // Copyright 2009-2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
33 namespace v8 { namespace
71 v8::ActivityControl* control) {
81 v8::ActivityControl* control) {
90 uint16_t class_id, v8::HeapProfiler::WrapperInfoCallback callback) {
91 ASSERT(class_id != v8::HeapProfiler::kPersistentHandleNoClassId);
100 v8::RetainedObjectInfo* HeapProfiler::ExecuteWrapperClassCallback(
110 v8::ActivityControl* control) {
135 v8::ActivityControl* control)
    [all...]
once.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 // This header is intended to be included only by v8's internal code. Users
80 namespace v8 { namespace
87 #define V8_DECLARE_ONCE(NAME) ::v8::internal::OnceType NAME
121 } } // namespace v8::internal
  /external/srtp/crypto/cipher/
aes_icm.c 173 c->counter.v8[i] = key[16 + i];
174 c->offset.v8[i] = key[16 + i];
178 c->offset.v8[14] = c->offset.v8[15] = 0;
179 c->counter.v8[14] = c->counter.v8[15] = 0;
308 if (!++(c->counter.v8[15]))
309 ++(c->counter.v8[14]);
351 *buf++ ^= c->keystream_buffer.v8[i];
363 *buf++ ^= c->keystream_buffer.v8[i]
    [all...]
aes.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
64 vmsumshm v10, v0, v8, v6
68 vmsumshm v11, v2, v8, v6
80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
82 vmsumshm v8, v8, v12, v6
83 vmsumshm v8, v9, v13, v
    [all...]
  /external/v8/src/arm/
debug-arm.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
35 namespace v8 { namespace
62 patcher.masm()->ldr(v8::internal::ip, MemOperand(v8::internal::pc, 0));
63 patcher.masm()->blx(v8::internal::ip);
65 patcher.masm()->mov(v8::internal::lr, v8::internal::pc);
66 patcher.masm()->ldr(v8::internal::pc, MemOperand(v8::internal::pc, -4))
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
sad_altivec.asm 36 vspltisw v8, 0 ;# zero out total to start
51 ;# v8 += abs (v4 - v5)
52 vsum4ubs v8, v6, v8
84 vsum4ubs v8, v6, v8
98 vsum4ubs v8, v6, v8
106 vsumsws v8, v8, v
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_2.d 38 monitor-enter v8
40 monitor-enter v8
43 iput v9, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.flg I
46 monitor-exit v8
55 iget v1, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.flg I
60 iput-boolean v5, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z
63 monitor-exit v8
72 iput-boolean v6, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z
74 monitor-exit v8
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 37 #if USE(V8)
128 #if USE(V8)
177 #if USE(V8)
203 #if USE(V8)
211 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
229 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
240 v8::HandleScope handleScope;
241 v8::Handle<v8::Array> result = v8::Array::New(data.size())
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
73 '08139150 00000b4b t v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)',
74 '08139ca0 000003f1 T v8::internal::Runtime::GetElementOrCharAt(v8::internal::Handle<v8::internal::Object>, unsigned int)',
75 '0813a0b0 00000855 t v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)',
76 '0818b220 00000036 W v8::internal::RegExpMacroAssembler::CheckPosition(int, v8::internal::Label*)'
    [all...]
  /external/v8/src/ia32/
simulator-ia32.h 1 // Copyright 2008 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
57 class SimulatorStack : public v8::internal::AllStatic {
72 } } // namespace v8::internal

Completed in 222 milliseconds

<<11121314151617181920>>