/external/v8/src/ |
list-inl.h | 1 // Copyright 2006-2009 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 240 } } // namespace v8::internal
|
lithium.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 28 #include "v8.h" 31 namespace v8 { namespace 234 } } // namespace v8::internal
|
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
|
/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...] |
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
Matrix3f.java | 17 package android.support.v8.renderscript;
|
Sampler.java | 17 package android.support.v8.renderscript;
|
Script.java | 17 package android.support.v8.renderscript;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 961 vector unsigned short v8; local 1080 vector unsigned short v8; local 1172 vector unsigned short v8; local 1275 vector unsigned short v8; local 1363 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...] |