Searched refs:must_teardown_frame (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 2058 bool must_teardown_frame = NeedsEagerFrame(); in DoTailCallThroughMegamorphicCache() local 2062 must_teardown_frame, receiver, name, in DoTailCallThroughMegamorphicCache() 2066 if (must_teardown_frame) __ LeaveFrame(StackFrame::INTERNAL); in DoTailCallThroughMegamorphicCache()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 3543 bool must_teardown_frame = NeedsEagerFrame(); in DoTailCallThroughMegamorphicCache() local 3547 must_teardown_frame, receiver, name, in DoTailCallThroughMegamorphicCache() 3551 if (must_teardown_frame) __ leave(); in DoTailCallThroughMegamorphicCache()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 3457 bool must_teardown_frame = NeedsEagerFrame(); in DoTailCallThroughMegamorphicCache() local 3461 must_teardown_frame, receiver, name, in DoTailCallThroughMegamorphicCache() 3465 if (must_teardown_frame) __ leave(); in DoTailCallThroughMegamorphicCache()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 3989 bool must_teardown_frame = NeedsEagerFrame(); in DoTailCallThroughMegamorphicCache() local 3993 must_teardown_frame, receiver, name, in DoTailCallThroughMegamorphicCache() 3997 if (must_teardown_frame) __ LeaveFrame(StackFrame::INTERNAL); in DoTailCallThroughMegamorphicCache()
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.cc | 3977 bool must_teardown_frame = NeedsEagerFrame(); in DoTailCallThroughMegamorphicCache() local 3981 must_teardown_frame, receiver, name, in DoTailCallThroughMegamorphicCache() 3985 if (must_teardown_frame) __ LeaveFrame(StackFrame::INTERNAL); in DoTailCallThroughMegamorphicCache()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.cc | 3744 bool must_teardown_frame = NeedsEagerFrame(); in DoTailCallThroughMegamorphicCache() local 3748 must_teardown_frame, receiver, name, in DoTailCallThroughMegamorphicCache() 3752 if (must_teardown_frame) __ leave(); in DoTailCallThroughMegamorphicCache()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 3945 bool must_teardown_frame = NeedsEagerFrame(); in DoTailCallThroughMegamorphicCache() local 3949 must_teardown_frame, receiver, name, in DoTailCallThroughMegamorphicCache() 3953 if (must_teardown_frame) __ LeaveFrame(StackFrame::INTERNAL); in DoTailCallThroughMegamorphicCache()
|