/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/ |
T_neg_long_2.d | 18 not-long v8, v12 20 add-long v4, v6, v8
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/d/ |
T_shl_long_2addr_1.d | 16 shl-long/2addr v8, v10 17 return-wide v8
|
T_shl_long_2addr_2.d | 16 shl-long/2addr v8, v11 17 return-wide v8
|
T_shl_long_2addr_7.d | 16 shl-long/2addr v8, v10 17 return-wide v8
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/d/ |
T_shr_long_2addr_1.d | 16 shr-long/2addr v8, v10 17 return-wide v8
|
T_shr_long_2addr_2.d | 16 shr-long/2addr v8, v11 17 return-wide v8
|
T_shr_long_2addr_7.d | 16 shr-long/2addr v8, v10 17 return-wide v8
|
/external/v8/src/ |
circular-queue-inl.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 51 } } // namespace v8::internal
|
disassembler.h | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 56 } } // namespace v8::internal
|
platform-tls-mac.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 60 } } // namespace v8::internal
|
preparse-data-format.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 60 } } // namespace v8::internal.
|
utils-inl.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 46 } } // namespace v8::internal
|
vm-state.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 34 namespace v8 { namespace 57 } } // namespace v8::internal
|
win32-math.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 48 namespace v8 { namespace 52 } // namespace v8
|
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
|
/external/v8/src/ia32/ |
cpu-ia32.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 87 } } // namespace v8::internal
|
/external/v8/src/x64/ |
cpu-x64.cc | 1 // Copyright 2012 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 87 } } // 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::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...] |
/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...] |