OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dvmmterpstdbail
(Results
1 - 25
of
28
) sorted by null
1
2
/dalvik/vm/mterp/mips/
entry.S
32
* The return comes via a call to
dvmMterpStdBail
().
93
.global
dvmMterpStdBail
94
.ent
dvmMterpStdBail
102
dvmMterpStdBail
:
107
.end
dvmMterpStdBail
footer.S
465
b
dvmMterpStdBail
# call(self, changeInterp)
[
all
...]
/dalvik/vm/mterp/armv5te/
entry.S
43
* The return comes via a call to
dvmMterpStdBail
().
108
.global
dvmMterpStdBail
109
.type
dvmMterpStdBail
, %function
123
dvmMterpStdBail
:
footer.S
452
b
dvmMterpStdBail
@ call(self, changeInterp)
[
all
...]
/dalvik/vm/mterp/x86/
entry.S
64
.global
dvmMterpStdBail
65
.type
dvmMterpStdBail
, %function
67
* void
dvmMterpStdBail
(Thread* self, bool changeInterp)
80
dvmMterpStdBail
:
footer.S
729
* expected profile:
dvmMterpStdBail
(Thread *self, bool changeInterp)
736
call
dvmMterpStdBail
# bail out....
[
all
...]
/dalvik/vm/mterp/
Mterp.h
40
extern "C" void
dvmMterpStdBail
(Thread* self);
/dalvik/vm/mterp/cstubs/
entry.cpp
57
void
dvmMterpStdBail
(Thread* self)
stubdefs.cpp
123
dvmMterpStdBail
(self)
/dalvik/vm/compiler/template/armv5te/
footer.S
100
.word
dvmMterpStdBail
/dalvik/vm/compiler/template/mips/
footer.S
123
.word
dvmMterpStdBail
/dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp
501
dvmMterpStdBail
(self)
[
all
...]
InterpC-armv5te.cpp
501
dvmMterpStdBail
(self)
[
all
...]
InterpC-armv7-a-neon.cpp
501
dvmMterpStdBail
(self)
[
all
...]
InterpC-armv7-a.cpp
501
dvmMterpStdBail
(self)
[
all
...]
InterpC-x86.cpp
501
dvmMterpStdBail
(self)
[
all
...]
InterpC-allstubs.cpp
501
dvmMterpStdBail
(self)
[
all
...]
InterpAsm-mips.S
420
* The return comes via a call to
dvmMterpStdBail
().
481
.global
dvmMterpStdBail
482
.ent
dvmMterpStdBail
490
dvmMterpStdBail
:
495
.end
dvmMterpStdBail
[
all
...]
InterpAsm-armv5te-vfp.S
267
* The return comes via a call to
dvmMterpStdBail
().
332
.global
dvmMterpStdBail
333
.type
dvmMterpStdBail
, %function
347
dvmMterpStdBail
:
[
all
...]
InterpAsm-armv5te.S
267
* The return comes via a call to
dvmMterpStdBail
().
332
.global
dvmMterpStdBail
333
.type
dvmMterpStdBail
, %function
347
dvmMterpStdBail
:
[
all
...]
InterpAsm-armv7-a-neon.S
281
* The return comes via a call to
dvmMterpStdBail
().
346
.global
dvmMterpStdBail
347
.type
dvmMterpStdBail
, %function
361
dvmMterpStdBail
:
[
all
...]
/dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S
[
all
...]
CompilerTemplateAsm-armv7-a-neon.S
[
all
...]
CompilerTemplateAsm-armv7-a.S
[
all
...]
CompilerTemplateAsm-armv5te-vfp.S
[
all
...]
Completed in 517 milliseconds
1
2