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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-set-flags-stress-compact.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-sort-arguments.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-store-global-proxy.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
  /external/chromium_org/v8/test/mjsunit/
string-oom-array-join.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
string-oom-concat.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
array-push10.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
array-push11.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
array-push2.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
array-shift2.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
array-shift3.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
debug-compile-optimized.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
debug-is-active.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
deopt-global-accessor.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
keyed-load-dictionary-stub.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
  /external/llvm/test/MC/ARM/
directive-arch_extension-simd.s 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8
8 @ RUN: | FileCheck %s -check-prefix CHECK-V8
129 @ CHECK-V8: error: instruction requires: FPARMv8
132 @ CHECK-V8: error: instruction requires: FPARMv8
136 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
139 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
143 @ CHECK-V8: error: instruction requires: FPARMv8
146 @ CHECK-V8: error: instruction requires: FPARMv8
149 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv8
152 @ CHECK-V8: error: instruction requires: double precision VFP FPARMv
    [all...]
directive-arch_extension-crc.s 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8
40 @ CHECK-V8: error: instruction requires: crc arm-mode
43 @ CHECK-V8: error: instruction requires: crc arm-mode
46 @ CHECK-V8: error: instruction requires: crc arm-mode
50 @ CHECK-V8: error: instruction requires: crc arm-mode
53 @ CHECK-V8: error: instruction requires: crc arm-mode
56 @ CHECK-V8: error: instruction requires: crc arm-mode
thumb-diagnostics.s 6 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V8 < %t %s
43 @ Out of range immediates for v8 HLT instruction.
49 @CHECK-ERRORS-V8: error: instruction requires: arm-mode
50 @CHECK-ERRORS-V8: hlt #64
51 @CHECK-ERRORS-V8: ^
71 @ CHECK-ERRORS-V8: error: writeback operator '!' not allowed when base register in register list
72 @ CHECK-ERRORS-V8: ldm r2!, {r2, r3, r4, r10}
73 @ CHECK-ERRORS-V8: ^
74 @ CHECK-ERRORS-V8: error: writeback register not allowed in register list
75 @ CHECK-ERRORS-V8: ldmdb r2!, {r2, r3, r4
    [all...]
  /external/chromium_org/v8/tools/
v8-rolls.sh 2 # Copyright 2013 the V8 project authors. All rights reserved.
33 INFO=tools/v8-info.sh
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
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptGCEvent.cpp 32 #include "bindings/core/v8/ScriptGCEvent.h"
34 #include "bindings/core/v8/V8Binding.h"
43 V8PerIsolateData* isolateData = V8PerIsolateData::from(v8::Isolate::GetCurrent());
52 v8::V8::AddGCPrologueCallback(ScriptGCEvent::gcPrologueCallback);
53 v8::V8::AddGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback);
67 v8::V8::RemoveGCPrologueCallback(ScriptGCEvent::gcPrologueCallback);
68 v8::V8::RemoveGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
dictionary_impl.h 38 friend class V8{{cpp_class}};
  /external/chromium_org/v8/src/extensions/
free-buffer-extension.cc 1 // Copyright 2013 the V8 project authors. All rights reserved.
8 #include "src/v8.h"
10 namespace v8 { namespace
14 v8::Handle<v8::FunctionTemplate> FreeBufferExtension::GetNativeFunctionTemplate(
15 v8::Isolate* isolate,
16 v8::Handle<v8::String> str) {
17 return v8::FunctionTemplate::New(isolate, FreeBufferExtension::FreeBuffer);
22 const v8::FunctionCallbackInfo<v8::Value>& args)
    [all...]
  /external/chromium_org/content/renderer/
render_process_impl.cc 23 #include "v8/include/v8.h"
48 v8::V8::SetFlagsFromString(optimize_flag.c_str(),
56 v8::V8::SetFlagsFromString(flags.c_str(), static_cast<int>(flags.size()));
  /external/chromium_org/v8/test/mjsunit/compiler/
opt-next-call.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
  /external/chromium_org/v8/test/mjsunit/harmony/regress/
regress-405844.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
regress-lookup-transition.js 1 // Copyright 2014 the V8 project authors. All rights reserved.

Completed in 2928 milliseconds

1 23 4 5 6 7 8 91011>>