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

1 2 34 5 6 7 8 91011>>

  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RSInvalidStateException.java 17 package android.support.v8.renderscript;
  /external/v8/src/inspector/
v8-injected-script-host.cc 1 // Copyright 2015 the V8 project authors. All rights reserved.
5 #include "src/inspector/v8-injected-script-host.h"
10 #include "src/inspector/v8-debugger.h"
11 #include "src/inspector/v8-inspector-impl.h"
12 #include "src/inspector/v8-internal-value-type.h"
13 #include "src/inspector/v8-value-copier.h"
15 #include "include/v8-inspector.h"
21 void setFunctionProperty(v8::Local<v8::Context> context,
22 v8::Local<v8::Object> obj, const char* name
    [all...]
inspected-context.cc 1 // Copyright 2016 the V8 project authors. All rights reserved.
9 #include "src/inspector/v8-console.h"
10 #include "src/inspector/v8-inspector-impl.h"
11 #include "src/inspector/v8-value-copier.h"
13 #include "include/v8-inspector.h"
19 void clearContext(const v8::WeakCallbackInfo<v8::Global<v8::Context>>& data) {
22 // Both methods takes valid v8::Local<v8::Context> handle to the same context
    [all...]
v8-debugger-script.h 37 #include "include/v8.h"
48 v8::Isolate* isolate, v8::Local<v8::debug::Script> script,
51 v8::Isolate* isolate, WasmTranslation* wasmTranslation,
52 v8::Local<v8::debug::WasmScript> underlyingScript, String16 id,
62 virtual String16 source(v8::Isolate*) const { return m_source; }
63 const String16& hash(v8::Isolate*) const;
74 virtual void setSource(v8::Local<v8::String> source)
    [all...]
  /external/pdfium/fxjs/
cfxjse_context.h 14 #include "v8/include/v8.h"
23 v8::Isolate* pIsolate,
27 explicit CFXJSE_Context(v8::Isolate* pIsolate);
30 v8::Isolate* GetIsolate() const { return m_pIsolate; }
31 v8::Local<v8::Context> GetContext();
47 v8::Global<v8::Context> m_hContext;
48 v8::Isolate* m_pIsolate
    [all...]
cjs_util.h 26 const std::vector<v8::Local<v8::Value>>& params);
28 const std::vector<v8::Local<v8::Value>>& params);
30 const std::vector<v8::Local<v8::Value>>& params);
32 const std::vector<v8::Local<v8::Value>>& params);
34 const std::vector<v8::Local<v8::Value>>& params)
    [all...]
cjs_object.h 28 v8::AccessorGetterCallback pPropGet;
29 v8::AccessorSetterCallback pPropPut;
34 v8::FunctionCallback pMethodCall;
52 explicit CJS_Object(v8::Local<v8::Object> pObject);
57 v8::Local<v8::Object> ToV8Object() { return m_pV8Object.Get(m_pIsolate); }
63 v8::Isolate* GetIsolate() const { return m_pIsolate; }
67 v8::Global<v8::Object> m_pV8Object
    [all...]
