Home
last modified time | relevance | path

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

/art/compiler/llvm/
Druntime_support_llvm_func_list.h65 V(GetAndClearException, art_portable_get_and_clear_exception) \
Dart_module.ll55 declare %JavaObject* @art_portable_get_and_clear_exception(%JavaObject*)
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc62 extern "C" void* art_portable_get_and_clear_exception(Thread* self) in art_portable_get_and_clear_exception() function