/external/v8/src/ |
liveobjectlist.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 31 #include "v8.h" 38 namespace v8 { namespace 74 // accessible via the v8 debugger interface. 317 } } // namespace v8::internal
|
objects-visiting.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 42 namespace v8 { namespace 350 } } // namespace v8::internal
|
platform-nullos.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 35 #include "v8.h" 41 namespace v8 { namespace 44 // Give V8 the opportunity to override the default ceil behaviour. 51 // Give V8 the opportunity to override the default fmod behavior. 82 // Initialize OS class early in the V8 startup. 501 } } // namespace v8::internal
|
regexp-macro-assembler-tracer.cc | 1 // Copyright 2008 the V8 project authors. All rights reserved. 28 #include "v8.h" 33 namespace v8 { namespace 373 }} // namespace v8::internal
|
regexp-macro-assembler.cc | 1 // Copyright 2008 the V8 project authors. All rights reserved. 28 #include "v8.h" 35 namespace v8 { namespace 271 } } // namespace v8::internal
|
rewriter.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 28 #include "v8.h" 36 namespace v8 { namespace 106 // returns 'undefined'. To obtain the same behavior with v8, we need 273 } } // namespace v8::internal
|
safepoint-table.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 28 #include "v8.h" 37 namespace v8 { namespace 244 } } // namespace v8::internal
|
scanner-character-streams.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 28 #include "v8.h" 35 namespace v8 { namespace 323 } } // namespace v8::internal
|
scopes.h | 1 // Copyright 2012 the V8 project authors. All rights reserved. 34 namespace v8 { namespace 608 } } // namespace v8::internal
|
splay-tree-inl.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 308 } } // namespace v8::internal
|
token.h | 1 // Copyright 2012 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 294 } } // namespace v8::internal
|
type-info.h | 1 // Copyright 2012 the V8 project authors. All rights reserved. 36 namespace v8 { namespace 324 } } // namespace v8::internal
|
v8globals.h | 1 // Copyright 2012 the V8 project authors. All rights reserved. 34 namespace v8 { namespace 38 // V8 system. 327 // inlined within v8 runtime, rather than going to the underlying 536 // V8 allows const declarations in global code with distinct creation and 556 } } // namespace v8::internal
|
v8utils.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 30 #include "v8.h" 36 namespace v8 { namespace 360 } } // namespace v8::internal
|
platform-solaris.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 32 # error "V8 does not support the SPARC CPU architecture." 53 #include "v8.h" 79 namespace v8 { namespace 678 if (v8::Locker::IsActive() && 895 } } // namespace v8::internal
|
/external/v8/src/mips/ |
lithium-gap-resolver-mips.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 28 #include "v8.h" 33 namespace v8 { namespace 316 } } // namespace v8::internal
|
/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 37 namespace v8 { namespace 286 }} // namespace v8::internal
|
/external/valgrind/main/memcheck/tests/ |
wrap6.c | 29 register UInt v8 = vec[8-1]; \ 59 v8 = ROL(v8,8); \ 88 sum ^= (v1-v8); \
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebelement.cpp | 42 #elif USE(V8) 60 #if USE(V8) 61 using namespace V8::Bindings; 748 #elif USE(V8) 749 static bool setupScriptContext(WebCore::Element* element, v8::Handle<v8::Value>& thisValue, ScriptState*& state, ScriptController*& scriptController) 763 // Get V8 wrapper for DOM element 781 #elif USE(V8) 782 v8::Handle<v8::Value> thisValue [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit_A.c | 960 vector unsigned short v8; local 1079 vector unsigned short v8; local 1171 vector unsigned short v8; local 1274 vector unsigned short v8; local 1362 vector unsigned short v8; local [all...] |
SDL_blit_N.c | 263 vector unsigned int v8 = vec_splat_u32(8); local 264 vector unsigned int v16 = vec_add(v8, v8); 279 vec_add((vector unsigned int)vredalpha1, vec_sl(v8, v16)) 292 vec_add((vector unsigned int)vblue1, v8) 305 vec_add((vector unsigned int)vgreen1, vec_sl(v8, v8)) 408 vector unsigned int v8 = vec_splat_u32(8); local 409 vector unsigned int v16 = vec_add(v8, v8); [all...] |
/external/openssl/crypto/ |
sparccpuid.S | 41 ! Following is V9 "rd %ccr,%o0" instruction. However! V8 42 ! specification says that it ("rd %asr2,%o0" in V8 terms) does 44 ! to determine if the CPU the code is executing on is V8- or 49 bne .v8 69 .v8: fmovs %f1,%f31
|
/external/v8/test/mjsunit/regress/ |
regress-231.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 28 // See issue 231 <URL: http://code.google.com/p/v8/issues/detail?id=231 >
|
regress-334.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 30 // Test for http://code.google.com/p/v8/issues/detail?id=334
|
/external/v8/test/mjsunit/ |
string-charcodeat.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 216 // See http://code.google.com/p/v8/issues/detail?id=1070
|