HomeSort by relevance Sort by last modified time
    Searched refs:V8 (Results 1 - 25 of 3061) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
counters.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
8 #include "include/v8.h"
15 namespace v8 { namespace
481 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \
482 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \
483 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \
484 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, \
486 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \
487 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \
488 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7
    [all...]
v8.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
5 #include "src/v8.h"
26 namespace v8 { namespace
36 v8::Platform* V8::platform_ = NULL;
39 bool V8::Initialize() {
45 void V8::TearDown() {
57 void V8::InitializeOncePerProcessImpl() {
90 void V8::InitializeOncePerProcess() {
95 void V8::InitializePlatform(v8::Platform* platform)
    [all...]
  /external/llvm/test/MC/ARM/
invalid-fp-armv8.s 1 @ 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: error: invalid instructio
    [all...]
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...]
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]
20 @ DMB (v8 barriers)
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]
37 @ DSB (v8 barriers
    [all...]
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: crypt
    [all...]
  /external/v8/test/unittests/
run-all-unittests.cc 1 // Copyright 2014 the V8 project authors. All rights reserved.
6 #include "include/v8.h"
18 platform_ = v8::platform::CreateDefaultPlatform();
20 v8::V8::InitializePlatform(platform_);
21 ASSERT_TRUE(v8::V8::Initialize());
26 v8::V8::Dispose();
27 v8::V8::ShutdownPlatform()
    [all...]
  /external/v8/src/tracing/
trace-event.cc 1 // Copyright 2015 the V8 project authors. All rights reserved.
7 #include "src/v8.h"
9 namespace v8 { namespace
13 v8::Platform* TraceEventHelper::GetCurrentPlatform() {
14 return v8::internal::V8::GetCurrentPlatform();
19 } // namespace v8
  /external/llvm/test/MC/Sparc/
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 enable
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/
upm.i 13 // Because there's no guarantee that v8 will ever call garbage collection,
17 // Call the v8 garbage collector as long as there is memory to clean up
20 while (!v8::V8::IdleNotification())
22 while (!v8::Isolate::GetCurrent()->IdleNotification(1000))
  /external/v8/samples/
hello-world.cc 1 // Copyright 2015 the V8 project authors. All rights reserved.
10 #include "include/v8.h"
12 using namespace v8;
14 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
26 // Initialize V8.
27 V8::InitializeICU();
28 V8::InitializeExternalStartupData(argv[0]);
30 V8::InitializePlatform(platform);
31 V8::Initialize();
66 // Dispose the isolate and tear down V8
    [all...]
  /external/v8/test/cctest/
test-trace-event.cc 1 // Copyright 2015 the V8 project authors. All rights reserved.
7 #include "src/v8.h"
13 using v8::IdleTask;
14 using v8::Task;
15 using v8::Isolate;
41 typedef v8::internal::List<MockTraceObject*> MockTraceObjectList;
43 class MockTracingPlatform : public v8::Platform {
45 explicit MockTracingPlatform(v8::Platform* platform) {}
89 if (strcmp(name, "v8-cat")) {
112 v8::Platform* old_platform = i::V8::GetCurrentPlatform()
    [all...]
  /external/v8/tools/
v8-info.sh 2 # Copyright 2013 the V8 project authors. All rights reserved.
32 BASE_URL="https://code.google.com/p/v8/source/list"
33 VERSION="include/v8-version.h"
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
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
ticc-imm-reg.s 1 ! Make ticc aliases operate as per V8 SPARC Architecture Manual
  /external/v8/test/message/
arrow-missing.js 1 // Copyright 2015 the V8 project authors. All rights reserved.
destructuring-modify-const.js 1 // Copyright 2015 the V8 project authors. All rights reserved.
export-duplicate-as.js 1 // Copyright 2015 the V8 project authors. All rights reserved.
export-duplicate.js 1 // Copyright 2015 the V8 project authors. All rights reserved.
for-in-let-loop-initializers-strict.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
for-in-loop-initializers-destructuring.js 1 // Copyright 2015 the V8 project authors. All rights reserved.
for-in-loop-initializers-strict.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
for-of-let-loop-initializers.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
for-of-loop-initializers-sloppy.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
for-of-loop-initializers-strict.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
formal-parameters-bad-rest.js 1 // Copyright 2015 the V8 project authors. All rights reserved.

Completed in 328 milliseconds

1 2 3 4 5 6 7 8 91011>>