Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dcodegen-x64.cc36 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/ppc/
Dcodegen-ppc.cc45 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/s390/
Dcodegen-s390.cc42 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/arm/
Dcodegen-arm.cc174 return FUNCTION_CAST<MemCopyUint8Function>(buffer); in CreateMemCopyUint8Function()
263 return FUNCTION_CAST<MemCopyUint16Uint8Function>(buffer); in CreateMemCopyUint16Uint8Function()
290 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/ia32/
Dcodegen-ia32.cc43 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
456 return FUNCTION_CAST<MemMoveFunction>(buffer); in CreateMemMoveFunction()
/external/v8/src/mips64/
Dcodegen-mips64.cc550 return FUNCTION_CAST<MemCopyUint8Function>(buffer); in CreateMemCopyUint8Function()
577 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/mips/
Dcodegen-mips.cc549 return FUNCTION_CAST<MemCopyUint8Function>(buffer); in CreateMemCopyUint8Function()
576 return FUNCTION_CAST<UnaryMathFunctionWithIsolate>(buffer); in CreateSqrtFunction()
/external/v8/src/
Dglobals.h270 F FUNCTION_CAST(byte* addr) { in FUNCTION_CAST() function
275 F FUNCTION_CAST(Address addr) { in FUNCTION_CAST() function
Dmessages.cc158 FUNCTION_CAST<v8::MessageCallback>(callback_obj->foreign_address()); in ReportMessageNoExceptions()