Searched refs:v8 (Results 201 - 225 of 1196) sorted by relevance

1234567891011>>

/external/v8/src/ia32/
H A Dframes-ia32.cc5 #include "src/v8.h"
14 namespace v8 { namespace
40 } } // namespace v8::internal
/external/v8/src/libplatform/
H A Dtask-queue.h14 namespace v8 { namespace
44 } } // namespace v8::platform
/external/v8/src/
H A Dlog-inl.h10 namespace v8 { namespace
29 } } // namespace v8::internal
H A Dproperty-details-inl.h13 namespace v8 { namespace
25 } } // namespace v8::internal
H A Druntime-profiler.h10 namespace v8 { namespace
42 } } // namespace v8::internal
H A Dd8.cc29 #include "include/v8-testing.h"
37 #include "src/third_party/vtune/v8-vtune.h"
52 #include "src/v8.h"
68 namespace v8 { namespace
110 int RealmIndexOrThrow(const v8::FunctionCallbackInfo<v8::Value>& args,
174 const char* Shell::ToCString(const v8::String::Utf8Value& value) {
179 // Compile a string within the current v8 context.
182 v8::ScriptCompiler::CompileOptions compile_options) {
198 source, origin, new v8
1102 ReadBufferWeakCallback( const v8::WeakCallbackData<ArrayBuffer, DataAndPersistent>& data) argument
[all...]
/external/v8/src/x64/
H A Dframes-x64.cc5 #include "src/v8.h"
14 namespace v8 { namespace
40 } } // namespace v8::internal
H A Dlithium-gap-resolver-x64.h8 #include "src/v8.h"
12 namespace v8 { namespace
49 } } // namespace v8::internal
/external/v8/src/x87/
H A Dframes-x87.cc5 #include "src/v8.h"
14 namespace v8 { namespace
40 } } // namespace v8::internal
/external/v8/test/cctest/compiler/
H A Dtest-run-variables.cc5 #include "src/v8.h"
9 using namespace v8::internal;
10 using namespace v8::internal::compiler;
62 Handle<Object> r = v8::Utils::OpenHandle(*CompileRun(tests[i + 1]));
70 Handle<Object> r = v8::Utils::OpenHandle(*CompileRun(tests[i + 2]));
H A Dtest-run-jscalls.cc5 #include "src/v8.h"
9 using namespace v8::internal;
10 using namespace v8::internal::compiler;
259 v8::Local<v8::Context> context = v8::Context::New(CcTest::isolate());
260 v8::Context::Scope scope(context);
261 v8::Local<v8::Value> value = CompileRun(script);
262 i::Handle<i::Object> ofun = v8
[all...]
H A Dtest-run-inlining.cc5 #include "src/v8.h"
11 using namespace v8::internal;
12 using namespace v8::internal::compiler;
16 static void AssertInlineCount(const v8::FunctionCallbackInfo<v8::Value>& args) {
32 static void InstallAssertInlineCountHelper(v8::Isolate* isolate) {
33 v8::Local<v8::Context> context = isolate->GetCurrentContext();
34 v8::Local<v8
[all...]
/external/v8/test/cctest/
H A Dtest-strings.cc35 #include "src/v8.h"
95 using namespace v8::internal;
102 class Resource: public v8::String::ExternalStringResource {
115 class OneByteResource : public v8::String::ExternalOneByteStringResource {
193 v8::Utils::OpenHandle(
194 *v8::String::NewExternal(CcTest::isolate(), resource));
207 v8::Utils::OpenHandle(
208 *v8::String::NewExternal(CcTest::isolate(), resource));
564 v8::HandleScope scope(CcTest::isolate());
857 v8
[all...]
H A Dtest-assembler-x64.cc30 #include "src/v8.h"
39 using namespace v8::internal;
73 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
95 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
127 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
149 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
180 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
208 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
236 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
260 byte* buffer = static_cast<byte*>(v8
[all...]
H A Dtest-object-observe.cc28 #include "src/v8.h"
32 using namespace v8;
33 namespace i = v8::internal;
228 static void ExpectRecords(v8::Isolate* isolate,
259 v8::Isolate* v8_isolate = CcTest::isolate();
306 v8::Isolate* v8_isolate = CcTest::isolate();
423 v8::Isolate* isolate = CcTest::isolate();
424 v8::HandleScope scope(isolate);
425 v8::Local<Context> contextA = Context::New(isolate);
431 v8
[all...]
H A Dtest-assembler-ia32.cc30 #include "src/v8.h"
40 using namespace v8::internal;
55 v8::internal::byte buffer[256];
82 v8::internal::byte buffer[256];
119 v8::internal::byte buffer[256];
163 v8::internal::byte buffer[256];
193 v8::internal::byte buffer[256];
221 v8::internal::byte buffer[256];
244 v8::internal::byte buffer[256];
286 v8
[all...]
H A Dtest-mark-compact.cc40 #include "src/v8.h"
47 using namespace v8::internal;
82 v8::HandleScope sc(CcTest::isolate());
108 v8::HandleScope sc(CcTest::isolate());
135 v8::HandleScope sc(CcTest::isolate());
170 v8::Maybe<bool> maybe = JSReceiver::HasOwnProperty(global, func_name);
190 v8::Maybe<bool> maybe = JSReceiver::HasOwnProperty(global, obj_name);
217 v8::HandleScope sc;
240 const v8::WeakCallbackData<v8
239 WeakPointerCallback( const v8::WeakCallbackData<v8::Value, void>& data) argument
[all...]
H A Dtest-hashing.cc30 #include "src/v8.h"
42 using namespace v8::internal;
104 v8::internal::byte buffer[2048];
136 v8::Isolate* isolate = CcTest::isolate();
137 v8::HandleScope handle_scope(isolate);
138 v8::Context::Scope context_scope(v8::Context::New(isolate));
/external/v8/src/test/
H A Dtest-utils.h8 #include "include/v8.h"
13 namespace v8 { namespace
55 class TestWithIsolate : public virtual ::v8::TestWithIsolate {
62 return reinterpret_cast<Isolate*>(::v8::TestWithIsolate::isolate());
84 } // namespace v8
/external/libavc/common/armv8/
H A Dih264_inter_pred_filters_luma_horz_av8.s131 uaddl v8.8h, v31.8b, v2.8b //// a0 + a5 (column1,row0)
139 umlal v8.8h, v31.8b, v1.8b //// a0 + a5 + 20a2 (column1,row0)
147 umlal v8.8h, v31.8b, v1.8b //// a0 + a5 + 20a2 + 20a3 (column1,row0)
155 umlsl v8.8h, v31.8b, v0.8b //// a0 + a5 + 20a2 + 20a3 - 5a1 (column1,row0)
163 umlsl v8.8h, v31.8b, v0.8b //// a0 + a5 + 20a2 + 20a3 - 5a1 - 5a4 (column1,row0)
171 sqrshrun v20.8b, v8.8h, #5 //// (a0 + a5 + 20a2 + 20a3 - 5a1 - 5a4 + 16) >> 5 (column1,row0)
184 uaddl v8.8h, v31.8b, v2.8b //// a0 + a5 (column1,row2)
192 umlal v8.8h, v31.8b, v1.8b //// a0 + a5 + 20a2 (column1,row2)
200 umlal v8.8h, v31.8b, v1.8b //// a0 + a5 + 20a2 + 20a3 (column1,row2)
208 umlsl v8
[all...]
H A Dih264_deblk_chroma_av8.s100 uaddl v8.8h, v6.8b, v0.8b //
109 umlal v8.8h, v2.8b, v31.8b //
123 rshrn v8.8b, v8.8h, #2 //
125 mov v8.d[1], v9.d[0]
132 bit v8.16b, v0.16b , v18.16b //
134 mov v9.d[0], v8.d[1]
136 st2 {v8.8b, v9.8b}, [x4] //
224 uabd v8.16b, v2.16b , v4.16b //|p0-q0|
229 cmhi v8
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_luma_horz_w16out.s276 umull v8.8h, v1.8b, v25.8b //arithmetic operations for ii iteration in the same time
277 umlsl v8.8h, v0.8b, v24.8b
278 umlsl v8.8h, v2.8b, v26.8b
279 umlal v8.8h, v3.8b, v27.8b
280 umlal v8.8h, v4.8b, v28.8b
281 umlsl v8.8h, v5.8b, v29.8b
282 umlal v8.8h, v6.8b, v30.8b
283 umlsl v8.8h, v7.8b, v31.8b
286 st1 {v8.d}[0],[x1],#8 //store the i iteration result which is in upper part of the register
287 st1 {v8
[all...]
H A Dihevc_inter_pred_filters_luma_horz.s229 umull v8.8h, v1.8b, v25.8b //mul_res = vmlal_u8(src[0_1], coeffabs_1)//
231 umlal v8.8h, v3.8b, v27.8b //mul_res = vmull_u8(src[0_3], coeffabs_3)//
233 umlsl v8.8h, v0.8b, v24.8b //mul_res = vmlsl_u8(src[0_0], coeffabs_0)//
235 umlsl v8.8h, v2.8b, v26.8b //mul_res = vmlsl_u8(src[0_2], coeffabs_2)//
237 umlal v8.8h, v4.8b, v28.8b //mul_res = vmlal_u8(src[0_4], coeffabs_4)//
239 umlsl v8.8h, v5.8b, v29.8b //mul_res = vmlsl_u8(src[0_5], coeffabs_5)//
241 umlal v8.8h, v6.8b, v30.8b //mul_res = vmlal_u8(src[0_6], coeffabs_6)//
243 umlsl v8.8h, v7.8b, v31.8b //mul_res = vmlsl_u8(src[0_7], coeffabs_7)//
253 sqrshrun v20.8b, v8.8h,#6 //right shift and saturating narrow result 1
262 sqrshrun v8
[all...]
/external/v8/src/third_party/vtune/
H A Dvtune-jit.cc79 #include "v8-vtune.h"
180 void VTUNEJITInterface::event_handler(const v8::JitCodeEvent* event) {
183 case v8::JitCodeEvent::CODE_ADDED: {
242 case v8::JitCodeEvent::CODE_MOVED:
245 case v8::JitCodeEvent::CODE_REMOVED:
247 case v8::JitCodeEvent::CODE_ADD_LINE_POS_INFO: {
256 case v8::JitCodeEvent::CODE_START_LINE_INFO_RECORDING: {
257 v8::JitCodeEvent* temp_event = const_cast<v8::JitCodeEvent*>(event);
261 case v8
[all...]
/external/srtp/crypto/math/
H A Ddatatypes.c200 bit_string[j++] = nibble_to_hex_char(x->v8[i] >> 4);
201 bit_string[j++] = nibble_to_hex_char(x->v8[i] & 0xF);
233 x->v8[0] = s[0];
234 x->v8[1] = s[1];
235 x->v8[2] = s[2];
236 x->v8[3] = s[3];
237 x->v8[4] = s[4];
238 x->v8[5] = s[5];
239 x->v8[6] = s[6];
240 x->v8[
[all...]

Completed in 948 milliseconds

1234567891011>>