Searched refs:V8 (Results 1 - 25 of 99) sorted by relevance

1234

/external/llvm/test/MC/ARM/
H A Dinvalid-fp-armv8.s1 @ RUN: 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
[all...]
H A Dbasic-thumb2-instructions-v8.s3 @ 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
[all...]
H A Dbasic-arm-instructions-v8.s3 @ 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
[all...]
H A Ddirective-arch_extension-crypto.s4 @ 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
[all...]
H A Ddirective-arch_extension-crc.s4 @ 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
H A Dthumb-diagnostics.s8 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V8 %s
51 @CHECK-ERRORS-V8: error: instruction requires: arm-mode
52 @CHECK-ERRORS-V8: hlt #64
53 @CHECK-ERRORS-V8: ^
80 @ CHECK-ERRORS-V8: error: writeback operator '!' not allowed when base register in register list
81 @ CHECK-ERRORS-V8: ldm r2!, {r2, r3, r4, r10}
82 @ CHECK-ERRORS-V8: ^
83 @ CHECK-ERRORS-V8: error: writeback register not allowed in register list
84 @ CHECK-ERRORS-V8: ldmdb r2!, {r2, r3, r4}
85 @ CHECK-ERRORS-V8
[all...]
/external/v8/test/unittests/
H A Drun-all-unittests.cc1 // Copyright 2014 the V8 project authors. All rights reserved.
20 v8::V8::InitializePlatform(platform_);
21 ASSERT_TRUE(v8::V8::Initialize());
26 v8::V8::Dispose();
27 v8::V8::ShutdownPlatform();
42 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
43 v8::V8::InitializeExternalStartupData(argv[0]);
/external/v8/src/tracing/
H A Dtrace-event.cc1 // Copyright 2015 the V8 project authors. All rights reserved.
14 return v8::internal::V8::GetCurrentPlatform();
/external/v8/src/
H A Dv8.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
35 v8::Platform* V8::platform_ = NULL;
38 bool V8::Initialize() {
44 void V8::TearDown() {
55 void V8::InitializeOncePerProcessImpl() {
88 void V8::InitializeOncePerProcess() {
93 void V8::InitializePlatform(v8::Platform* platform) {
100 void V8::ShutdownPlatform() {
106 v8::Platform* V8::GetCurrentPlatform() {
112 void V8
[all...]
H A Dcounters.h1 // Copyright 2012 the V8 project authors. All rights reserved.
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
[all...]
H A Dutils-inl.h1 // Copyright 2016 the V8 project authors. All rights reserved.
26 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() *
H A Dv8.h1 // Copyright 2011 the V8 project authors. All rights reserved.
14 class V8 : public AllStatic { class in namespace:v8::internal
H A Dallocation.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
24 V8::FatalProcessOutOfMemory("Malloced operator new");
95 if (ptr == NULL) V8::FatalProcessOutOfMemory("AlignedAlloc");
H A Dstartup-data-util.cc1 // Copyright 2015 the V8 project authors. All rights reserved.
75 Load(natives_blob, &g_natives, v8::V8::SetNativesDataBlob);
76 Load(snapshot_blob, &g_snapshot, v8::V8::SetSnapshotDataBlob);
/external/llvm/test/MC/Sparc/
H A Dsparcv9-instructions.s1 ! 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
[all...]
/external/v8/samples/
H A Dhello-world.cc1 // Copyright 2015 the V8 project authors. All rights reserved.
26 // Initialize V8.
27 V8::InitializeICUDefaultLocation(argv[0]);
28 V8::InitializeExternalStartupData(argv[0]);
30 V8::InitializePlatform(platform);
31 V8::Initialize();
66 // Dispose the isolate and tear down V8.
68 V8::Dispose();
69 V8::ShutdownPlatform();
/external/v8/test/cctest/
H A Dtest-trace-event.cc1 // Copyright 2015 the V8 project authors. All rights reserved.
112 v8::Platform* old_platform = i::V8::GetCurrentPlatform();
114 i::V8::SetPlatformForTesting(&platform);
121 i::V8::SetPlatformForTesting(old_platform);
126 v8::Platform* old_platform = i::V8::GetCurrentPlatform();
128 i::V8::SetPlatformForTesting(&platform);
143 i::V8::SetPlatformForTesting(old_platform);
148 v8::Platform* old_platform = i::V8::GetCurrentPlatform();
150 i::V8::SetPlatformForTesting(&platform);
164 i::V8
[all...]
/external/v8/tools/
H A Dv8-info.sh2 # Copyright 2013 the V8 project authors. All rights reserved.
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 versio
[all...]
H A Dv8-rolls.sh2 # Copyright 2013 the V8 project authors. All rights reserved.
35 V8="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
43 Run in chromium/src to get information about V8 rolls.
48 -s Chromium git hash to start printing V8 information about.
84 cd $V8
H A Dparser-shell.cc1 // Copyright 2014 the V8 project authors. All rights reserved.
144 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
145 v8::V8::InitializeICUDefaultLocation(argv[0]);
147 v8::V8::InitializePlatform(platform);
148 v8::V8::Initialize();
149 v8::V8::InitializeExternalStartupData(argv[0]);
199 v8::V8::Dispose();
200 v8::V8::ShutdownPlatform();
/external/v8/test/fuzzer/
H A Dfuzzer-support.cc1 // Copyright 2016 the V8 project authors. All rights reserved.
42 v8::V8::SetFlagsFromCommandLine(argc, *argv, true);
43 v8::V8::InitializeICUDefaultLocation((*argv)[0]);
44 v8::V8::InitializeExternalStartupData((*argv)[0]);
46 v8::V8::InitializePlatform(platform_);
47 v8::V8::Initialize();
78 v8::V8::Dispose();
79 v8::V8::ShutdownPlatform();
/external/v8/
H A DAndroid.mk24 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
/external/v8/test/cctest/heap/
H A Dtest-incremental-marking.cc1 // Copyright 2015 the V8 project authors. All rights reserved.
119 v8::Platform* old_platform = i::V8::GetCurrentPlatform();
121 i::V8::SetPlatformForTesting(&platform);
137 i::V8::SetPlatformForTesting(old_platform);
144 v8::Platform* old_platform = i::V8::GetCurrentPlatform();
146 i::V8::SetPlatformForTesting(&platform);
163 i::V8::SetPlatformForTesting(old_platform);
170 v8::Platform* old_platform = i::V8::GetCurrentPlatform();
172 i::V8::SetPlatformForTesting(&platform);
193 i::V8
[all...]
/external/v8/src/snapshot/
H A Dmksnapshot.cc1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
153 V8::InitializeICUDefaultLocation(argv[0]);
155 v8::V8::InitializePlatform(platform);
156 v8::V8::Initialize();
164 StartupData blob = v8::V8::CreateSnapshotDataBlob(embed_script);
170 blob = v8::V8::WarmUpSnapshotDataBlob(cold, warmup_script);
180 V8::Dispose();
181 V8::ShutdownPlatform();
/external/v8/src/heap/
H A Dincremental-marking-job.cc1 // Copyright 2012 the V8 project authors. All rights reserved.
48 if (V8::GetCurrentPlatform()->IdleTasksEnabled(isolate)) {
51 V8::GetCurrentPlatform()->CallIdleOnForegroundThread(isolate, task);
65 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread(isolate, task,

Completed in 600 milliseconds

1234