Searched refs:FUNCTION_CAST (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/ia32/
H A Dsimulator-ia32.h48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
H A Dcodegen-ia32.cc258 return FUNCTION_CAST<OS::MemCopyFunction>(buffer);
H A Dassembler-ia32.cc136 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address()));
/external/v8/src/x64/
H A Dsimulator-x64.h48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
H A Dcodegen-x64.cc136 return FUNCTION_CAST<ModuloFunction>(buffer);
H A Dassembler-x64.cc137 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address()));
/external/v8/test/cctest/
H A Dtest-assembler-x64.cc40 using v8::internal::FUNCTION_CAST;
106 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
138 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
160 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
184 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
186 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
188 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
222 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
251 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
301 int result = FUNCTION_CAST<F
[all...]
H A Dtest-assembler-ia32.cc80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
118 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
160 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
195 F3 f = FUNCTION_CAST<F3>(code->entry());
229 F4 f = FUNCTION_CAST<F4>(code->entry());
253 F0 f = FUNCTION_CAST<F0>(code->entry());
298 F5 f = FUNCTION_CAST<F5>(code->entry());
334 F6 f = FUNCTION_CAST<F6>(Code::cast(code)->entry());
390 F7 f = FUNCTION_CAST<F7>(Code::cast(code)->entry());
H A Dtest-assembler-arm.cc77 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
114 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
160 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
208 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
323 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
383 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
418 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
494 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
680 F4 fn = FUNCTION_CAST<F4>(Code::cast(code)->entry());
795 F4 fn = FUNCTION_CAST<F
[all...]
H A Dtest-macro-assembler-x64.cc41 using v8::internal::FUNCTION_CAST;
190 int result = FUNCTION_CAST<F0>(buffer)();
288 int result = FUNCTION_CAST<F0>(buffer)();
393 int result = FUNCTION_CAST<F0>(buffer)();
465 int result = FUNCTION_CAST<F0>(buffer)();
667 int result = FUNCTION_CAST<F0>(buffer)();
755 int result = FUNCTION_CAST<F0>(buffer)();
846 int result = FUNCTION_CAST<F0>(buffer)();
1046 int result = FUNCTION_CAST<F0>(buffer)();
1135 int result = FUNCTION_CAST<F
[all...]
H A Dtest-assembler-mips.cc81 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
119 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
259 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
325 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
391 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
460 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
533 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
607 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
706 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
814 F3 f = FUNCTION_CAST<F
[all...]
/external/v8/src/
H A Dmessages.cc130 FUNCTION_CAST<v8::MessageCallback>(callback_obj->proxy());
H A Dglobals.h267 // FUNCTION_CAST<F>(addr) casts an address into a function
270 F FUNCTION_CAST(Address addr) { function in namespace:v8::internal
H A Dstub-cache.cc1286 v8::AccessorGetter fun = FUNCTION_CAST<v8::AccessorGetter>(getter_address);
1307 v8::AccessorSetter fun = FUNCTION_CAST<v8::AccessorSetter>(setter_address);
1346 FUNCTION_CAST<v8::NamedPropertyGetter>(getter_address);
1401 FUNCTION_CAST<v8::NamedPropertyGetter>(getter_address);
H A Dexecution.cc115 JSEntryFunction entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
H A Dbuiltins.cc1615 Generator g = FUNCTION_CAST<Generator>(functions[i].generator);
H A Ddebug.cc2404 FUNCTION_CAST<v8::Debug::EventCallback2>(callback_obj->proxy());
/external/v8/src/arm/
H A Dsimulator-arm.h60 (FUNCTION_CAST<arm_regexp_matcher>(entry)( \
/external/v8/src/mips/
H A Dsimulator-mips.h60 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \

Completed in 1368 milliseconds