Home
last modified time | relevance | path

Searched refs:exception_blocks_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm64/
Dassembler_arm64.cc35 if (!exception_blocks_.empty()) { in EmitSlowPaths()
36 for (size_t i = 0; i < exception_blocks_.size(); i++) { in EmitSlowPaths()
37 EmitExceptionPoll(exception_blocks_.at(i)); in EmitSlowPaths()
613 exception_blocks_.push_back(current_exception); in ExceptionPoll()
Dassembler_arm64.h233 std::vector<Arm64Exception*> exception_blocks_; variable