Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dgenerate_cpp.cpp352 IfStatement* exception_check = new IfStatement( in DefineClientTransaction() local
354 b->AddStatement(exception_check); in DefineClientTransaction()
355 exception_check->OnTrue()->AddLiteral( in DefineClientTransaction()
663 IfStatement* exception_check = new IfStatement( in HandleServerTransaction() local
665 b->AddStatement(exception_check); in HandleServerTransaction()
666 exception_check->OnTrue()->AddLiteral("break"); in HandleServerTransaction()
/aosp12/art/test/004-JniTest/
H A Djni_test.cc497 bool exception_check = env_->ExceptionCheck(); in CallMethod() local
499 if (!exception_check) { in CallMethod()
504 } else if (exception_check) { in CallMethod()