/external/v8/preparser/ |
preparser-process.cc | 1 // Copyright 2010 the V8 project authors. All rights reserved. 33 #include "../include/v8-preparser.h" 45 class AsciiInputStream : public v8::UnicodeInputStream { 150 v8::PreParserData data = v8::Preparse(&input_buffer, kMaxStackSize);
|
/external/v8/test/mjsunit/compiler/ |
regress-gap.js | 1 // Copyright 2010 the V8 project authors. All rights reserved. 39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { 48 v7 = v8; 49 v8 = v9; 56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) { 66 v7 = v8; 67 v8 = v9;
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 78 ; load coefficients into v0-v7 and initial history into v8-v15 111 lvx v8,0,r11 114 vperm v8,v9,v8,v16 232 vmulosh v20,v0,v8 ; v20: sum vector 267 vsldoi v9,v9,v8,4 284 vsldoi v8,v8,v20,4 ; insert value onto history 397 vmulosh v8,v0,v2 ; v8: sum vecto [all...] |
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 80 # load coefficients into v0-v7 and initial history into v8-v15 113 lvx v8,0,r11 116 vperm v8,v9,v8,v16 234 vmulosh v20,v0,v8 # v20: sum vector 269 vsldoi v9,v9,v8,4 286 vsldoi v8,v8,v20,4 # insert value onto history 399 vmulosh v8,v0,v2 # v8: sum vecto [all...] |
/external/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 116 Tpair v16,v17, v0,v8 131 Tpair v8,v9, v20,v28 245 ;# preserving v8 = sign converter. 286 vmrghb v8, v20, v28 294 vmrghb v16, v0, v8 295 vmrglb v17, v0, v8 318 vmrghb v8, v20, v28 326 vmrghb v16, v0, v8 327 vmrglb v17, v0, v8 392 vcmpgtub v8, v14, v8 ;# X = true if flimit exceede [all...] |
/external/v8/src/ |
isolate.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 31 #include "../include/v8-debug.h" 47 namespace v8 { namespace 162 // (required for public API: V8::V8::GetCurrentThreadId). 166 // (required for public API: V8::V8::TerminateExecution). 200 v8::TryCatch* TryCatchHandler(); 243 v8::TryCatch* catcher_; 268 v8::FailedAccessCheckCallback failed_access_check_callback_ [all...] |
char-predicates-inl.h | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 92 } } // namespace v8::internal
|
counters.cc | 1 // Copyright 2007-2008 the V8 project authors. All rights reserved. 28 #include "v8.h" 34 namespace v8 { namespace 93 } } // namespace v8::internal
|
diy-fp.cc | 1 // Copyright 2010 the V8 project authors. All rights reserved. 28 #include "v8.h" 32 namespace v8 { namespace 58 } } // namespace v8::internal
|
func-name-inferrer.h | 1 // Copyright 2006-2009 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 109 } } // namespace v8::internal
|
global-handles.h | 1 // Copyright 2007-2008 the V8 project authors. All rights reserved. 31 #include "../include/v8-profiler.h" 35 namespace v8 { namespace 51 v8::RetainedObjectInfo* info) { 67 v8::RetainedObjectInfo* info_; 184 v8::RetainedObjectInfo* info); 269 } } // namespace v8::internal
|
regexp-macro-assembler-irregexp-inl.h | 1 // Copyright 2008-2009 the V8 project authors. All rights reserved. 31 #include "v8.h" 38 namespace v8 { namespace 76 } } // namespace v8::internal
|
smart-pointer.h | 1 // Copyright 2008 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 107 } } // namespace v8::internal
|
snapshot-common.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 30 #include "v8.h" 37 namespace v8 { namespace 43 return V8::Initialize(&deserializer); 82 } } // namespace v8::internal
|
token.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 63 } } // namespace v8::internal
|
v8memory.h | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 80 } } // namespace v8::internal
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_wide/d/ |
T_move_wide_6.d | 34 cmp-long v8, v1, v4 36 return v8
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/d/ |
T_move_wide_6.d | 34 cmp-long v8, v1, v4 36 return v8
|
/external/v8/include/ |
v8-testing.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 31 #include "v8.h" 34 // Setup for Windows DLL export/import. See v8.h in this directory for 35 // information on how to build/use V8 as a DLL. 51 // Setup for Linux shared library export. See v8.h in this directory for 52 // information on how to build/use V8 as shared library. 63 * Testing support for the V8 JavaScript engine. 65 namespace v8 { namespace 98 } // namespace v8
|
/external/v8/src/arm/ |
codegen-arm.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 35 namespace v8 { namespace 89 } } // namespace v8::internal
|
cpu-arm.cc | 1 // Copyright 2006-2009 the V8 project authors. All rights reserved. 33 #include "v8.h" 41 namespace v8 { namespace 118 } } // namespace v8::internal
|
/external/v8/src/mips/ |
register-allocator-mips-inl.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 31 #include "v8.h" 34 namespace v8 { namespace 131 } } // namespace v8::internal
|
/external/webkit/Source/WebCore/bindings/v8/ |
RetainedDOMInfo.cpp | 53 bool RetainedDOMInfo::IsEquivalent(v8::RetainedObjectInfo* other)
|
ScriptProfileNode.cpp | 37 #include <v8-profiler.h>
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDevToolsFrontendImpl.h | 36 #include <v8.h>
|