Searched refs:is_topmost (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Ddeoptimizer-arm.cc607 bool is_topmost = (output_count_ - 1 == frame_index); local
673 if (is_topmost) {
693 if (is_topmost) output_frame->SetRegister(cp.code(), value);
728 if (is_topmost) {
738 if (is_topmost && bailout_type_ != DEBUGGER) {
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc686 bool is_topmost = (output_count_ - 1 == frame_index); local
752 if (is_topmost) output_frame->SetRegister(ebp.code(), fp_value);
770 if (is_topmost) output_frame->SetRegister(esi.code(), value);
811 if (is_topmost && bailout_type_ != DEBUGGER) {
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc597 bool is_topmost = (output_count_ - 1 == frame_index); local
663 if (is_topmost) {
683 if (is_topmost) output_frame->SetRegister(cp.code(), value);
725 if (is_topmost && bailout_type_ != DEBUGGER) {
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc585 bool is_topmost = (output_count_ - 1 == frame_index); local
652 if (is_topmost) output_frame->SetRegister(rbp.code(), fp_value);
671 if (is_topmost) output_frame->SetRegister(rsi.code(), value);
714 if (is_topmost && bailout_type_ != DEBUGGER) {

Completed in 53 milliseconds