OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_exception
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
jni_internal.cc
464
Handle<mirror::Throwable>
old_exception
(
468
soa.AddLocalReference<jthrowable>(
old_exception
.Get()));
473
<< PrettyTypeOf(
old_exception
.Get());
482
soa.Self()->SetException(
old_exception
.Get());
[
all
...]
debugger.cc
3989
Handle<mirror::Throwable>
old_exception
= hs.NewHandle(soa.Self()->GetException());
local
[
all
...]
Completed in 188 milliseconds