HomeSort by relevance Sort by last modified time
    Searched full:glue (Results 151 - 175 of 337) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/tcg/sparc/
tcg-target.c 991 glue(glue(case INDEX_op_, x), _i32:) \
992 glue(glue(case INDEX_op_, x), _i64:)
995 glue(glue(case INDEX_op_, x), _i32:)
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86-atom.c 436 void dvmMterp_##_target(MterpGlue* glue, ## __VA_ARGS__);
439 void dvmMterp_##_target(MterpGlue* glue, ## __VA_ARGS__) { \
451 #define retval glue->retval
452 #define pc glue->pc
453 #define fp glue->fp
454 #define curMethod glue->method
455 #define methodClassDex glue->methodClassDex
456 #define self glue->self
457 #define debugTrackedRefStart glue->debugTrackedRefStart
465 * that takes a "glue" argument and returns void. We can't declar
    [all...]
InterpAsm-x86.S 119 /* save/restore the PC and/or FP from the glue struct */
383 movl offGlue_retval(%eax),%eax # eax<- glue->retval.l
413 movl offGlue_retval(%eax),%eax # eax<- glue->retval.l
427 movl offGlue_self(%ecx),%ecx # ecx<- glue->self
447 * Return a 32-bit value. Copies the return value into the "glue"
464 * Return a 64-bit value. Copies the return value into the "glue"
482 * Return a 32-bit value. Copies the return value into the "glue"
619 movl offGlue_methodClassDex(%ecx),%ecx# ecx<- glue->methodClassDex
639 movl offGlue_methodClassDex(%ecx),%ecx# ecx<- glue->methodClassDex
659 movl offGlue_methodClassDex(%ecx),%ecx# ecx<- glue->methodClassDe
    [all...]
  /dalvik/vm/mterp/x86-atom/
entry.S 29 * bool MterpGlue(glue *)
113 * 4(%esp) MterpGlue* glue
header.S 85 * Save the PC and FP to the glue struct
95 * Restore the PC and FP from the glue struct
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 303 entry PollRTC /* Avoid CodeWarrior glue */
320 entry PollTBR /* Avoid CodeWarrior glue */
  /frameworks/base/docs/html/resources/articles/
glsurfaceview.jd 9 <li>Providing the glue code to connect OpenGL ES to the {@link
11 <li>Providing the glue code to make OpenGL ES work with the {@link
layout-tricks-reuse.jd 5 visual construction blocks that you can glue together to present users with
  /bootable/recovery/edify/
expr.h 76 // Glue to make an Expr out of a literal.
  /dalvik/vm/mterp/x86/
OP_FILLED_NEW_ARRAY.S 25 movl offGlue_method(%eax),%eax # eax<- glue->method
header.S 112 /* save/restore the PC and/or FP from the glue struct */
  /external/libffi/src/frv/
eabi.S 4 FR-V Assembly glue.
  /external/libffi/src/powerpc/
asm.h 4 PowerPC Assembly glue.
aix.S 5 PowerPC Assembly glue.
aix_closure.S 5 PowerPC Assembly glue.
linux64.S 5 PowerPC64 Assembly glue.
  /external/webkit/WebKit/android/plugins/
ANPSurfaceInterface.cpp 172 // setup the java glue struct
  /external/webkit/WebKit/chromium/src/
WebWorkerClientImpl.h 36 // FIXME: fix to just "WebWorkerClient.h" once nobody in glue depends on us.
  /frameworks/base/docs/html/guide/basics/
building-blocks.jd 24 "glue" that actually specifies which Intents your Activities receive.</dd>
  /external/webkit/WebCore/inspector/front-end/
TimelineOverviewPane.js 226 // Glue to edge.
234 // Glue to edge.
  /hardware/qcom/gps/loc_api/libloc_api-rpc/src/
loc_api_rpc_glue.c 3 @brief Android Loc API glue code using rpcgen.
6 Loc API glue code for Android
  /dalvik/vm/interp/
InterpDefs.h 124 * These are available globally, from gDvm, or from another glue field
  /dalvik/vm/mterp/armv5te/
header.S 74 /* save/restore the PC and/or FP from the glue struct */
  /dalvik/vm/mterp/common/
asm-constants.h 184 MTERP_OFFSET(offShadowSpace_glue, ShadowSpace, glue, 8)
  /external/opencore/android/author/
authordriver.h 20 * The glue between the Android MediaRecorder and PVAuthorInterface

Completed in 590 milliseconds

1 2 3 4 5 67 8 91011>>