/external/chromium-trace/catapult/tracing/test_data/ |
D | v8.log | 204 timer-event-start,"V8.GCCompactor",1936 205 timer-event-end,"V8.GCCompactor",3220 430 timer-event-start,"V8.GCCompactor",5042 431 timer-event-end,"V8.GCCompactor",5967 554 timer-event-start,"V8.GCCompactor",7451 555 timer-event-end,"V8.GCCompactor",8337 780 timer-event-start,"V8.GCCompactor",10021 781 timer-event-end,"V8.GCCompactor",10894 1153 timer-event-start,"V8.ParseLazy",323077 1154 timer-event-end,"V8.ParseLazy",323361 [all …]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb-v8.1a.txt | 2 …t llvm-mc -triple thumbv8 -mattr=+v8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V8 6 # CHECK-V8: warning: invalid instruction encoding 7 # CHECK-V8: [0x11,0xff,0x12,0x0b] 8 # CHECK-V8: ^ 12 # CHECK-V8: warning: invalid instruction encoding 13 # CHECK-V8: [0x21,0xff,0x12,0x0b] 14 # CHECK-V8: ^ 18 # CHECK-V8: warning: invalid instruction encoding 19 # CHECK-V8: [0x12,0xff,0x54,0x0b] 20 # CHECK-V8: ^ [all …]
|
D | armv8.1a.txt | 2 …not llvm-mc -triple armv8 -mattr=+v8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V8 12 # CHECK-V8: warning: invalid instruction encoding 13 # CHECK-V8: [0x54,0x0b,0x12,0xf3] 14 # CHECK-V8: warning: invalid instruction encoding 15 # CHECK-V8: [0x12,0x0b,0x21,0xf3] 16 # CHECK-V8: warning: invalid instruction encoding 17 # CHECK-V8: [0x54,0x0c,0x12,0xf3] 18 # CHECK-V8: warning: invalid instruction encoding 19 # CHECK-V8: [0x12,0x0c,0x21,0xf3] 29 # CHECK-V8: warning: invalid instruction encoding [all …]
|
/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=V8 4 ! V8: error: invalid instruction mnemonic 5 ! V8-NEXT: addc %g2, %g1, %g3 9 ! V8: error: invalid instruction mnemonic 10 ! V8-NEXT: addccc %g1, %g2, %g3 14 ! V8: error: invalid instruction mnemonic 15 ! V8-NEXT: subc %g2, %g1, %g3 19 ! V8: error: invalid instruction mnemonic 20 ! V8-NEXT: subccc %g1, %g2, %g3 24 ! V8: error: instruction requires a CPU feature not currently enabled [all …]
|
/external/v8/src/ |
D | counters.h | 828 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \ 829 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \ 830 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \ 831 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, \ 833 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \ 834 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \ 835 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \ 837 HR(wasm_functions_per_module, V8.WasmFunctionsPerModule, 1, 10000, 51) 841 HT(gc_compactor, V8.GCCompactor, 10000, MILLISECOND) \ 842 HT(gc_finalize, V8.GCFinalizeMC, 10000, MILLISECOND) \ [all …]
|
D | v8.cc | 35 v8::Platform* V8::platform_ = NULL; 38 bool V8::Initialize() { in Initialize() 44 void V8::TearDown() { in TearDown() 55 void V8::InitializeOncePerProcessImpl() { in InitializeOncePerProcessImpl() 88 void V8::InitializeOncePerProcess() { in InitializeOncePerProcess() 93 void V8::InitializePlatform(v8::Platform* platform) { in InitializePlatform() 100 void V8::ShutdownPlatform() { in ShutdownPlatform() 106 v8::Platform* V8::GetCurrentPlatform() { in GetCurrentPlatform() 112 void V8::SetPlatformForTesting(v8::Platform* platform) { platform_ = platform; } in SetPlatformForTesting() 115 void V8::SetNativesBlob(StartupData* natives_blob) { in SetNativesBlob() [all …]
|
/external/llvm/test/MC/ARM/ |
D | invalid-fp-armv8.s | 1 …N: not llvm-mc -triple armv8 -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=V8 11 @ V8: error: invalid instruction 13 @ V8: error: invalid instruction 15 @ V8: error: invalid instruction 17 @ V8: error: invalid instruction 19 @ V8: error: invalid instruction 21 @ V8: error: invalid instruction 23 @ V8: error: invalid instruction 25 @ V8: error: invalid instruction 27 @ V8: error: invalid instruction [all …]
|
D | basic-thumb2-instructions-v8.s | 3 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8 9 @ CHECK-V8: hlt #0 @ encoding: [0x80,0xba] 10 @ CHECK-V8: hlt #63 @ encoding: [0xbf,0xba] 18 @ CHECK-V8: it pl @ encoding: [0x58,0xbf] 19 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba] 24 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba] 31 @ CHECK-V8: sbc.w r6, r3, sp, asr #16 @ encoding: [0x63,0xeb,0x2d,0x46] 32 @ CHECK-V8: and.w r6, r3, sp, asr #16 @ encoding: [0x03,0xea,0x2d,0x46] 33 @ CHECK-V8: and sp, r0, #0 @ encoding: [0x00,0xf0,0x00,0x0d] 42 @ CHECK-V8: dcps1 @ encoding: [0x8f,0xf7,0x01,0x80] [all …]
|
D | basic-arm-instructions-v8.s | 3 @ RUN: llvm-mc -triple armv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8 9 @ CHECK-V8: hlt #0 @ encoding: [0x70,0x00,0x00,0xe1] 10 @ CHECK-V8: hlt #65535 @ encoding: [0x7f,0xff,0x0f,0xe1] 16 @ CHECK-V8: hlt #0 @ encoding: [0x70,0x00,0x00,0xe1] 27 @ CHECK-V8: dmb ishld @ encoding: [0x59,0xf0,0x7f,0xf5] 28 @ CHECK-V8: dmb oshld @ encoding: [0x51,0xf0,0x7f,0xf5] 29 @ CHECK-V8: dmb nshld @ encoding: [0x55,0xf0,0x7f,0xf5] 30 @ CHECK-V8: dmb ld @ encoding: [0x5d,0xf0,0x7f,0xf5] 44 @ CHECK-V8: dsb ishld @ encoding: [0x49,0xf0,0x7f,0xf5] 45 @ CHECK-V8: dsb oshld @ encoding: [0x41,0xf0,0x7f,0xf5] [all …]
|
D | directive-arch_extension-crypto.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8 8 @ RUN: | FileCheck %s -check-prefix CHECK-V8 62 @ CHECK-V8: error: instruction requires: crypto 66 @ CHECK-V8: error: instruction requires: crypto 69 @ CHECK-V8: error: instruction requires: crypto 72 @ CHECK-V8: error: instruction requires: crypto 75 @ CHECK-V8: error: instruction requires: crypto 79 @ CHECK-V8: error: instruction requires: crypto 82 @ CHECK-V8: error: instruction requires: crypto 85 @ CHECK-V8: error: instruction requires: crypto [all …]
|
/external/llvm/test/CodeGen/SPARC/ |
D | float.ll | 1 ; RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8 2 ; RUN: llc -march=sparc -O0 < %s | FileCheck %s -check-prefix=V8-UNOPT 6 ; V8-LABEL: test_neg: 7 ; V8: call get_double 8 ; V8: fnegs %f0, %f0 10 ; V8-UNOPT-LABEL: test_neg: 11 ; V8-UNOPT: fnegs 12 ; V8-UNOPT: ! implicit-def 13 ; V8-UNOPT: fmovs {{.+}}, %f0 14 ; V8-UNOPT: fmovs {{.+}}, %f1 [all …]
|
D | 2011-01-11-CC.ll | 1 ; RUN: llc -march=sparc <%s | FileCheck %s -check-prefix=V8 8 ; V8: addcc 9 ; V8-NOT: subcc 10 ; V8: addx 24 ; V8: test_select_int_icc 25 ; V8: cmp 26 ; V8: {{be|bne}} 39 ; V8: test_select_fp_icc 40 ; V8: cmp 41 ; V8: {{be|bne}} [all …]
|
D | 2011-01-11-Call.ll | 2 ; RUN: llc -march=sparc <%s | FileCheck %s --check-prefix=V8 5 ; V8-LABEL: test 6 ; V8: save %sp 7 ; V8: call foo 8 ; V8-NEXT: nop 9 ; V8: call bar 10 ; V8-NEXT: nop 11 ; V8: ret 12 ; V8-NEXT: restore 35 ; V8-LABEL: test_tail_call_with_return [all …]
|
D | 2011-01-11-FrameAddr.ll | 1 ;RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8 3 ;RUN: llc -march=sparc -regalloc=basic < %s | FileCheck %s -check-prefix=V8 10 ;V8-LABEL: frameaddr: 11 ;V8: save %sp, -96, %sp 12 ;V8: ret 13 ;V8: restore %g0, %fp, %o0 33 ;V8-LABEL: frameaddr2: 34 ;V8: ta 3 35 ;V8: ld [%fp+56], {{.+}} 36 ;V8: ld [{{.+}}+56], {{.+}} [all …]
|
D | 2013-05-17-CallFrame.ll | 1 ; RUN: llc -march=sparc < %s | FileCheck %s --check-prefix=V8 4 ; V8-LABEL: variable_alloca_with_adj_call_stack 5 ; V8: save %sp, -96, %sp 6 ; V8: add {{.+}}, 96, %o0 7 ; V8: add %sp, -16, %sp 8 ; V8: call foo 9 ; V8: add %sp, 16, %sp
|
D | ctpop.ll | 1 ; RUN: llc < %s -march=sparc -mattr=-v9 | FileCheck %s -check-prefix=V8 3 ; RUN: llc < %s -march=sparc -mcpu=v9 | FileCheck %s -check-prefix=V8 4 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc | FileCheck %s -check-prefix=V8 5 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc3 | FileCheck %s -check-prefix=V8 6 ; RUN: llc < %s -march=sparc -mcpu=niagara | FileCheck %s -check-prefix=V8 14 ; V8-LABEL: test 15 ; V8-NOT: popc
|
/external/v8/infra/mb/ |
D | mb_config.pyl | 1 # Copyright 2016 The V8 project authors. All rights reserved. 21 'V8 Linux - builder': 'gyp_release_x86_gcmole', 22 'V8 Linux - debug builder': 'gyp_debug_x86', 23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap', 24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap', 25 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap', 26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', 28 'V8 Linux64 - builder': 'gyp_release_x64', 29 'V8 Linux64 - debug builder': 'gyp_debug_x64_valgrind', 30 'V8 Linux64 - custom snapshot - debug builder': 'gyp_debug_x64_custom', [all …]
|
/external/v8/test/cctest/ |
D | test-trace-event.cc | 112 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST() 114 i::V8::SetPlatformForTesting(&platform); in TEST() 121 i::V8::SetPlatformForTesting(old_platform); in TEST() 126 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST() 128 i::V8::SetPlatformForTesting(&platform); in TEST() 143 i::V8::SetPlatformForTesting(old_platform); in TEST() 148 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST() 150 i::V8::SetPlatformForTesting(&platform); in TEST() 164 i::V8::SetPlatformForTesting(old_platform); in TEST() 169 v8::Platform* old_platform = i::V8::GetCurrentPlatform(); in TEST() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-and-tst-peephole.ll | 5 ; RUN: llc -mtriple=thumbv8-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=V8 %s 44 ; V8-LABEL: %tailrecurse.switch 45 ; V8: cmp 46 ; V8-NEXT: beq 47 ; V8-NEXT: %tailrecurse.switch 48 ; V8: cmp 49 ; V8-NEXT: beq 50 ; V8-NEXT: %tailrecurse.switch 51 ; V8: cmp 52 ; V8-NEXT: bne [all …]
|
D | 2013-05-05-IfConvertBug.ll | 2 ; RUN: llc < %s -mtriple=thumbv8 | FileCheck -check-prefix=CHECK-V8 %s 3 ; RUN: llc < %s -mtriple=thumbv7 -arm-restrict-it | FileCheck -check-prefix=CHECK-V8 %s 79 ;CHECK-V8-LABEL: t4: 127 ; CHECK-V8-LABEL: wrapDistance: 128 ; CHECK-V8: cmp r1, #59 129 ; CHECK-V8-NEXT: bgt 130 ; CHECK-V8-NEXT: %if.then 131 ; CHECK-V8-NEXT: subs r0, r2, #1 132 ; CHECK-V8-NEXT: bx lr 133 ; CHECK-V8-NEXT: %if.else [all …]
|
/external/v8/tools/ |
D | v8-info.sh | 39 V8="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" 43 cd $V8 49 Fetches V8 revision information from a git-svn checkout. 54 -i Print revision info for all branches matching the V8 version. 56 Output format: [Git hash] [SVN revision] [V8 version] 58 -v Print the V8 version tag for a trunk SVN revision. 60 Output format: [V8 version] 62 -m Print all patches that were merged to the specified V8 branch. 64 Output format: [V8 version] [SVN revision] [SVN patch merged]*. 66 -p Print all patches merged to a specific V8 point-release. [all …]
|
/external/v8/ |
D | README.md | 1 V8 JavaScript Engine 4 V8 is Google's open source JavaScript engine. 6 V8 implements ECMAScript as specified in ECMA-262. 8 V8 is written in C++ and is used in Google Chrome, the open source 11 V8 can run standalone, or can be embedded into any C++ application. 13 V8 Project page: https://github.com/v8/v8/wiki 23 This will checkout V8 into the directory `v8` and fetch all of its dependencies. 40 [V8 wiki](https://github.com/v8/v8/wiki/Contributing).
|
/external/v8/test/unittests/ |
D | run-all-unittests.cc | 20 v8::V8::InitializePlatform(platform_); in SetUp() 21 ASSERT_TRUE(v8::V8::Initialize()); in SetUp() 26 v8::V8::Dispose(); in TearDown() 27 v8::V8::ShutdownPlatform(); in TearDown() 42 v8::V8::SetFlagsFromCommandLine(&argc, argv, true); in main() 43 v8::V8::InitializeExternalStartupData(argv[0]); in main()
|
/external/v8/samples/ |
D | hello-world.cc | 27 V8::InitializeICUDefaultLocation(argv[0]); in main() 28 V8::InitializeExternalStartupData(argv[0]); in main() 30 V8::InitializePlatform(platform); in main() 31 V8::Initialize(); in main() 68 V8::Dispose(); in main() 69 V8::ShutdownPlatform(); in main()
|
/external/v8/test/fuzzer/ |
D | fuzzer-support.cc | 42 v8::V8::SetFlagsFromCommandLine(argc, *argv, true); in FuzzerSupport() 43 v8::V8::InitializeICUDefaultLocation((*argv)[0]); in FuzzerSupport() 44 v8::V8::InitializeExternalStartupData((*argv)[0]); in FuzzerSupport() 46 v8::V8::InitializePlatform(platform_); in FuzzerSupport() 47 v8::V8::Initialize(); in FuzzerSupport() 78 v8::V8::Dispose(); in ~FuzzerSupport() 79 v8::V8::ShutdownPlatform(); in ~FuzzerSupport()
|