Home
last modified time | relevance | path

Searched refs:must_teardown_frame (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/arm64/
Dlithium-codegen-arm64.cc2058 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/
Dlithium-codegen-x64.cc3543 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/
Dlithium-codegen-ia32.cc3457 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/
Dlithium-codegen-arm.cc3989 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/
Dlithium-codegen-mips64.cc3977 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/
Dlithium-codegen-x87.cc3744 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/
Dlithium-codegen-mips.cc3945 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()