HomeSort by relevance Sort by last modified time
    Searched refs:FUNCTION_CAST (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
codegen-ia32.cc 70 return FUNCTION_CAST<UnaryMathFunction>(buffer);
99 return FUNCTION_CAST<UnaryMathFunction>(buffer);
512 return FUNCTION_CAST<MemMoveFunction>(buffer);
    [all...]
  /external/chromium_org/v8/src/x64/
simulator-x64.h 25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
codegen-x64.cc 63 return FUNCTION_CAST<UnaryMathFunction>(buffer);
86 return FUNCTION_CAST<UnaryMathFunction>(buffer);
174 return FUNCTION_CAST<ModuloFunction>(buffer);
  /external/chromium_org/v8/src/x87/
simulator-x87.h 25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 86 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
118 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
140 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
169 int result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2002);
171 result = FUNCTION_CAST<F2>(buffer)(0x1002, 0x2003);
195 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
197 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
199 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
225 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
250 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right)
    [all...]
test-assembler-x87.cc 70 F2 f = FUNCTION_CAST<F2>(code->entry());
107 F1 f = FUNCTION_CAST<F1>(code->entry());
148 F1 f = FUNCTION_CAST<F1>(code->entry());
175 F0 f = FUNCTION_CAST<F0>(code->entry());
228 F7 f = FUNCTION_CAST<F7>(code->entry());
309 F0 f = FUNCTION_CAST<F0>(code->entry());
test-assembler-ia32.cc 70 F2 f = FUNCTION_CAST<F2>(code->entry());
107 F1 f = FUNCTION_CAST<F1>(code->entry());
148 F1 f = FUNCTION_CAST<F1>(code->entry());
178 F3 f = FUNCTION_CAST<F3>(code->entry());
208 F4 f = FUNCTION_CAST<F4>(code->entry());
231 F0 f = FUNCTION_CAST<F0>(code->entry());
272 F5 f = FUNCTION_CAST<F5>(code->entry());
304 F6 f = FUNCTION_CAST<F6>(code->entry());
359 F7 f = FUNCTION_CAST<F7>(code->entry());
440 F0 f = FUNCTION_CAST<F0>(code->entry())
    [all...]
test-macro-assembler-mips64.cc 100 ::F f = FUNCTION_CAST< ::F>(code->entry());
168 ::F f = FUNCTION_CAST< ::F>(code->entry());
212 ::F f = FUNCTION_CAST< ::F>(code->entry());
test-assembler-arm.cc 67 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());
672 F4 fn = FUNCTION_CAST<F4>(code->entry());
782 F4 fn = FUNCTION_CAST<F4>(code->entry())
    [all...]
test-hashing.cc 117 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
test-macro-assembler-mips.cc 100 ::F f = FUNCTION_CAST< ::F>(code->entry());
test-macro-assembler-arm.cc 101 F f = FUNCTION_CAST<F>(code->entry());
223 F5 f = FUNCTION_CAST<F5>(code->entry());
test-assembler-mips64.cc 66 F2 f = FUNCTION_CAST<F2>(code->entry());
103 F1 f = FUNCTION_CAST<F1>(code->entry());
250 F2 f = FUNCTION_CAST<F2>(code->entry());
322 F3 f = FUNCTION_CAST<F3>(code->entry());
399 F3 f = FUNCTION_CAST<F3>(code->entry());
465 F3 f = FUNCTION_CAST<F3>(code->entry());
535 F3 f = FUNCTION_CAST<F3>(code->entry());
615 F3 f = FUNCTION_CAST<F3>(code->entry());
711 F3 f = FUNCTION_CAST<F3>(code->entry());
834 F3 f = FUNCTION_CAST<F3>(code->entry())
    [all...]
test-assembler-mips.cc 66 F2 f = FUNCTION_CAST<F2>(code->entry());
102 F1 f = FUNCTION_CAST<F1>(code->entry());
240 F2 f = FUNCTION_CAST<F2>(code->entry());
310 F3 f = FUNCTION_CAST<F3>(code->entry());
387 F3 f = FUNCTION_CAST<F3>(code->entry());
450 F3 f = FUNCTION_CAST<F3>(code->entry());
520 F3 f = FUNCTION_CAST<F3>(code->entry());
613 F3 f = FUNCTION_CAST<F3>(code->entry());
709 F3 f = FUNCTION_CAST<F3>(code->entry());
806 F3 f = FUNCTION_CAST<F3>(code->entry())
    [all...]
test-macro-assembler-x64.cc 43 using i::FUNCTION_CAST;
189 int result = FUNCTION_CAST<F0>(buffer)();
282 int result = FUNCTION_CAST<F0>(buffer)();
383 int result = FUNCTION_CAST<F0>(buffer)();
451 int result = FUNCTION_CAST<F0>(buffer)();
649 int result = FUNCTION_CAST<F0>(buffer)();
732 int result = FUNCTION_CAST<F0>(buffer)();
954 int result = FUNCTION_CAST<F0>(buffer)();
1172 int result = FUNCTION_CAST<F0>(buffer)();
    [all...]
test-macro-assembler-ia32.cc 157 int result = FUNCTION_CAST<F0>(buffer)();
test-macro-assembler-x87.cc 144 int result = FUNCTION_CAST<F0>(buffer)();
  /external/chromium_org/v8/test/cctest/compiler/
call-tester.h 322 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/mips64/
simulator-mips64.h 47 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \
64 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \
  /external/chromium_org/v8/src/
messages.cc 112 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address());
globals.h 199 // FUNCTION_CAST<F>(addr) casts an address into a function
202 F FUNCTION_CAST(Address addr) {
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 74 return FUNCTION_CAST<UnaryMathFunction>(buffer);
232 return FUNCTION_CAST<MemCopyUint8Function>(buffer);
320 return FUNCTION_CAST<MemCopyUint16Uint8Function>(buffer);
347 return FUNCTION_CAST<UnaryMathFunction>(buffer);
simulator-arm.h 37 (FUNCTION_CAST<arm_regexp_matcher>(entry)( \
  /external/chromium_org/v8/src/mips/
simulator-mips.h 38 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \

Completed in 299 milliseconds

1 2