OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_exception
(Results
1 - 8
of
8
) sorted by null
/external/qemu/target-i386/
excp_helper.c
50
int first_contributory = env->
old_exception
== 0 ||
51
(env->
old_exception
>= 10 &&
52
env->
old_exception
<= 13);
57
env->
old_exception
, intno);
60
if (env->
old_exception
== EXCP08_DBLE) {
72
|| (env->
old_exception
== EXCP0E_PAGE &&
80
env->
old_exception
= intno;
svm_helper.c
616
env->
old_exception
= -1;
seg_helper.c
[
all
...]
cpu.h
820
int
old_exception
; /* exception in flight */
member in struct:CPUX86State
[
all
...]
helper.c
479
env->
old_exception
= -1;
[
all
...]
/art/runtime/mirror/
class.cc
82
Handle<mirror::Throwable>
old_exception
(hs.NewHandle(self->GetException(&old_throw_location)));
83
CHECK(
old_exception
.Get() != nullptr);
91
bool throw_eiie = (
old_exception
.Get() == nullptr);
94
const char* old_exception_descriptor =
old_exception
->GetClass()->GetDescriptor(&temp);
106
Class* exception_class =
old_exception
->GetClass();
115
self->SetException(gc_safe_throw_location,
old_exception
.Get());
/art/runtime/
jni_internal.cc
727
auto
old_exception
(hs.NewHandle<mirror::Throwable>(nullptr));
735
old_exception
.Assign(old_exception_obj);
741
soa.AddLocalReference<jthrowable>(
old_exception
.Get()));
746
<< PrettyTypeOf(
old_exception
.Get());
758
soa.Self()->SetException(gc_safe_throw_location,
old_exception
.Get());
[
all
...]
debugger.cc
3781
auto
old_exception
= hs.NewHandle<mirror::Throwable>(nullptr);
local
[
all
...]
Completed in 339 milliseconds