fxjs_v8.cpp 19 static v8::Isolate* g_isolate = nullptr;
22 static v8::Global<v8::ObjectTemplate>* g_DefaultGlobalObjectTemplate = nullptr;
31 v8::Local<v8::Object> pObj) {
39 static CFXJS_PerObjectData* GetFromObject(v8::Local<v8::Object> pObj) {
55 static int MaxID(v8::Isolate* pIsolate) {
59 static CFXJS_ObjDefinition* ForID(v8::Isolate* pIsolate, int id) {
64 CFXJS_ObjDefinition(v8::Isolate* isolate
    [all...]
cjs_event.h 18 CJS_Return set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
21 CJS_Return set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
24 CJS_Return set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
27 CJS_Return set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
30 CJS_Return set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp)
    [all...]
cjs_console.h 21 const std::vector<v8::Local<v8::Value>>& params);
23 const std::vector<v8::Local<v8::Value>>& params);
25 const std::vector<v8::Local<v8::Value>>& params);
27 const std::vector<v8::Local<v8::Value>>& params);
34 explicit CJS_Console(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {
    [all...]
cjs_field.h 39 CJS_Return set_alignment(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return set_border_style(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return set_button_align_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
48 CJS_Return set_button_align_y(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
52 v8::Local<v8::Value> vp)
    [all...]
cjs_report.h 21 const std::vector<v8::Local<v8::Value>>& params);
23 const std::vector<v8::Local<v8::Value>>& params);
30 explicit CJS_Report(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
  /external/v8/src/profiler/
tick-sample.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
8 #include "include/v8-profiler.h"
12 namespace v8 { namespace
17 struct TickSample : public v8::TickSample {
18 void Init(Isolate* isolate, const v8::RegisterState& state,
25 } // namespace v8
  /external/v8/tools/
parser-shell.cc 1 // Copyright 2014 the V8 project authors. All rights reserved.
34 #include "src/v8.h"
48 using namespace v8::internal;
50 class StringResource8 : public v8::String::ExternalOneByteStringResource {
62 std::pair<v8::base::TimeDelta, v8::base::TimeDelta> RunBaselineParser(
63 const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate,
64 v8::Local<v8::Context> context) {
67 v8::Local<v8::String> source_handle
    [all...]
  /external/libmojo/mojo/edk/js/
threading.cc 28 v8::Local<v8::Value> Threading::GetModule(v8::Isolate* isolate) {
30 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate(
handle.h 28 static gin::Handle<HandleWrapper> Create(v8::Isolate* isolate,
61 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
63 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
69 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate
    [all...]
waiting_callback.cc 17 v8::Handle<v8::Private> GetHiddenPropertyName(v8::Isolate* isolate) {
18 return v8::Private::ForApi(
28 v8::Isolate* isolate,
29 v8::Handle<v8::Function> callback,
52 WaitingCallback::WaitingCallback(v8::Isolate* isolate,
53 v8::Handle<v8::Function> callback
    [all...]
handle.cc 49 v8::Handle<v8::Value> Converter<mojo::Handle>::ToV8(v8::Isolate* isolate,
52 return v8::Null(isolate);
56 bool Converter<mojo::Handle>::FromV8(v8::Isolate* isolate,
57 v8::Handle<v8::Value> val,
73 v8::Handle<v8::Value> Converter<mojo::MessagePipeHandle>::ToV8(
74 v8::Isolate* isolate, mojo::MessagePipeHandle val)
    [all...]
waiting_callback.h 31 v8::Isolate* isolate,
32 v8::Handle<v8::Function> callback,
43 WaitingCallback(v8::Isolate* isolate,
44 v8::Handle<v8::Function> callback,
  /external/pdfium/testing/
js_embedder_test.cpp 16 v8::Isolate::CreateParams params;
18 m_pIsolate = v8::Isolate::New(params);
23 v8::Isolate::Scope isolate_scope(m_pIsolate);
24 v8::HandleScope handle_scope(m_pIsolate);
38 v8::Isolate* JSEmbedderTest::isolate() {
42 v8::Local<v8::Context> JSEmbedderTest::GetV8Context() {
  /external/v8/src/
accessors.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
8 #include "include/v8.h"
13 namespace v8 { namespace
63 v8::Local<v8::Name> name, \
64 const v8::PropertyCallbackInfo<v8::Value>& info); \
72 static void name(v8::Local<v8::Name> name, v8::Local<v8::Value> value,
    [all...]
api.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
8 #include "include/v8-testing.h"
15 namespace v8 { namespace
19 // we want to keep them out of v8.h because it is an externally
29 template <typename T> inline T ToCData(v8::internal::Object* obj) {
30 STATIC_ASSERT(sizeof(T) == sizeof(v8::internal::Address));
31 if (obj == v8::internal::Smi::kZero) return nullptr;
34 v8::internal::Foreign::cast(obj)->foreign_address()));
39 inline v8::internal::Handle<v8::internal::Object> FromCData
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_logpseudomodel.cpp 30 const std::vector<v8::Local<v8::Value>>& params) {
36 const std::vector<v8::Local<v8::Value>>& params) {
42 const std::vector<v8::Local<v8::Value>>& params) {
48 const std::vector<v8::Local<v8::Value>>& params) {
54 const std::vector<v8::Local<v8::Value>>& params)
    [all...]
  /external/v8/src/tracing/
tracing-category-observer.cc 1 // Copyright 2016 the V8 project authors. All rights reserved.
9 #include "src/v8.h"
11 namespace v8 { namespace
18 v8::internal::V8::GetCurrentPlatform()->AddTraceStateObserver(
20 TRACE_EVENT_WARMUP_CATEGORY(TRACE_DISABLED_BY_DEFAULT("v8.runtime_stats"));
22 TRACE_DISABLED_BY_DEFAULT("v8.runtime_stats_sampling"));
23 TRACE_EVENT_WARMUP_CATEGORY(TRACE_DISABLED_BY_DEFAULT("v8.gc_stats"));
24 TRACE_EVENT_WARMUP_CATEGORY(TRACE_DISABLED_BY_DEFAULT("v8.ic_stats"));
28 v8::internal::V8::GetCurrentPlatform()->RemoveTraceStateObserver
    [all...]
  /external/llvm/test/MC/AArch64/
neon-simd-misc.s 11 rev64 v6.4s, v8.4s
18 // CHECK: rev64 v6.4s, v8.4s // encoding: [0x06,0x09,0xa0,0x4e]
44 saddlp v8.4h, v5.8b
51 // CHECK: saddlp v8.4h, v5.8b // encoding: [0xa8,0x28,0x20,0x0e]
62 uaddlp v8.4h, v5.8b
69 // CHECK: uaddlp v8.4h, v5.8b // encoding: [0xa8,0x28,0x20,0x2e]
80 sadalp v8.4h, v5.8b
87 // CHECK: sadalp v8.4h, v5.8b // encoding: [0xa8,0x68,0x20,0x0e]
98 uadalp v8.4h, v5.8b
105 // CHECK: uadalp v8.4h, v5.8b // encoding: [0xa8,0x68,0x20,0x2e
    [all...]

Completed in 2340 milliseconds

1 2 34 5 6 7 8 91011>>