Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h79 : state_(state), branch_taken_(false), exception_raised_(false) {} in Interpreter()
145 CHECK(!exception_raised_); in Lr()
155 CHECK(!exception_raised_); in Sc()
250 CHECK(!exception_raised_); in LoadFp()
254 exception_raised_ = true; in LoadFp()
305 CHECK(!exception_raised_); in Ecall()
366 CHECK(!exception_raised_); in StoreFp()
368 exception_raised_ = FaultyStore(ptr, sizeof(DataType), data); in StoreFp()
405 CHECK(!exception_raised_); in Branch()
411 CHECK(!exception_raised_); in BranchRegister()
[all …]