/external/v8/src/js/ |
proxy.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
spread.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
/external/v8/src/ |
startup-data-util.cc | 1 // Copyright 2015 the V8 project authors. All rights reserved. 16 namespace v8 { namespace 23 v8::StartupData g_natives; 24 v8::StartupData g_snapshot; 27 void ClearStartupData(v8::StartupData* data) { 33 void DeleteStartupData(v8::StartupData* data) { 45 void Load(const char* blob_file, v8::StartupData* startup_data, 46 void (*setter_fn)(v8::StartupData*)) { 75 Load(natives_blob, &g_natives, v8::V8::SetNativesDataBlob) [all...] |
/external/v8/tools/turbolizer/ |
monkey.js | 1 // Copyright 2014 the V8 project authors. All rights reserved.
|
constants.js | 1 // Copyright 2014 the V8 project authors. All rights reserved.
|
view.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
/external/pdfium/testing/ |
test_support.cpp | 15 #include "v8/include/libplatform/libplatform.h" 22 // Returns the full path for an external V8 data file based on either 46 v8::StartupData* result_data) { 61 void InitializeV8Common(const char* exe_path, v8::Platform** platform) { 62 v8::V8::InitializeICUDefaultLocation(exe_path); 64 *platform = v8::platform::CreateDefaultPlatform(); 65 v8::V8::InitializePlatform(*platform); 67 // By enabling predictable mode, V8 won't post any background tasks [all...] |
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32_s390x.s | 100 // V5..V8: Next data chunks that are fetched from the input buffer. 153 // Load the next 64-byte data chunk into V5 to V8 154 VLM 0(R3), V5, V8 158 VPERM V8, V8, CONST_PERM_LE2BE, V8 170 VGFMAG CONST_R2R1, V4, V8 ,V4
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32_s390x.s | 100 // V5..V8: Next data chunks that are fetched from the input buffer. 153 // Load the next 64-byte data chunk into V5 to V8 154 VLM 0(R3), V5, V8 158 VPERM V8, V8, CONST_PERM_LE2BE, V8 170 VGFMAG CONST_R2R1, V4, V8 ,V4
|
/external/v8/src/zone/ |
zone.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 10 #include "src/v8.h" 16 namespace v8 { namespace 148 V8::FatalProcessOutOfMemory("Zone"); 161 V8::FatalProcessOutOfMemory("Zone"); 166 V8::FatalProcessOutOfMemory("Zone"); 184 } // namespace v8
|
/external/v8/tools/ |
ic-processor-driver.js | 1 // Copyright 2017 the V8 project authors. All rights reserved.
|
dumpcpp-driver.js | 1 // Copyright 2016 the V8 project authors. All rights reserved.
|
/external/v8/src/heap/ |
incremental-marking-job.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 12 #include "src/v8.h" 14 namespace v8 { namespace 26 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(heap->isolate()); 29 V8::GetCurrentPlatform()->CallOnForegroundThread(isolate, task); 65 } // namespace v8
|
page-parallel-job.h | 1 // Copyright 2016 the V8 project authors. All rights reserved. 11 #include "src/v8.h" 13 namespace v8 { namespace 82 V8::GetCurrentPlatform()->NumberOfAvailableBackgroundThreads())); 95 V8::GetCurrentPlatform()->CallOnBackgroundThread( 96 task, v8::Platform::kShortRunningTask); 151 // v8::internal::CancelableTask overrides. 193 } // namespace v8
|
store-buffer.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 13 #include "src/v8.h" 15 namespace v8 { namespace 63 V8::FatalProcessOutOfMemory("StoreBuffer::SetUp"); 97 V8::GetCurrentPlatform()->CallOnBackgroundThread( 98 task, v8::Platform::kShortRunningTask); 146 } // namespace v8
|
/external/v8/src/tracing/ |
trace-event.cc | 1 // Copyright 2015 the V8 project authors. All rights reserved. 12 #include "src/v8.h" 14 namespace v8 { namespace 18 v8::Platform* TraceEventHelper::GetCurrentPlatform() { 19 return v8::internal::V8::GetCurrentPlatform(); 24 auto value = v8::tracing::TracedValue::Create(); 26 v8::internal::tracing::AddTraceEvent( 28 v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId [all...] |
/external/v8/tools/release/ |
releases.py | 2 # Copyright 2014 the V8 project authors. All rights reserved. 6 # This script retrieves the history of all V8 branches and 24 "BRANCHNAME": "retrieve-v8-releases", 25 "PERSISTFILE_BASENAME": "/tmp/v8-releases-tempfile", 51 # Expression with three versions (historical) for extracting the v8 revision 54 """|\(Var\("googlecode_url"\) % "v8"\) \+ "\/trunk@""" 55 """|"http\:\/\/v8\.googlecode\.com\/svn\/trunk@)""" 71 """Returns the chromium releases in reverse order filtered by v8 revision 87 """Returns a mapping of v8 revision -> chromium ranges. 134 MESSAGE = "Retrieve all V8 releases. [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
v8-movwr-imm.s | 1 ! Make 'mov' and 'wr' aliases operate as per V8 SPARC Architecture Manual
|
/external/llvm/unittests/Support/ |
AlignOfTest.cpp | 77 struct V8 : V5, virtual V6, V7 { double zz; 78 ~V8() override; 90 V8::~V8() {} 152 [AlignOf<V8>::Alignment > 0]; 192 EXPECT_LE(alignOf<V1>(), alignOf<V8>()); 276 // appears to be benign: alignOf<V8>() produces a preposterous value: 12 278 EXPECT_EQ(alignOf<V8>(), alignOf<AlignedCharArrayUnion<V8> >()); 341 // benign: sizeof(V8) is only 52 bytes, but our array reserves 56 [all...] |
/external/v8/samples/ |
shell.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 28 #include <include/v8.h> 40 * based on V8. This includes initializing V8 with command line options, 47 v8::Local<v8::Context> CreateShellContext(v8::Isolate* isolate); 48 void RunShell(v8::Local<v8::Context> context, v8::Platform* platform) [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMELFAttributeData.cpp | 517 /* ARM v4T */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V4T) }, // NOLINT 518 /* ARM v5T */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V5T) }, // NOLINT 519 /* ARM v5TE */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V5TE) }, // NOLINT 520 /* ARM v5TEJ */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V5TEJ) }, // NOLINT 521 /* ARM v6 */ { CPU(V6T2), CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V6) }, // NOLINT 522 /* ARM v6KZ */ { CPU(V7), CPU(V6KZ), CPU(V7), CPU(V6KZ), CPU(V6KZ), CPU(V7E_M), CPU(V8), CPU(V6KZ) }, // NOLINT 523 /* ARM v6T2 */ { CPU(V6T2), CPU(V7), CPU(V7), CPU(V7), CPU(V7), CPU(V7E_M), CPU(V8), CPU(V6T2) }, // NOLINT 524 /* ARM v6K */ { 0, CPU(V6K), CPU(V7), CPU(V6K), CPU(V6K), CPU(V7E_M), CPU(V8), CPU(V6K) }, // NOLINT 525 /* ARM v7 */ { 0, 0, CPU(V7), CPU(V7), CPU(V7), CPU(V7E_M), CPU(V8), CPU(V7) }, // NOLINT 526 /* ARM v6-M */ { 0, 0, 0, CPU(V6_M), CPU(V6S_M), CPU(V7E_M), CPU(V8), CPU(V6_M) }, // NOLIN [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
arith_s390x.s | 99 UU1: VLM 0(R5), V1, V4 // 64-bytes into V1..V8 116 VLM 0(R5), V5, V6 // 32-bytes into V1..V8 131 VLM 0(R5), V7, V8 // 32-bytes into V1..V8 147 VPDI $0x4,V8,V8,V8 // flip the doublewords to big-endian order 153 VACCCQ V8, V16, V31, V0 //V0 has carry-over 154 VACQ V8, V16, V31, V24 341 UU1: VLM 0(R5), V1, V4 // 64-bytes into V1..V8 [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
arith_s390x.s | 99 UU1: VLM 0(R5), V1, V4 // 64-bytes into V1..V8 116 VLM 0(R5), V5, V6 // 32-bytes into V1..V8 131 VLM 0(R5), V7, V8 // 32-bytes into V1..V8 147 VPDI $0x4,V8,V8,V8 // flip the doublewords to big-endian order 153 VACCCQ V8, V16, V31, V0 //V0 has carry-over 154 VACQ V8, V16, V31, V24 341 UU1: VLM 0(R5), V1, V4 // 64-bytes into V1..V8 [all...] |
/external/v8/src/inspector/ |
injected_script_externs.js | 1 // Copyright 2015 the V8 project authors. All rights reserved.
|
/external/v8/tools/foozzie/ |
v8_mock_archs.js | 1 // Copyright 2017 the V8 project authors. All rights reserved.
|