HomeSort by relevance Sort by last modified time
    Searched full:is_stack_overflow (Results 1 - 1 of 1) sorted by null

  /art/compiler/llvm/
gbc_expander.cc 682 llvm::Value* is_stack_overflow = irb_.CreateICmpULT(frame_address, stack_end); local
690 irb_.CreateCondBr(is_stack_overflow, block_exception, block_continue, kUnlikely);
    [all...]

Completed in 332 milliseconds