/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256_asm_s390x.s | 139 #define Y2L V8 219 #define Y2L V8 311 #define Y2L V8 400 #define SEL2 V8 526 #define T2 V8 912 #define ADD2H V8 // Overloaded with ADD4H 923 #define ADD4H V8 // Overloaded with ADD2H [all...] |
/external/llvm/test/MC/ARM/ |
diagnostics.s | 4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s 98 @ Out of range immediates for v8 HLT instruction. 108 @ Illegal condition code for v8 HLT instruction. 153 @ CHECK-ERRORS-V8: error: invalid operand for instruction 188 @ CHECK-ERRORS-V8: error: invalid operand for instruction 402 @ CHECK-ERRORS-V8: error: register expected 406 @ CHECK-ERRORS-V8: error: register expected
|
directive-arch_extension-simd.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8 -check-prefix CHECK 8 @ RUN: | FileCheck %s -check-prefix CHECK-V8 -check-prefix CHECK
|
directive-arch_extension-fp.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8 -check-prefix CHECK 8 @ RUN: | FileCheck %s -check-prefix CHECK-V8 -check-prefix CHECK
|
/external/v8/src/inspector/ |
debugger_script_externs.js | 1 // Copyright 2016 the V8 project authors. All rights reserved.
|
/external/v8/src/js/ |
weak-collection.js | 1 // Copyright 2012 the V8 project authors. All rights reserved.
|
prologue.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
string.js | 1 // Copyright 2012 the V8 project authors. All rights reserved.
|
/external/v8/tools/profviz/ |
worker.js | 1 // Copyright 2013 the V8 project authors. All rights reserved.
|
profviz.js | 1 // Copyright 2013 the V8 project authors. All rights reserved.
|
/external/v8/tools/turbolizer/ |
code-view.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 420 {"V8", "V8"}, 783 {"V8", "V8"},
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 135 V8
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 420 {"V8", "V8"}, 783 {"V8", "V8"},
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 135 V8
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 104 SystemZ::V8, SystemZ::V9, SystemZ::V10, SystemZ::V11,
|
/external/pdfium/testing/ |
embedder_test.cpp | 24 #include "v8/include/v8-platform.h" 25 #include "v8/include/v8.h" 34 v8::StartupData* g_v8_natives = nullptr; 35 v8::StartupData* g_v8_snapshot = nullptr; 79 g_v8_natives = new v8::StartupData; 80 g_v8_snapshot = new v8::StartupData; 92 v8::V8::ShutdownPlatform() [all...] |
/external/v8/src/ |
d8.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 17 #include "src/third_party/vtune/v8-vtune.h" 24 #include "include/libplatform/v8-tracing.h" 40 #include "src/v8.h" 43 #include "include/v8-inspector.h" 63 namespace v8 { namespace 77 class ShellArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 144 class MockArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 158 // Predictable v8::Platform implementation. All background and foreground 170 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override [all...] |
api.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 14 #include "include/v8-debug.h" 15 #include "include/v8-experimental.h" 16 #include "include/v8-profiler.h" 17 #include "include/v8-testing.h" 18 #include "include/v8-util.h" 73 #include "src/v8.h" 82 namespace v8 { namespace 87 LOG(isolate, ApiEntryCall("v8::" #class_name "::" #function_name)) 89 #define ENTER_V8(isolate) i::VMState<v8::OTHER> __state__((isolate) [all...] |
/external/v8/benchmarks/ |
splay.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 29 // by the V8 profiler to generate execution time profiles for runs of
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 12 #include <v8.h> 90 // External string wrapper so V8 can access the UTF16 string wrapped by 93 : public v8::String::ExternalStringResource { 112 // External string wrapper so V8 can access a string literal. 114 : public v8::String::ExternalOneByteStringResource { 135 // When creating a v8::String from a C++ string we have two choices: create 150 // Converts a V8 String to a UTF8 std::string. 151 std::string V8StringToUTF8(v8::Handle<v8::String> s) { 157 // Converts a V8 String to a UTF16 string [all...] |
/external/v8/src/snapshot/ |
deserializer.cc | 1 // Copyright 2016 the V8 project authors. All rights reserved. 16 #include "src/v8.h" 19 namespace v8 { namespace 83 if (!ReserveSpace()) V8::FatalProcessOutOfMemory("deserializing context"); 120 v8::DeserializeInternalFieldsCallback internal_fields_deserializer) { 123 V8::FatalProcessOutOfMemory("deserialize context"); 171 // TODO(svenpanne) Re-enable this assertion when v8 initialization is fixed. 223 v8::DeserializeInternalFieldsCallback internal_fields_deserializer) { 240 internal_fields_deserializer.callback(v8::Utils::ToLocal(obj), index, [all...] |
/external/v8/tools/ |
codemap.js | 1 // Copyright 2009 the V8 project authors. All rights reserved.
|
ic-processor.js | 1 // Copyright 2017 the V8 project authors. All rights reserved. 222 logFileName: 'v8.log',
|
profile_view.js | 1 // Copyright 2009 the V8 project authors. All rights reserved.
|