/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 | 85 int result = FUNCTION_CAST<F2>(buffer)(3, 2); 117 int result = FUNCTION_CAST<F2>(buffer)(3, 2); 139 int result = FUNCTION_CAST<F2>(buffer)(3, 2); 163 int result = FUNCTION_CAST<F2>(buffer)(3, 2); 165 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l); 167 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l); 193 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right); 218 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right); 241 int64_t result = FUNCTION_CAST<F5>(buffer)(src); 264 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right) [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-macro-assembler-mips.cc | 100 ::F f = FUNCTION_CAST< ::F>(Code::cast(code)->entry());
|
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()); 503 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-arm.cc | 100 F f = FUNCTION_CAST<F>(Code::cast(code)->entry()); 228 F5 f = FUNCTION_CAST<F5>(Code::cast(code)->entry());
|
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...] |
test-macro-assembler-x64.cc | 43 using i::FUNCTION_CAST; 192 int result = FUNCTION_CAST<F0>(buffer)(); 288 int result = FUNCTION_CAST<F0>(buffer)(); 391 int result = FUNCTION_CAST<F0>(buffer)(); 461 int result = FUNCTION_CAST<F0>(buffer)(); 661 int result = FUNCTION_CAST<F0>(buffer)(); 747 int result = FUNCTION_CAST<F0>(buffer)(); 972 int result = FUNCTION_CAST<F0>(buffer)(); [all...] |
test-macro-assembler-ia32.cc | 135 int result = FUNCTION_CAST<F0>(buffer)();
|
/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 | 332 // FUNCTION_CAST<F>(addr) casts an address into a function 335 F FUNCTION_CAST(Address addr) {
|
messages.cc | 141 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address());
|