HomeSort by relevance Sort by last modified time
    Searched refs:FrameNeedsStackCheck (Results 1 - 7 of 7) sorted by null

  /art/compiler/utils/
stack_checks.h 37 static inline bool FrameNeedsStackCheck(size_t size, InstructionSet isa ATTRIBUTE_UNUSED) {
  /art/compiler/optimizing/
code_generator_mips64.cc 521 bool do_overflow_check = FrameNeedsStackCheck(GetFrameSize(), kMips64) || !IsLeafMethod();
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc 675 bool do_overflow_check = FrameNeedsStackCheck(GetFrameSize(), kMips) || !IsLeafMethod();
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 120 milliseconds