OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_exception
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
class.cc
83
Handle<mirror::Throwable>
old_exception
(hs.NewHandle(self->GetException()));
84
CHECK(
old_exception
.Get() != nullptr);
88
bool throw_eiie = (
old_exception
.Get() == nullptr);
91
const char* old_exception_descriptor =
old_exception
->GetClass()->GetDescriptor(&temp);
103
Class* exception_class =
old_exception
->GetClass();
110
self->SetException(
old_exception
.Get());
[
all
...]
/art/runtime/
jni_internal.cc
469
Handle<mirror::Throwable>
old_exception
(
473
soa.AddLocalReference<jthrowable>(
old_exception
.Get()));
478
<< PrettyTypeOf(
old_exception
.Get());
487
soa.Self()->SetException(
old_exception
.Get());
[
all
...]
debugger.cc
3995
Handle<mirror::Throwable>
old_exception
= hs.NewHandle(soa.Self()->GetException());
local
[
all
...]
Completed in 291 milliseconds