/dalvik/vm/mterp/x86-atom/ |
OP_RETURN_WIDE.S | 23 * Description: Copies the return value into the "glue" 33 movq %xmm0, offGlue_retval(%edx)# glue->retval<- vAA
|
OP_THROW_VERIFICATION_ERROR.S | 32 movl offGlue_method(%edx), %ecx # %ecx<- glue->method 37 movl %ecx, -12(%esp) # push parameter glue->method
|
OP_CONST_CLASS.S | 53 movl offGlue_method(%edx), %edx # %edx<- glue->method 54 movl offMethod_clazz(%edx), %edx # %edx<- glue->method->clazz 57 movl %edx, -12(%esp) # push parameter glue->method->clazz
|
OP_NEW_ARRAY.S | 35 movl offGlue_methodClassDex(%eax), %eax # %eax<- glue->pDvmDex 38 movl offDvmDex_pResClasses(%eax), %eax # %eax<- glue->pDvmDex->pResClasses 57 movl offGlue_method(%eax), %eax # %eax<- glue->method 61 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
|
stub.S | 21 pushl rGLUE # push parameter glue
|
OP_INVOKE_SUPER.S | 61 movl offGlue_method(%eax), %eax # %eax<- glue->method 62 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz 74 movl offClassObject_super(%eax), %edx # %edx<- glue->method->clazz->super 79 movl offClassObject_vtable(%edx), %edx # %edx<- glue->method->clazz->super->vtable 94 movl -12(%esp), %eax # %eax<- glue->method->clazz
|
OP_INVOKE_INTERFACE.S | 56 movl offGlue_methodClassDex(%eax), %eax # %eax<- glue->pDvmDex 64 movl offGlue_method(%ecx), %ecx # %ecx<- glue->method 66 movl offObject_clazz(%edx), %edx # %edx<- glue->method->clazz
|
OP_SGET.S | 33 movl offGlue_methodClassDex(%edx), %ecx # %ecx<- glue->pDvmDex 43 movl offGlue_method(%edx), %edx # %edx <- glue->method
|
OP_SGET_WIDE.S | 33 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- glue->pDvmDex 53 movl offGlue_method(%eax), %eax # %eax <- glue->method
|
/dalvik/vm/mterp/armv5te/ |
OP_MONITOR_EXIT.S | 17 ldr r0, [rGLUE, #offGlue_self] @ r0<- glue->self
|
footer.S | 17 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 32 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 41 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 50 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 59 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 68 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 84 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 130 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 148 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 191 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->sel [all...] |
entry.S | 41 * r0 MterpGlue* glue 64 LOAD_PC_FP_FROM_GLUE() @ load rPC and rFP from "glue" 71 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self 105 @ glue->entryPoint will be set in dvmSelfVerificationSaveState 136 * r0 MterpGlue* glue
|
OP_EXECUTE_INLINE.S | 15 add r1, rGLUE, #offGlue_retval @ r1<- &glue->retval 19 str r1, [sp] @ push &glue->retval
|
OP_EXECUTE_INLINE_RANGE.S | 16 add r1, rGLUE, #offGlue_retval @ r1<- &glue->retval 20 str r1, [sp] @ push &glue->retval
|
debug.c | 28 MterpGlue* glue = (MterpGlue*) rGLUE; local 29 const Method* method = glue->method;
|
/dalvik/vm/mterp/x86/ |
OP_MONITOR_EXIT.S | 18 movl offGlue_self(%ecx),%ecx # ecx<- glue->self
|
entry.S | 22 * bool dvmMterpStdRun(MterpGlue* glue) 81 * void dvmMterpStdBail(MterpGlue* glue, bool changeInterp) 91 * esp+4 (arg0) MterpGlue* glue 95 movl 4(%esp),%ecx # grab glue
|
footer.S | 153 movl offGlue_interpStackEnd(%edx), %edx # %edx<- glue->interpStackEnd 154 movl %edx, LOCAL2_OFFSET(%ebp) # LOCAL2_OFFSET<- glue->interpStackEnd 178 * Update "glue" values for the new method 185 movl %eax, offGlue_method(%ecx) # glue->method<- methodToCall 186 movl %edx, offGlue_methodClassDex(%ecx) # glue->methodClassDex<- method->clazz->pDvmDex 188 movl offGlue_self(%ecx), %eax # %eax<- glue->self 190 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- newFP 202 movl offGlue_self(%ecx), %ecx # %ecx<- glue->self 207 movl %edx, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP 208 movl %ecx, OUT_ARG3(%esp) # save glue->sel [all...] |
/external/kernel-headers/original/asm-arm/ |
glue.h | 2 * linux/include/asm-arm/glue.h 11 * This file provides the glue to stick the processor-specific bits
|
/external/qemu/ |
osdep.h | 14 #ifndef glue 16 #define glue(x, y) xglue(x, y) macro
|
/external/qemu/target-arm/ |
iwmmxt_helper.c | 166 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, b)))(CPUState *env, \ 181 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, w)))(CPUState *env, \ 194 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, l)))(CPUState *env, \ 204 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, ub)))(CPUState *env, \ 217 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, uw)))(CPUState *env, [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
tut_intro.xml | 128 <listitem><para>The first solution is to write by hand a lot of glue code, once for each function exported or imported, 129 which does the Python-to-C parameter conversion and the C-to-Python return value conversion. This glue code is then 132 <listitem><para>Another, nicer solution is to automatically generate the glue code, once for each function exported or 148 library is then used by special generic glue code to automatically convert function parameters and 151 The greatest advantage of the solution implemented by GType is that the glue code sitting at the runtime domain 156 <imagedata fileref="glue.png" format="PNG" align="center"/> 159 <imagedata fileref="glue.jpg" format="JPG" align="center"/> 164 Currently, there exist at least Python and Perl generic glue code which makes it possible to use 166 is no need to generate huge amounts of glue code either automatically or by hand.
|
/dalvik/vm/compiler/template/armv5te/ |
footer.S | 12 ldr r3, [rGLUE, #offGlue_self] @ r3<- glue->self 19 mov r9, r3 @ r9<- glue->self (preserve) 68 ldr r3, [rGLUE, #offGlue_self] @ r3<- glue->self
|
TEMPLATE_RETURN.S | 19 ldr r3, [rGLUE, #offGlue_self] @ r3<- glue->self 31 str r2, [rGLUE, #offGlue_method]@ glue->method = newSave->method
|
/bionic/libc/stdio/ |
fwalk.c | 37 #include "glue.h" 44 struct glue *g;
|