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

12

/external/chromium_org/v8/src/ia32/
H A Dsimulator-ia32.h48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/chromium_org/v8/src/x64/
H A Dsimulator-x64.h48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
H A Dcodegen-x64.cc98 return FUNCTION_CAST<UnaryMathFunction>(buffer);
129 return FUNCTION_CAST<UnaryMathFunction>(buffer);
153 return FUNCTION_CAST<UnaryMathFunction>(buffer);
242 return FUNCTION_CAST<ModuloFunction>(buffer);
/external/v8/src/ia32/
H A Dsimulator-ia32.h48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
/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.cc98 return FUNCTION_CAST<UnaryMathFunction>(buffer);
122 return FUNCTION_CAST<UnaryMathFunction>(buffer);
211 return FUNCTION_CAST<ModuloFunction>(buffer);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x64.cc41 using v8::internal::FUNCTION_CAST;
110 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
143 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
166 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
191 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
193 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
195 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
230 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
260 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
311 int result = FUNCTION_CAST<F
[all...]
H A Dtest-assembler-ia32.cc71 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
110 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
153 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
189 F3 f = FUNCTION_CAST<F3>(code->entry());
224 F4 f = FUNCTION_CAST<F4>(code->entry());
249 F0 f = FUNCTION_CAST<F0>(code->entry());
294 F5 f = FUNCTION_CAST<F5>(code->entry());
330 F6 f = FUNCTION_CAST<F6>(Code::cast(code)->entry());
387 F7 f = FUNCTION_CAST<F7>(Code::cast(code)->entry());
470 F0 f = FUNCTION_CAST<F
[all...]
H A Dtest-assembler-arm.cc68 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
106 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
153 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
202 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
328 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
391 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
427 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
504 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
689 F4 fn = FUNCTION_CAST<F4>(Code::cast(code)->entry());
801 F4 fn = FUNCTION_CAST<F
[all...]
H A Dtest-hashing.cc171 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
208 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
H A Dtest-macro-assembler-x64.cc41 using v8::internal::FUNCTION_CAST;
189 int result = FUNCTION_CAST<F0>(buffer)();
286 int result = FUNCTION_CAST<F0>(buffer)();
390 int result = FUNCTION_CAST<F0>(buffer)();
461 int result = FUNCTION_CAST<F0>(buffer)();
662 int result = FUNCTION_CAST<F0>(buffer)();
749 int result = FUNCTION_CAST<F0>(buffer)();
840 int result = FUNCTION_CAST<F0>(buffer)();
1039 int result = FUNCTION_CAST<F0>(buffer)();
1127 int result = FUNCTION_CAST<F
[all...]
H A Dtest-assembler-mips.cc69 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
108 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
249 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
322 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
390 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
456 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
529 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
606 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
705 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
813 F3 f = FUNCTION_CAST<F
[all...]
/external/v8/test/cctest/
H A Dtest-assembler-x64.cc41 using v8::internal::FUNCTION_CAST;
119 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
151 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
173 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
197 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
199 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
201 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
235 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
264 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
314 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());
471 F0 f = FUNCTION_CAST<F
[all...]
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-hashing.cc170 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
199 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
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());
612 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
711 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
819 F3 f = FUNCTION_CAST<F
[all...]
/external/v8/src/
H A Dmessages.cc129 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address());
H A Dglobals.h311 // FUNCTION_CAST<F>(addr) casts an address into a function
314 F FUNCTION_CAST(Address addr) { function in namespace:v8::internal
/external/chromium_org/v8/src/
H A Dglobals.h325 // FUNCTION_CAST<F>(addr) casts an address into a function
328 F FUNCTION_CAST(Address addr) { function in namespace:v8::internal
H A Dmessages.cc141 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address());
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h61 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \
/external/v8/src/arm/
H A Dsimulator-arm.h60 (FUNCTION_CAST<arm_regexp_matcher>(entry)( \
/external/v8/src/mips/
H A Dsimulator-mips.h61 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \

Completed in 657 milliseconds

12