HomeSort by relevance Sort by last modified time
    Searched refs:V8 (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /external/v8/samples/
process.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include <include/v8.h>
39 using namespace v8;
145 static void LogCallback(const v8::FunctionCallbackInfo<v8::Value>& args) {
172 v8::Local<v8::Context> context = Context::New(GetIsolate(), NULL, global);
250 v8::Local<v8::Context> context =
251 v8::Local<v8::Context>::New(GetIsolate(), context_)
    [all...]
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.cc 1 // Copyright 2016 the V8 project authors. All rights reserved.
9 namespace v8 { namespace
15 return V8::GetCurrentPlatform()->MonotonicallyIncreasingTime() *
64 return "V8.BackgroundCompile_PrepareToParse";
66 return "V8.BackgroundCompile_Parse";
68 return "V8.BackgroundCompile_FinalizeParsing";
70 return "V8.BackgroundCompile_PrepareToCompile";
72 return "V8.BackgroundCompile_Compile";
74 return "V8.BackgroundCompile_FinalizeCompiling";
171 } // namespace v8
    [all...]
  /external/v8/tools/vim/
ninja-build.vim 1 " Copyright (c) 2015 the V8 project authors. All rights reserved.
33 """Returns the absolute path to the V8 source root."""
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DefaultExceptionHandler.c 168 DEBUG ((EFI_D_ERROR, " V8 0x%016lx %016lx V9 0x%016lx %016lx\n", SystemContext.SystemContextAArch64->V8[1], SystemContext.SystemContextAArch64->V8[0], SystemContext.SystemContextAArch64->V9[1], SystemContext.SystemContextAArch64->V9[0]));
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 5 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s
48 @ CHECK-ERRORS-V8: error: invalid operand for instruction
  /external/v8/benchmarks/
run.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
  /external/v8/src/
d8.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
  /external/v8/src/js/
v8natives.js 1 // Copyright 2012 the V8 project authors. All rights reserved.
collection-iterator.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
harmony-atomics.js 1 // Copyright 2015 the V8 project authors. All rights reserved.
  /external/v8/tools/gcmole/
gccause.lua 1 -- Copyright 2011 the V8 project authors. All rights reserved.
  /external/v8/tools/profviz/
stdio.js 1 // Copyright 2013 the V8 project authors. All rights reserved.
  /external/v8/tools/turbolizer/
selection.js 1 // Copyright 2015 the V8 project authors. All rights reserved.
node.js 1 // Copyright 2014 the V8 project authors. All rights reserved.
  /external/v8/include/
v8.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
5 /** \mainpage V8 API Reference Guide
7 * V8 is Google's open source JavaScript engine.
10 * V8 header file, include/v8.h.
12 * For other documentation see http://code.google.com/apis/v8/
25 #include "v8-version.h" // NOLINT(build/include)
28 // We reserve the V8_* prefix for macros defined in V8 public API and
33 // Setup for Windows DLL export/import. When building the V8 DLL the
35 // the V8 DLL USING_V8_SHARED needs to be defined. When either building the V
64 namespace v8 { namespace
    [all...]
  /external/v8/tools/
consarray.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
csvparser.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
tickprocessor-driver.js 1 // Copyright 2012 the V8 project authors. All rights reserved.
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 70 V0, V1, V2, V3, V4, V5, V6, V7, V8, V9, V10, V11, V12, V13,
  /external/v8/src/heap/
memory-reducer.cc 1 // Copyright 2015 the V8 project authors. All rights reserved.
11 #include "src/v8.h"
13 namespace v8 { namespace
189 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(heap()->isolate());
191 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread(
198 } // namespace v8
  /external/v8/src/third_party/vtune/
vtune-jit.cc 65 #include "v8-vtune.h"
163 void VTUNEJITInterface::event_handler(const v8::JitCodeEvent* event) {
166 case v8::JitCodeEvent::CODE_ADDED: {
226 case v8::JitCodeEvent::CODE_MOVED:
229 case v8::JitCodeEvent::CODE_REMOVED:
231 case v8::JitCodeEvent::CODE_ADD_LINE_POS_INFO: {
240 case v8::JitCodeEvent::CODE_START_LINE_INFO_RECORDING: {
241 v8::JitCodeEvent* temp_event = const_cast<v8::JitCodeEvent*>(event);
245 case v8::JitCodeEvent::CODE_END_LINE_INFO_RECORDING:
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_s390x.s 1151 VREPB $2, V0, V8
1159 VCEQB V8, V9, V10 // compare last bytes
1236 VCEQGS V6, V7, V8
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_s390x.s 1151 VREPB $2, V0, V8
1159 VCEQB V8, V9, V10 // compare last bytes
1236 VCEQGS V6, V7, V8
    [all...]
  /prebuilts/go/darwin-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...]
  /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...]

Completed in 1601 milliseconds

1 2 34 5 6 7 8