OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_exception
(Results
1 - 7
of
7
) sorted by null
/art/runtime/mirror/
class.cc
75
SirtRef<mirror::Throwable>
old_exception
(self, NULL);
82
old_exception
.reset(old_exception_obj);
86
CHECK(
old_exception
.get() != NULL);
96
Class* exception_class =
old_exception
->GetClass();
105
self->SetException(gc_safe_throw_location,
old_exception
.get());
/external/qemu/target-i386/
cpu.h
658
int
old_exception
; /* exception in flight */
member in struct:CPUX86State
op_helper.c
[
all
...]
helper.c
479
env->
old_exception
= -1;
[
all
...]
/external/qemu/
cpu-exec.c
331
env->
old_exception
= -1;
345
env->
old_exception
= -1;
[
all
...]
/art/runtime/
debugger.cc
[
all
...]
jni_internal.cc
773
SirtRef<Throwable>
old_exception
(soa.Self(), NULL);
780
old_exception
.reset(old_exception_obj);
784
ScopedLocalRef<jthrowable> exception(env, soa.AddLocalReference<jthrowable>(
old_exception
.get()));
789
<< PrettyTypeOf(
old_exception
.get());
801
soa.Self()->SetException(gc_safe_throw_location,
old_exception
.get());
[
all
...]
Completed in 368 milliseconds