Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp439 callClone->SetCanNativeException(GetCanNativeException()); in Clone()
Dinst.h3109 void SetCanNativeException(bool isNative) in SetCanNativeException() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h234 call->SetCanNativeException(method == nullptr || runtime_->HasNativeException(method)); in BuildCallInst()