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

  /external/v8/src/ia32/
simulator-ia32.h 48 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7))
codegen-ia32.cc 101 return FUNCTION_CAST<UnaryMathFunction>(buffer);
134 return FUNCTION_CAST<UnaryMathFunction>(buffer);
344 return FUNCTION_CAST<OS::MemCopyFunction>(buffer);
assembler-ia32.cc 138 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address()));
    [all...]
  /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);
assembler-x64.cc 137 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address()));
    [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) {
stub-cache.cc     [all...]
execution.cc 110 JSEntryFunction stub_entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
builtins.cc     [all...]
debug.cc     [all...]
  /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 258 milliseconds