Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.cc2726 std::string caller_error = android::base::StringPrintf("%s: %s", caller, error_msg.c_str()); in EnsureLocalCapacityInternal() local
2727 soa.Self()->ThrowOutOfMemoryError(caller_error.c_str()); in EnsureLocalCapacityInternal()