Searched refs:v8 (Results 76 - 100 of 1196) sorted by relevance

1234567891011>>

/external/v8/test/cctest/
H A Dgay-shortest.h31 namespace v8 { namespace
42 } } // namespace v8::internal
H A Dtest-serialize.cc32 #include "src/v8.h"
46 using namespace v8::internal;
68 v8::V8::Initialize();
73 CHECK_EQ(make_code(v8::internal::RUNTIME_FUNCTION, Runtime::kAbort),
98 v8::V8::Initialize();
104 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION,
120 fp_ = v8::base::OS::FOpen(snapshot_file, "wb");
166 FILE* fp = v8::base::OS::FOpen(name.start(), "w");
197 static void Serialize(v8::Isolate* isolate) {
202 v8
[all...]
H A Dtest-javascript-arm64.cc30 #include "src/v8.h"
43 using ::v8::Context;
44 using ::v8::Extension;
45 using ::v8::Function;
46 using ::v8::FunctionTemplate;
47 using ::v8::Handle;
48 using ::v8::HandleScope;
49 using ::v8::Local;
50 using ::v8::Message;
51 using ::v8
[all...]
H A Dtest-mementos.cc30 using namespace v8::internal;
59 v8::HandleScope scope(CcTest::isolate());
74 v8::HandleScope scope(CcTest::isolate());
88 v8::HandleScope scope(CcTest::isolate());
106 v8::Local<v8::Value> res = CompileRun(test_buf.start());
108 v8::Utils::OpenHandle(*v8::Handle<v8::Object>::Cast(res));
H A Dtest-platform-linux.cc34 #include "src/v8.h"
39 using namespace ::v8::internal;
43 v8::base::VirtualMemory* vm = new v8::base::VirtualMemory(1 * MB);
/external/v8/third_party/fdlibm/
H A Dfdlibm.h19 namespace v8 { namespace
29 } // namespace v8::internal
/external/skia/src/opts/
H A DSkUtils_opts_arm_neon.cpp39 uint16x8_t v8 = vdupq_n_u16(value);
40 uint16x8x4_t v32 = { v8, v8, v8, v8 };
49 case 3: vst1q_u16(dst, v8); dst += 8; count -= 8;
50 case 2: vst1q_u16(dst, v8); dst += 8; count -= 8;
51 case 1: vst1q_u16(dst, v8); dst += 8; count -= 8;
55 vst1_u16(dst, vget_low_u16(v8));
20 SkASSERT(count < 16); switch (count / 4) { case 3: vst1q_u32(dst, v4); dst += 4; count -= 4; case 2: vst1q_u32(dst, v4); dst += 4; count -= 4; case 1: vst1q_u32(dst, v4); dst += 4; count -= 4; } SkASSERT(count < 4); if (count >= 2) { vst1_u32(dst, vget_low_u32(v4)); dst += 2; count -= 2; } SkASSERT(count < 2); if (count > 0) { *dst = value; } } void sk_memset16_neon(uint16_t dst[], uint16_t value, int count) { uint16x8_t v8 = vdupq_n_u16(value); uint16x8x4_t v32 = { v8, v8, v8, v8 }; while (count >= 32) argument
/external/srtp/tables/
H A Daes_tables.c106 tmp.v8[0] = x2;
107 tmp.v8[1] = x1;
108 tmp.v8[2] = x1;
109 tmp.v8[3] = x3;
112 tmp.v8[0] = x3;
113 tmp.v8[1] = x2;
114 tmp.v8[2] = x1;
115 tmp.v8[3] = x1;
118 tmp.v8[0] = x1;
119 tmp.v8[
[all...]
/external/v8/src/extensions/
H A Dexternalize-string-extension.cc7 namespace v8 { namespace
30 typedef SimpleStringResource<char, v8::String::ExternalOneByteStringResource>
32 typedef SimpleStringResource<uc16, v8::String::ExternalStringResource>
40 v8::Handle<v8::FunctionTemplate>
42 v8::Isolate* isolate, v8::Handle<v8::String> str) {
43 if (strcmp(*v8::String::Utf8Value(str), "externalizeString") == 0) {
44 return v8
[all...]
H A Dstatistics-extension.cc7 namespace v8 { namespace
14 v8::Handle<v8::FunctionTemplate> StatisticsExtension::GetNativeFunctionTemplate(
15 v8::Isolate* isolate,
16 v8::Handle<v8::String> str) {
17 DCHECK(strcmp(*v8::String::Utf8Value(str), "getV8Statistics") == 0);
18 return v8::FunctionTemplate::New(isolate, StatisticsExtension::GetCounters);
22 static void AddCounter(v8::Isolate* isolate,
23 v8
[all...]
/external/v8/src/
H A Dmessages.h16 namespace v8 { namespace
19 } } // namespace v8::internal
25 v8::internal::Handle<v8::internal::JSArray> args,
26 const v8::internal::MessageLocation* loc) :
29 v8::internal::Handle<v8::internal::JSArray> args() const { return args_; }
30 const v8::internal::MessageLocation* loc() const { return loc_; }
33 v8::internal::Handle<v8
38 namespace v8 { namespace
[all...]
H A Daccessors.cc5 #include "src/v8.h"
20 namespace v8 { namespace
36 Handle<Object> get = v8::FromCData(isolate, getter);
37 Handle<Object> set = v8::FromCData(isolate, setter);
140 Isolate* isolate, const v8::PropertyCallbackInfo<void>& info,
141 v8::Local<v8::Name> name, Handle<Object> value) {
164 v8::Local<v8::Name> name, const v8
[all...]
H A Di18n.h9 #include "src/v8.h"
19 namespace v8 { namespace
52 const v8::WeakCallbackData<v8::Value, void>& data);
76 const v8::WeakCallbackData<v8::Value, void>& data);
99 const v8::WeakCallbackData<v8::Value, void>& data);
122 const v8::WeakCallbackData<v8
[all...]
H A Darguments.h11 namespace v8 { namespace
73 F(IndexedPropertyEnumeratorCallback, v8::Array) \
76 F(NamedPropertyGetterCallback, v8::Value, v8::Local<v8::String>) \
77 F(AccessorNameGetterCallback, v8::Value, v8::Local<v8::Name>) \
79 v8::Integer, \
80 v8
[all...]
H A Dassert-scope.cc7 #include "src/v8.h"
9 namespace v8 { namespace
21 } } // namespace v8::internal
H A Dbailout-reason.cc8 namespace v8 { namespace
20 } // namespace v8::internal
/external/clang/test/Sema/
H A Daltivec-init.c4 typedef short v8 __attribute((vector_size(16))); typedef
6 v8 foo(void) {
7 v8 a;
9 a = (v8){4, 2};
24 return (v8){0, 1, 2, 3, 1, 2, 3, 4};
/external/v8/test/cctest/compiler/
H A Dtest-pipeline.cc5 #include "src/v8.h"
15 using namespace v8::internal;
16 using namespace v8::internal::compiler;
21 Handle<JSFunction> function = v8::Utils::OpenHandle(
22 *v8::Handle<v8::Function>::Cast(CompileRun(source)));
H A Dtest-run-deopt.cc5 #include "src/v8.h"
10 using namespace v8;
11 using namespace v8::internal;
12 using namespace v8::internal::compiler;
16 static void IsOptimized(const FunctionCallbackInfo<v8::Value>& args) {
23 static void InstallIsOptimizedHelper(v8::Isolate* isolate) {
24 Local<v8::Context> context = isolate->GetCurrentContext();
25 Local<v8::FunctionTemplate> t = FunctionTemplate::New(isolate, IsOptimized);
/external/llvm/test/MC/AArch64/
H A Dneon-simd-misc.s11 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
[all...]
/external/llvm/test/MC/R600/
H A Dds.s117 ds_add_rtn_u32 v8, v2, v4
118 // CHECK: ds_add_rtn_u32 v8, v2, v4 ; encoding: [0x00,0x00,0x80,0xd8,0x02,0x04,0x00,0x08]
120 ds_sub_rtn_u32 v8, v2, v4
121 // CHECK: ds_sub_rtn_u32 v8, v2, v4 ; encoding: [0x00,0x00,0x84,0xd8,0x02,0x04,0x00,0x08]
123 ds_rsub_rtn_u32 v8, v2, v4
124 // CHECK: ds_rsub_rtn_u32 v8, v2, v4 ; encoding: [0x00,0x00,0x88,0xd8,0x02,0x04,0x00,0x08]
126 ds_inc_rtn_u32 v8, v2, v4
127 // CHECK: ds_inc_rtn_u32 v8, v2, v4 ; encoding: [0x00,0x00,0x8c,0xd8,0x02,0x04,0x00,0x08]
129 ds_dec_rtn_u32 v8, v2, v4
130 // CHECK: ds_dec_rtn_u32 v8, v
[all...]
/external/v8/src/arm/
H A Dframes-arm.cc5 #include "src/v8.h"
17 namespace v8 { namespace
21 Register JavaScriptFrame::fp_register() { return v8::internal::fp; }
29 Register StubFailureTrampolineFrame::fp_register() { return v8::internal::fp; }
44 } } // namespace v8::internal
/external/v8/tools/
H A Dlexer-shell.cc34 #include "src/v8.h"
48 using namespace v8::internal;
56 v8::base::ElapsedTimer* timer,
131 v8::base::TimeDelta RunBaselineScanner(const char* fname, Isolate* isolate,
135 v8::base::ElapsedTimer timer;
160 v8::base::TimeDelta ProcessFile(
171 v8::base::TimeDelta baseline_time;
183 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
184 v8::V8::InitializeICU();
185 v8
[all...]
/external/v8/include/
H A Dv8-testing.h8 #include "v8.h"
13 namespace v8 { namespace
46 } // namespace v8
/external/v8/src/base/
H A Dsys-info.h11 namespace v8 { namespace
28 } // namespace v8

Completed in 912 milliseconds

1234567891011>>