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

<<11121314151617181920>>

  /external/v8/src/x64/
cpu-x64.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
34 #include "v8.h"
41 namespace v8 { namespace
57 // code simultaneously. V8 (and JavaScript) is single threaded and when code
86 } } // namespace v8::internal
lithium-gap-resolver-x64.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
35 namespace v8 { namespace
72 } } // namespace v8::internal
  /external/v8/test/cctest/
test-version.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 #include "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;
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::CodeDesc;
40 using v8::internal::FUNCTION_CAST;
41 using v8::internal::Immediate;
42 using v8::internal::Isolate;
43 using v8::internal::Label;
44 using v8::internal::OS;
45 using v8::internal::Operand
    [all...]
test-alloc.cc 1 // Copyright 2007-2008 the V8 project authors. All rights reserved.
28 #include "v8.h"
34 using namespace v8::internal;
107 v8::Persistent<v8::Context> env = v8::Context::New();
108 v8::HandleScope scope;
129 v8::Persistent<v8::Context> env = v8::Context::New()
    [all...]
test-profile-generator.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
7 #include "v8.h"
10 #include "../include/v8-profiler.h"
12 namespace i = v8::internal;
28 namespace v8 { namespace
38 } } // namespace v8::internal
43 v8::HandleScope hs;
44 v8::Local<v8::String> token1(v8::String::New("1"))
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
RetainedDOMInfo.h 40 // Implements v8::RetainedObjectInfo.
46 virtual bool IsEquivalent(v8::RetainedObjectInfo* other);
53 // V8 guarantees to keep RetainedObjectInfos alive only during a GC or heap snapshotting round, when renderer
ScriptScope.cpp 36 #include <v8.h>
  /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/src/
messages.cc 2 // Copyright 2006-2008 the V8 project authors. All rights reserved.
29 #include "v8.h"
36 namespace v8 { namespace
114 v8::Local<v8::Message> api_message_obj = v8::Utils::MessageToLocal(message);
116 v8::NeanderArray global_listeners(FACTORY->message_listeners());
127 v8::NeanderObject listener(JSObject::cast(global_listeners.get(i)));
129 v8::MessageCallback callback =
130 FUNCTION_CAST<v8::MessageCallback>(callback_obj->proxy())
    [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
67 void DebuggerMessage(const v8::Debug::Message& message);
81 friend void DebuggerAgentMessageHandler(const v8::Debug::Message& message);
92 : Thread(isolate, "v8:DbgAgntSessn"),
121 const v8::Handle<v8::String> message);
125 } } // namespace v8::internal
bootstrapper.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
32 namespace v8 { namespace
97 v8::Handle<v8::ObjectTemplate> global_template,
98 v8::ExtensionConfiguration* extensions);
121 // This will allocate a char array that is deleted when V8 is shut down.
127 v8::ExtensionConfiguration* extensions);
166 : public v8::String::ExternalAsciiStringResource {
183 }} // namespace v8::internal
api.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
51 #include "../include/v8-profiler.h"
52 #include "../include/v8-testing.h"
68 namespace v8 { namespace
93 i::V8::FatalProcessOutOfMemory(NULL); \
105 if (v8::Locker::IsActive()) { \
109 "Entering the V8 API without proper locking in place"); \
136 i::V8::FatalProcessOutOfMemory(location, false);
140 // When V8 cannot allocated memory FatalProcessOutOfMemory is called
    [all...]
debug.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
43 #include "../include/v8-debug.h"
45 namespace v8 { namespace
188 static void HandleWeakScript(v8::Persistent<v8::Value> obj, void* data);
369 static void HandleWeakDebugInfo(v8::Persistent<v8::Value> obj, void* data);
556 class MessageImpl: public v8::Debug::Message {
570 v8::Debug::ClientData* client_data);
572 // Implementation of interface v8::Debug::Message
    [all...]
debug.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
28 #include "v8.h"
48 #include "../include/v8-debug.h"
50 namespace v8 { namespace
74 static void PrintLn(v8::Local<v8::Value> value) {
75 v8::Local<v8::String> s = value->ToString();
78 V8::FatalProcessOutOfMemory("PrintLn");
104 static v8::Handle<v8::Context> GetDebugEventContext(Isolate* isolate)
    [all...]
  /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/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...]
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...]
  /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...]
  /cts/tools/vm-tests/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
  /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...]

Completed in 2076 milliseconds

<<11121314151617181920>>