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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
counters.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
8 #include "include/v8.h"
14 namespace v8 { namespace
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)
    [all...]
v8.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
5 #include "src/v8.h"
27 namespace v8 { namespace
32 v8::ArrayBuffer::Allocator* V8::array_buffer_allocator_ = NULL;
33 v8::Platform* V8::platform_ = NULL;
36 bool V8::Initialize() {
42 void V8::TearDown() {
55 void V8::SetReturnAddressLocationResolver
    [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-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...]
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]
39 @ DMB (v8 barriers
    [all...]
directive-arch_extension-fp.s 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8
8 @ RUN: | FileCheck %s -check-prefix CHECK-V8
157 @ CHECK-V8: error: instruction requires: FPARMv8
161 @ CHECK-V8: error: instruction requires: FPARMv8
164 @ CHECK-V8: error: instruction requires: FPARMv8
167 @ CHECK-V8: error: instruction requires: FPARMv8
170 @ CHECK-V8: error: instruction requires: FPARMv8
173 @ CHECK-V8: error: instruction requires: FPARMv8
176 @ CHECK-V8: error: instruction requires: FPARMv8
180 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv
    [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/chromium_org/v8/src/test/
run-all-unittests.cc 1 // Copyright 2014 the V8 project authors. All rights reserved.
6 #include "include/v8.h"
19 platform_ = v8::platform::CreateDefaultPlatform();
21 v8::V8::InitializePlatform(platform_);
22 ASSERT_TRUE(v8::V8::Initialize());
27 v8::V8::Dispose();
28 v8::V8::ShutdownPlatform()
    [all...]
  /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
  /external/chromium_org/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"
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
    [all...]
  /external/chromium_org/gin/
isolate_holder.cc 25 v8::ArrayBuffer::Allocator* g_array_buffer_allocator = NULL;
37 v8::Isolate::CreateParams params;
43 isolate_ = v8::Isolate::New(params);
56 v8::ArrayBuffer::Allocator* allocator) {
61 v8::V8::InitializePlatform(V8Platform::Get());
62 v8::V8::SetArrayBufferAllocator(allocator);
66 v8::V8::SetFlagsFromString(v8_flags, sizeof(v8_flags) - 1)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-thread-termination.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 #include "src/v8.h"
34 v8::base::Semaphore* semaphore = NULL;
37 void Signal(const v8::FunctionCallbackInfo<v8::Value>& args) {
42 void TerminateCurrentThread(const v8::FunctionCallbackInfo<v8::Value>& args) {
43 CHECK(!v8::V8::IsExecutionTerminating(args.GetIsolate()));
44 v8::V8::TerminateExecution(args.GetIsolate())
    [all...]
  /external/chromium_org/v8/test/mjsunit/
deserialize-reference.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3359.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-347542.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-347904.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-347909.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-349870.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-350865.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-355486.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-357054.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-358090.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-360733.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-361025.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-385054.js 1 // Copyright 2014 the V8 project authors. All rights reserved.

Completed in 5075 milliseconds

1 2 3 4 5 6 7 8 91011>>