HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 201 - 225 of 2272) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/mips64/
codegen-mips64.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
11 namespace v8 { namespace
31 } // namespace v8
  /external/v8/src/parsing/
preparse-data-format.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
8 namespace v8 { namespace
30 } // namespace v8.
  /external/v8/src/ppc/
codegen-ppc.h 1 // Copyright 2014 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
26 } // namespace v8
  /external/v8/src/regexp/
interpreter-irregexp.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
14 namespace v8 { namespace
28 } // namespace v8
  /external/v8/src/runtime/
runtime-error.cc 1 // Copyright 2016 the V8 project authors. All rights reserved.
13 namespace v8 { namespace
24 } // namespace v8
  /external/v8/src/s390/
codegen-s390.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
13 namespace v8 { namespace
28 } // namespace v8
  /external/v8/src/tracing/
tracing-category-observer.h 1 // Copyright 2016 the V8 project authors. All rights reserved.
8 #include "include/v8-platform.h"
10 namespace v8 { namespace
24 // v8::Platform::TraceStateObserver
33 } // namespace v8
  /external/v8/src/x64/
cpu-x64.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
16 namespace v8 { namespace
22 // code simultaneously. V8 (and JavaScript) is single threaded and when code
41 } // namespace v8
  /external/v8/src/x87/
cpu-x87.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
16 namespace v8 { namespace
22 // code simultaneously. V8 (and JavaScript) is single threaded and when code
41 } // namespace v8
  /external/v8/src/zone/
zone-segment.cc 1 // Copyright 2016 the V8 project authors. All rights reserved.
7 namespace v8 { namespace
23 } // namespace v8
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_static_globals.java 22 import android.support.v8.renderscript.Allocation;
23 import android.support.v8.renderscript.Element;
24 import android.support.v8.renderscript.RenderScript;
25 import android.support.v8.renderscript.Type;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
synth.s 1 # common (v8 or v9) synthetic insns
  /external/v8/src/inspector/
v8-heap-profiler-agent-impl.cc 1 // Copyright 2016 the V8 project authors. All rights reserved.
5 #include "src/inspector/v8-heap-profiler-agent-impl.h"
11 #include "src/inspector/v8-debugger.h"
12 #include "src/inspector/v8-inspector-impl.h"
13 #include "src/inspector/v8-inspector-session-impl.h"
15 #include "include/v8-inspector.h"
16 #include "include/v8-profiler.h"
17 #include "include/v8-version.h"
32 class HeapSnapshotProgress final : public v8::ActivityControl {
51 : public v8::HeapProfiler::ObjectNameResolver
    [all...]
v8-regex.h 1 // Copyright 2016 the V8 project authors. All rights reserved.
11 #include "include/v8.h"
29 v8::Global<v8::RegExp> m_regex;
  /external/v8/src/libplatform/
default-platform.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
15 #include "include/libplatform/v8-tracing.h"
16 #include "include/v8-platform.h"
22 namespace v8 { namespace
42 bool PumpMessageLoop(v8::Isolate* isolate);
44 void RunIdleTasks(v8::Isolate* isolate, double idle_time_in_seconds);
46 // v8::Platform implementation.
50 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override;
65 std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables,
77 Task* PopTaskInMainThreadQueue(v8::Isolate* isolate)
    [all...]
  /external/pdfium/fxjs/
cjs_printparamsobj.h 33 explicit CJS_PrintParamsObj(v8::Local<v8::Object> pObject)
cjs_timerobj.h 31 explicit CJS_TimerObj(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
cjs_app.cpp 18 bool IsTypeKnown(v8::Local<v8::Value> value) {
94 v8::Local<v8::Object> pObj = pRuntime->GetThisObj();
98 v8::Local<v8::Array> aDocs = pRuntime->NewArray();
101 pJSDocument ? v8::Local<v8::Value>(pJSDocument->ToV8Object())
102 : v8::Local<v8::Value>())
    [all...]
  /external/v8/src/profiler/
tracing-cpu-profiler.h 1 // Copyright 2016 the V8 project authors. All rights reserved.
8 #include "include/v8-platform.h"
9 #include "include/v8-profiler.h"
14 namespace v8 { namespace
21 private v8::Platform::TraceStateObserver {
26 // v8::Platform::TraceStateObserver
43 } // namespace v8
  /external/v8/src/snapshot/
snapshot.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
11 namespace v8 { namespace
63 v8::DeserializeInternalFieldsCallback internal_fields_deserializer);
72 static const v8::StartupData* DefaultSnapshotBlob();
74 static v8::StartupData CreateSnapshotBlob(
79 static bool SnapshotIsValid(v8::StartupData* snapshot_blob);
83 static int ExtractNumContexts(const v8::StartupData* data);
84 static Vector<const byte> ExtractStartupData(const v8::StartupData* data);
85 static Vector<const byte> ExtractContextData(const v8::StartupData* data,
118 } // namespace v8
    [all...]
  /external/v8/tools/
android-ll-prof.sh 2 # Copyright 2012 the V8 project authors. All rights reserved.
30 # processes the profiler trace and v8 logs using ll_prof.py.
35 # The script creates deploy directory deploy/data/local/tmp/v8, copies there
37 # and then sync the deploy directory with /data/local/tmp/v8 on the device.
49 mkdir -p "$DEPLOY/data/local/tmp/v8"
51 cp "$BASE/out/android_arm.$MODE/d8" "$DEPLOY/data/local/tmp/v8/d8"
55 adb shell "cd /data/local/tmp/v8;\
59 adb pull /data/local/tmp/v8/v8.log .
60 adb pull /data/local/tmp/v8/v8.log.ll
    [all...]
  /external/v8/tools/foozzie/testdata/
failure_output.txt 2 # V8 correctness failure
3 # V8 correctness configs: x64,ignition:x64,ignition_staging
4 # V8 correctness sources: f60
5 # V8 correctness suppression:
26 v8-foozzie source: name/to/a/file.js
28 v8-foozzie source: name/to/file.js
40 v8-foozzie source: name/to/a/file.js
42 v8-foozzie source: name/to/file.js
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-a-it-bad.d 1 #name: Deprecated IT blocks (ARM v8)
  /external/pdfium/testing/
embedder_test_main.cpp 13 #include "v8/include/v8-platform.h"
14 #include "v8/include/v8.h"
23 v8::StartupData* g_v8_natives = nullptr;
24 v8::StartupData* g_v8_snapshot = nullptr;
40 g_v8_natives = new v8::StartupData;
41 g_v8_snapshot = new v8::StartupData;
53 v8::V8::ShutdownPlatform()
    [all...]
  /external/v8/src/
bootstrapper.h 1 // Copyright 2014 the V8 project authors. All rights reserved.
10 namespace v8 { namespace
81 v8::Local<v8::ObjectTemplate> global_object_template,
82 v8::ExtensionConfiguration* extensions, size_t context_snapshot_index,
83 v8::DeserializeInternalFieldsCallback internal_fields_deserializer,
88 v8::Local<v8::ObjectTemplate> global_object_template);
111 v8::ExtensionConfiguration* extensions);
137 static v8::Extension* free_buffer_extension_
    [all...]

Completed in 604 milliseconds

1 2 3 4 5 6 7 891011>>