Searched defs:large_frame (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dcall_arm.cc387 bool large_frame = (static_cast<size_t>(frame_size_) > kStackOverflowReservedUsableBytes); local
388 bool generate_explicit_stack_overflow_check = large_frame ||
392 if (!large_frame) {
476 if (large_frame) {
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc323 const bool large_frame = static_cast<size_t>(frame_size_) > kStackOverflowReservedUsableBytes; local
324 bool generate_explicit_stack_overflow_check = large_frame ||
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc290 const bool large_frame = static_cast<size_t>(frame_size_) > kStackOverflowReservedUsableBytes; local
291 bool generate_explicit_stack_overflow_check = large_frame ||

Completed in 65 milliseconds