/external/v8/src/heap/ |
mark-compact.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 30 #include "src/v8.h" 32 namespace v8 { namespace 409 class MarkCompactCollector::Sweeper::SweeperTask : public v8::Task { 420 // v8::Task overrides. 455 V8::GetCurrentPlatform()->CallOnBackgroundThread( 457 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) 19 namespace v8 { namespace 25 // These correspond to v8::WeakCallbackType 157 * PersistentContainerValue, with all conversion into and out of V8 209 * Call V8::RegisterExternallyReferencedObject with the map value for given 214 V8::RegisterExternallyReferencedObject( 569 * PersistentContainerValue, with all conversion into and out of V8 652 } // namespace v8
|
/external/v8/src/js/ |
typedarray.js | 1 // Copyright 2013 the V8 project authors. All rights reserved. 305 // BUG(v8:4665): For web compatibility, subarray needs to always build an 741 // a memcpy. Because V8 doesn't canonicalize NaN, the difference is
|
collection.js | 1 // Copyright 2012 the V8 project authors. All rights reserved.
|
string.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.
|
richards.js | 1 // Copyright 2006-2008 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 239 // (required for public API: V8::V8::GetCurrentThreadId). 243 // (required for public API: V8::V8::TerminateExecution). 282 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler) 296 v8::TryCatch::JSStackComparableAddress(try_catch_handler())); 346 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.
|
/external/v8/tools/turbolizer/ |
graph-layout.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
/external/v8/src/wasm/ |
wasm-module.cc | 1 // Copyright 2015 the V8 project authors. All rights reserved. 15 #include "src/v8.h" 26 using namespace v8::internal; 27 using namespace v8::internal::wasm; 28 namespace base = v8::base; 285 V8::GetCurrentPlatform()->NumberOfAvailableBackgroundThreads()); 292 V8::GetCurrentPlatform()->CallOnBackgroundThread( 293 task, v8::Platform::kShortRunningTask); 302 V8::GetCurrentPlatform()->NumberOfAvailableBackgroundThreads()); 521 static void InstanceFinalizer(const v8::WeakCallbackInfo<void>& data) [all...] |
/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/runtime/ |
runtime-test.cc | 1 // Copyright 2014 the V8 project authors. All rights reserved. 22 namespace v8 { namespace 300 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); 302 Local<v8::ObjectTemplate> desc = v8::ObjectTemplate::New(v8_isolate); 304 Local<v8::Object> obj; 311 static void call_as_function(const v8::FunctionCallbackInfo<v8::Value>& args) { 313 ->NumberValue(v8::Isolate::GetCurrent()->GetCurrentContext() [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
|