Home
last modified time | relevance | path

Searched refs:FUNCTION_CAST (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/v8/test/cctest/
Dtest-assembler-x64.cc86 int result = FUNCTION_CAST<F2>(buffer)(3, 2); in TEST()
118 int result = FUNCTION_CAST<F2>(buffer)(3, 2); in TEST()
140 int result = FUNCTION_CAST<F2>(buffer)(3, 2); in TEST()
169 int result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2002); in TEST()
171 result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2003); in TEST()
195 int result = FUNCTION_CAST<F2>(buffer)(3, 2); in TEST()
197 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l); in TEST()
199 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l); in TEST()
225 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right); in TEST()
250 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right); in TEST()
[all …]
Dtest-assembler-ia32.cc70 F2 f = FUNCTION_CAST<F2>(code->entry()); in TEST()
107 F1 f = FUNCTION_CAST<F1>(code->entry()); in TEST()
148 F1 f = FUNCTION_CAST<F1>(code->entry()); in TEST()
178 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
208 F4 f = FUNCTION_CAST<F4>(code->entry()); in TEST()
231 F0 f = FUNCTION_CAST<F0>(code->entry()); in TEST()
272 F5 f = FUNCTION_CAST<F5>(code->entry()); in TEST()
304 F6 f = FUNCTION_CAST<F6>(code->entry()); in TEST()
359 F7 f = FUNCTION_CAST<F7>(code->entry()); in TEST()
440 F0 f = FUNCTION_CAST<F0>(code->entry()); in TEST()
[all …]
Dtest-assembler-x87.cc70 F2 f = FUNCTION_CAST<F2>(code->entry()); in TEST()
107 F1 f = FUNCTION_CAST<F1>(code->entry()); in TEST()
148 F1 f = FUNCTION_CAST<F1>(code->entry()); in TEST()
175 F0 f = FUNCTION_CAST<F0>(code->entry()); in TEST()
228 F7 f = FUNCTION_CAST<F7>(code->entry()); in TEST()
309 F0 f = FUNCTION_CAST<F0>(code->entry()); in TEST()
Dtest-macro-assembler-mips64.cc100 ::F f = FUNCTION_CAST< ::F>(code->entry()); in TEST()
168 ::F f = FUNCTION_CAST< ::F>(code->entry()); in TEST()
212 ::F f = FUNCTION_CAST< ::F>(code->entry()); in TEST()
Dtest-assembler-arm.cc67 F2 f = FUNCTION_CAST<F2>(code->entry());
103 F1 f = FUNCTION_CAST<F1>(code->entry());
148 F1 f = FUNCTION_CAST<F1>(code->entry());
195 F3 f = FUNCTION_CAST<F3>(code->entry());
319 F3 f = FUNCTION_CAST<F3>(code->entry());
380 F1 f = FUNCTION_CAST<F1>(code->entry());
414 F1 f = FUNCTION_CAST<F1>(code->entry());
488 F1 f = FUNCTION_CAST<F1>(code->entry()); in TestRoundingMode()
672 F4 fn = FUNCTION_CAST<F4>(code->entry());
782 F4 fn = FUNCTION_CAST<F4>(code->entry());
[all …]
Dtest-assembler-mips64.cc66 F2 f = FUNCTION_CAST<F2>(code->entry()); in TEST()
103 F1 f = FUNCTION_CAST<F1>(code->entry()); in TEST()
250 F2 f = FUNCTION_CAST<F2>(code->entry()); in TEST()
322 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
399 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
465 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
535 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
615 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
711 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
834 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
[all …]
Dtest-assembler-mips.cc66 F2 f = FUNCTION_CAST<F2>(code->entry()); in TEST()
102 F1 f = FUNCTION_CAST<F1>(code->entry()); in TEST()
240 F2 f = FUNCTION_CAST<F2>(code->entry()); in TEST()
310 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
387 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
450 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
520 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
613 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
709 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
806 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
[all …]
Dtest-macro-assembler-x64.cc43 using i::FUNCTION_CAST;
189 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
282 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
383 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
451 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
649 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
732 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
954 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
1172 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
1257 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
[all …]
Dtest-macro-assembler-arm.cc101 F f = FUNCTION_CAST<F>(code->entry()); in TEST()
223 F5 f = FUNCTION_CAST<F5>(code->entry()); in TEST()
Dtest-hashing.cc117 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry()); in check()
Dtest-macro-assembler-mips.cc100 ::F f = FUNCTION_CAST< ::F>(code->entry()); in TEST()
Dtest-macro-assembler-x87.cc144 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
Dtest-macro-assembler-ia32.cc157 int result = FUNCTION_CAST<F0>(buffer)(); in TEST()
/external/chromium_org/v8/test/cctest/compiler/
Dcall-tester.h322 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()));
329 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1);
336 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2);
343 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3);
350 return DoCall<R>(FUNCTION_CAST<FType*>(Generate()), p1, p2, p3, p4);
/external/chromium_org/v8/src/ia32/
Dsimulator-ia32.h25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
Dcodegen-ia32.cc70 return FUNCTION_CAST<UnaryMathFunction>(buffer); in CreateExpFunction()
99 return FUNCTION_CAST<UnaryMathFunction>(buffer); in CreateSqrtFunction()
512 return FUNCTION_CAST<MemMoveFunction>(buffer); in CreateMemMoveFunction()
/external/chromium_org/v8/src/x64/
Dsimulator-x64.h25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
Dcodegen-x64.cc63 return FUNCTION_CAST<UnaryMathFunction>(buffer); in CreateExpFunction()
86 return FUNCTION_CAST<UnaryMathFunction>(buffer); in CreateSqrtFunction()
174 return FUNCTION_CAST<ModuloFunction>(buffer); in CreateModuloFunction()
/external/chromium_org/v8/src/x87/
Dsimulator-x87.h25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/chromium_org/v8/src/mips64/
Dsimulator-mips64.h47 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \
64 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \
/external/chromium_org/v8/src/
Dmessages.cc112 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address()); in ReportMessage()
Dglobals.h202 F FUNCTION_CAST(Address addr) { in FUNCTION_CAST() function
/external/chromium_org/v8/src/arm/
Dcodegen-arm.cc74 return FUNCTION_CAST<UnaryMathFunction>(buffer); in CreateExpFunction()
232 return FUNCTION_CAST<MemCopyUint8Function>(buffer); in CreateMemCopyUint8Function()
320 return FUNCTION_CAST<MemCopyUint16Uint8Function>(buffer); in CreateMemCopyUint16Uint8Function()
347 return FUNCTION_CAST<UnaryMathFunction>(buffer); in CreateSqrtFunction()
Dsimulator-arm.h37 (FUNCTION_CAST<arm_regexp_matcher>(entry)( \
/external/chromium_org/v8/src/mips/
Dsimulator-mips.h38 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \

12