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

1 2

  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/chromium_org/v8/src/x64/
simulator-x64.h 48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
codegen-x64.cc 98 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/
simulator-ia32.h 48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
  /external/v8/src/x64/
simulator-x64.h 48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
codegen-x64.cc 98 return FUNCTION_CAST<UnaryMathFunction>(buffer);
122 return FUNCTION_CAST<UnaryMathFunction>(buffer);
211 return FUNCTION_CAST<ModuloFunction>(buffer);
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 41 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<F0>(buffer)()
    [all...]
test-assembler-ia32.cc 71 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<F0>(code->entry())
    [all...]
test-assembler-arm.cc 68 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<F4>(Code::cast(code)->entry())
    [all...]
test-hashing.cc 171 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
208 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
test-macro-assembler-x64.cc 41 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)();
    [all...]
test-assembler-mips.cc 69 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<F3>(Code::cast(code)->entry())
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 41 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<F0>(buffer)()
    [all...]
test-assembler-ia32.cc 80 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<F0>(code->entry())
    [all...]
test-assembler-arm.cc 77 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<F4>(Code::cast(code)->entry())
    [all...]
test-hashing.cc 170 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
199 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
test-macro-assembler-x64.cc 41 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)();
    [all...]
test-assembler-mips.cc 81 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<F3>(Code::cast(code)->entry())
    [all...]
  /external/v8/src/
messages.cc 129 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address());
globals.h 311 // FUNCTION_CAST<F>(addr) casts an address into a function
314 F FUNCTION_CAST(Address addr) {
  /external/chromium_org/v8/src/
globals.h 325 // FUNCTION_CAST<F>(addr) casts an address into a function
328 F FUNCTION_CAST(Address addr) {
messages.cc 141 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address());
  /external/chromium_org/v8/src/mips/
simulator-mips.h 61 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \
  /external/v8/src/arm/
simulator-arm.h 60 (FUNCTION_CAST<arm_regexp_matcher>(entry)( \
  /external/v8/src/mips/
simulator-mips.h 61 (FUNCTION_CAST<mips_regexp_matcher>(entry)( \

Completed in 247 milliseconds

1 2