Searched refs:safepoint_generator (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 1684 SafepointGenerator safepoint_generator(this, pointers, Safepoint::kLazyDeopt); in DoApplyArguments() local 1688 __ InvokeFunction(function, actual, CALL_FUNCTION, safepoint_generator); in DoApplyArguments()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 3442 SafepointGenerator safepoint_generator( in DoApplyArguments() local 3445 __ InvokeFunction(function, actual, CALL_FUNCTION, safepoint_generator); in DoApplyArguments()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 3352 SafepointGenerator safepoint_generator( in DoApplyArguments() local 3355 __ InvokeFunction(function, actual, CALL_FUNCTION, safepoint_generator); in DoApplyArguments()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 3577 SafepointGenerator safepoint_generator( in DoApplyArguments() local 3582 __ InvokeFunction(function, actual, CALL_FUNCTION, safepoint_generator); in DoApplyArguments()
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.cc | 3520 SafepointGenerator safepoint_generator( in DoApplyArguments() local 3525 __ InvokeFunction(function, actual, CALL_FUNCTION, safepoint_generator); in DoApplyArguments()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.cc | 3639 SafepointGenerator safepoint_generator( in DoApplyArguments() local 3642 __ InvokeFunction(function, actual, CALL_FUNCTION, safepoint_generator); in DoApplyArguments()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 3491 SafepointGenerator safepoint_generator( in DoApplyArguments() local 3496 __ InvokeFunction(function, actual, CALL_FUNCTION, safepoint_generator); in DoApplyArguments()
|