/external/chromium-trace/trace-viewer/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/v8/src/ |
D | counters.h | 296 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \ 297 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \ 298 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, 101) 302 HT(gc_compactor, V8.GCCompactor) \ 303 HT(gc_scavenger, V8.GCScavenger) \ 304 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \ 305 HT(gc_idle_notification, V8.GCIdleNotification) \ 306 HT(gc_incremental_marking, V8.GCIncrementalMarking) \ 307 HT(gc_low_memory_notification, V8.GCLowMemoryNotification) \ 309 HT(parse, V8.Parse) \ [all …]
|
D | v8.cc | 32 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL; 33 v8::Platform* V8::platform_ = NULL; 36 bool V8::Initialize() { in Initialize() 42 void V8::TearDown() { in TearDown() 55 void V8::SetReturnAddressLocationResolver( in SetReturnAddressLocationResolver() 61 void V8::InitializeOncePerProcessImpl() { in InitializeOncePerProcessImpl() 97 void V8::InitializeOncePerProcess() { in InitializeOncePerProcess() 102 void V8::InitializePlatform(v8::Platform* platform) { in InitializePlatform() 109 void V8::ShutdownPlatform() { in ShutdownPlatform() 115 v8::Platform* V8::GetCurrentPlatform() { in GetCurrentPlatform()
|
/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/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: dcps1 @ encoding: [0x8f,0xf7,0x01,0x80] 32 @ CHECK-V8: dcps2 @ encoding: [0x8f,0xf7,0x02,0x80] 33 @ CHECK-V8: dcps3 @ encoding: [0x8f,0xf7,0x03,0x80] 46 @ CHECK-V8: dmb ishld @ encoding: [0xbf,0xf3,0x59,0x8f] [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 …]
|
D | directive-arch_extension-crc.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8 40 @ CHECK-V8: error: instruction requires: crc 43 @ CHECK-V8: error: instruction requires: crc 46 @ CHECK-V8: error: instruction requires: crc 50 @ CHECK-V8: error: instruction requires: crc 53 @ CHECK-V8: error: instruction requires: crc 56 @ CHECK-V8: error: instruction requires: crc
|
/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/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: beq [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 …]
|
D | thumb2-it-block.ll | 2 ; RUN: llc -mtriple=thumbv8 %s -o - | FileCheck %s -check-prefix CHECK-V8 24 ; CHECK-V8: cmp 25 ; CHECK-V8-NEXT: bpl 26 ; CHECK-V8: rsbs 27 ; CHECK-V8: cmp 28 ; CHECK-V8-NEXT: bpl 29 ; CHECK-V8: rsbs
|
D | sub-cmp-peephole.ll | 3 ; RUN: llc < %s -mtriple=armv8-none-linux-gnueabi | FileCheck %s -check-prefix=V8 108 ; V8-LABEL: float_sel: 109 ; V8-NOT: cmp 110 ; V8: vseleq.f32 121 ; V8-LABEL: double_sel: 122 ; V8-NOT: cmp 123 ; V8: vseleq.f64 136 ; V8-LABEL: double_sub: 137 ; V8: vsel 150 ; V8-LABEL: double_sub_swap: [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
|
/external/v8/test/cctest/ |
D | test-thread-termination.cc | 43 CHECK(!v8::V8::IsExecutionTerminating(args.GetIsolate())); in TerminateCurrentThread() 44 v8::V8::TerminateExecution(args.GetIsolate()); in TerminateCurrentThread() 54 CHECK(!v8::V8::IsExecutionTerminating(args.GetIsolate())); in Loop() 59 CHECK(v8::V8::IsExecutionTerminating(args.GetIsolate())); in Loop() 65 CHECK(!v8::V8::IsExecutionTerminating(args.GetIsolate())); in DoLoop() 84 CHECK(v8::V8::IsExecutionTerminating(args.GetIsolate())); in DoLoop() 90 CHECK(!v8::V8::IsExecutionTerminating(args.GetIsolate())); in DoLoopNoCall() 101 CHECK(v8::V8::IsExecutionTerminating(args.GetIsolate())); in DoLoopNoCall() 131 CHECK(!v8::V8::IsExecutionTerminating(CcTest::isolate())); in TEST() 137 CHECK(!v8::V8::IsExecutionTerminating(CcTest::isolate())); in TEST() [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/src/test/ |
D | run-all-unittests.cc | 21 v8::V8::InitializePlatform(platform_); in SetUp() 22 ASSERT_TRUE(v8::V8::Initialize()); in SetUp() 27 v8::V8::Dispose(); in TearDown() 28 v8::V8::ShutdownPlatform(); in TearDown() 43 v8::V8::SetFlagsFromCommandLine(&argc, argv, true); in main()
|
/external/v8/tools/visual_studio/ |
D | README.txt | 1 The Microsoft Visual Studio project files for including V8 in a Visual 5 V8 project. It contains the required infrastructure and a README.txt 9 project integrated V8 into the Windows build. 11 The main build system for V8 is still SCons, see the V8 wiki page
|