/external/v8/src/x64/ |
regexp-macro-assembler-x64.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 280 }} // namespace v8::internal
|
/external/v8/test/cctest/ |
test-circular-queue.cc | 1 // Copyright 2010 the V8 project authors. All rights reserved. 5 #include "v8.h" 9 namespace i = 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/v8/src/ |
ic.cc | 1 // Copyright 2006-2009 the V8 project authors. All rights reserved. 28 #include "v8.h" 39 namespace v8 { namespace [all...] |
code-stubs.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 216 } } // namespace v8::internal 230 namespace v8 { namespace 967 } } // namespace v8::internal
|
platform-freebsd.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 54 #include "v8.h" 60 namespace v8 { namespace 645 if (v8::Locker::IsActive() && 850 } } // namespace v8::internal
|
bignum-dtoa.cc | 1 // Copyright 2010 the V8 project authors. All rights reserved. 30 #include "v8.h" 36 namespace v8 { namespace 655 } } // namespace v8::internal
|
fixed-dtoa.cc | 1 // Copyright 2010 the V8 project authors. All rights reserved. 30 #include "v8.h" 35 namespace v8 { namespace 405 } } // namespace v8::internal
|
log.cc | 1 // Copyright 2009 the V8 project authors. All rights reserved. 30 #include "v8.h" 43 namespace v8 { namespace 274 : Thread(isolate, "v8:Profiler"), 290 // http://code.google.com/p/v8/issues/detail?id=487 [all...] |
objects-visiting.h | 1 // Copyright 2006-2009 the V8 project authors. All rights reserved. 40 namespace v8 { namespace 420 } } // namespace v8::internal
|
/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-219.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 31 // (See http://code.google.com/p/v8/issues/detail?id=219)
|
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
|
substr.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 59 assertEquals('abcdefghijklmn', s.substr(0, void 0)); // kjs and v8
|
/external/chromium/webkit/glue/ |
webkit_glue.cc | 47 #include "v8/include/v8.h" 80 v8::V8::SetFlagsFromString(str.data(), static_cast<int>(str.size()));
|
/external/v8/src/arm/ |
assembler-arm-inl.h | 35 // Copyright 2006-2008 the V8 project authors. All rights reserved. 45 namespace v8 { namespace 351 } } // namespace v8::internal
|
constants-arm.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 86 namespace v8 { namespace 773 } } // namespace v8::internal
|
lithium-codegen-arm.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 37 namespace v8 { namespace 389 } } // namespace v8::internal
|
/external/v8/src/ia32/ |
codegen-ia32.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 28 #include "v8.h" 34 namespace v8 { namespace 68 // the V8 heap. We can't, and don't, refer to any relocatable addresses 263 } } // namespace v8::internal
|
lithium-codegen-ia32.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 39 namespace v8 { namespace 371 } } // namespace v8::internal
|