/external/v8/tools/turbolizer/ |
disassembly-view.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
text-view.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
graph-layout.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
/external/v8/src/heap/ |
mark-compact.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 30 #include "src/v8.h" 33 namespace v8 { namespace 403 class MarkCompactCollector::Sweeper::SweeperTask : public v8::Task { 414 // v8::Task overrides. 449 V8::GetCurrentPlatform()->CallOnBackgroundThread( 451 v8::Platform::kShortRunningTask); [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DebugSupport.h | 580 UINT64 V8[2];
|
/external/v8/include/ |
v8-util.h | 1 // Copyright 2014 the V8 project authors. All rights reserved. 8 #include "v8.h" // NOLINT(build/include) 20 namespace v8 { namespace 26 // These correspond to v8::WeakCallbackType 158 * PersistentContainerValue, with all conversion into and out of V8 210 * Call V8::RegisterExternallyReferencedObject with the map value for given 215 V8::RegisterExternallyReferencedObject( 570 * PersistentContainerValue, with all conversion into and out of V8 653 } // namespace v8
|
/external/v8/src/js/ |
typedarray.js | 1 // Copyright 2013 the V8 project authors. All rights reserved. 301 // BUG(v8:4665): For web compatibility, subarray needs to always build an 707 // a memcpy. Because V8 doesn't canonicalize NaN, the difference is
|
collection.js | 1 // Copyright 2012 the V8 project authors. All rights reserved.
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
ppc64.s | 706 VANDL V10, V9, V8
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
ppc64.s | 706 VANDL V10, V9, V8
|
/toolchain/binutils/binutils-2.25/gold/ |
arm.cc | [all...] |
/external/v8/benchmarks/ |
base.js | 1 // Copyright 2012 the V8 project authors. All rights reserved.
|
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 1 // Copyright 2011 the V8 project authors. All rights reserved.
|
v.js | 1 // Copyright 2011 the V8 project authors. All rights reserved.
|
/external/v8/src/ |
isolate.h | 1 // Copyright 2012 the V8 project authors. All rights reserved. 11 #include "include/v8-debug.h" 28 namespace v8 { namespace 240 // (required for public API: V8::V8::GetCurrentThreadId). 244 // (required for public API: V8::V8::TerminateExecution). 283 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler) 297 v8::TryCatch::JSStackComparableAddress(try_catch_handler())); 347 v8::FailedAccessCheckCallback failed_access_check_callback_ [all...] |
/external/v8/tools/ |
SourceMap.js | 1 // Copyright 2013 the V8 project authors. All rights reserved.
|
splaytree.js | 1 // Copyright 2009 the V8 project authors. All rights reserved.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
v850-opc.c | 1168 #define V8 (D8_6U + 1) 1172 #define I9 (V8 + 1) [all...] |
/external/v8/tools/gcmole/ |
gcmole.lua | 1 -- Copyright 2011 the V8 project authors. All rights reserved. 190 { "src/v8.gyp", "'([^']-%.cc)'", "src/" },
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
PPCDisassembler.cpp | 95 PPC::V8, PPC::V9, PPC::V10, PPC::V11,
|
/external/pdfium/samples/ |
pdfium_test.cc | 37 #include "v8/include/libplatform/libplatform.h" 38 #include "v8/include/v8.h" 883 config.append("V8"); 908 " --bin-dir=<path> - override path to v8 external data\n" 945 v8::Platform* platform; 947 v8::StartupData natives; 948 v8::StartupData snapshot; 1008 v8::V8::ShutdownPlatform() [all...] |
/external/v8/src/debug/ |
debug.js | 1 // Copyright 2012 the V8 project authors. All rights reserved. 32 // Debug events which can occour in the V8 JavaScript engine. These originate
|
/external/v8/src/runtime/ |
runtime-test.cc | 1 // Copyright 2014 the V8 project authors. All rights reserved. 33 v8::base::LazyInstance<std::map<v8::Isolate*, WasmCompileControls>>::type 36 bool IsWasmCompileAllowed(v8::Isolate* isolate, v8::Local<v8::Value> value, 41 (v8::Local<v8::ArrayBuffer>::Cast(value)->ByteLength() <= 46 bool IsWasmInstantiateAllowed(v8::Isolate* isolate, 47 v8::Local<v8::Value> module_or_bytes 62 namespace v8 { namespace [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-arm.c | 11549 const int v8[] = local [all...] |
/external/protobuf/js/binary/ |
utils_test.js | 116 // V8's internal double-to-string conversion is inaccurate for values above
|