/dalvik/vm/mterp/out/ |
InterpC-armv4t.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ [all...] |
InterpC-armv5te-vfp.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ [all...] |
InterpC-armv5te.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ [all...] |
InterpC-armv7-a-neon.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ [all...] |
InterpC-armv7-a.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ [all...] |
InterpC-x86-atom.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ [all...] |
InterpC-portdbg.c | 456 * "u2 inst". 465 inst = FETCH(0); \ 469 goto *handlerTable[INST_INST(inst)]; \ 562 vdst = INST_A(inst); \ 563 vsrc1 = INST_B(inst); \ 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 597 vdst = INST_A(inst); \ 598 vsrc1 = INST_B(inst); \ 610 vdst = INST_AA(inst); \ 1325 u2 inst = INST_INST(FETCH(0)); local 1421 int inst = *pc & 0xff; local 1460 u2 inst; \/\/ current instruction local [all...] |
InterpC-x86.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ [all...] |
InterpC-allstubs.c | 441 u2 inst = FETCH(0); \ 471 u2 inst = FETCH(0); 476 * Like the "portable" FINISH, but don't reload "inst", and return to caller 576 vdst = INST_A(inst); \ 577 vsrc1 = INST_B(inst); \ 590 vdst = INST_A(inst); \ 591 vsrc1 = INST_B(inst); \ 611 vdst = INST_A(inst); \ 612 vsrc1 = INST_B(inst); \ 624 vdst = INST_AA(inst); \ 3091 u2 inst = \/*glue->*\/pc[0]; local [all...] |
InterpC-portstd.c | 450 * "u2 inst". 459 inst = FETCH(0); \ 463 goto *handlerTable[INST_INST(inst)]; \ 556 vdst = INST_A(inst); \ 557 vsrc1 = INST_B(inst); \ 570 vdst = INST_A(inst); \ 571 vsrc1 = INST_B(inst); \ 591 vdst = INST_A(inst); \ 592 vsrc1 = INST_B(inst); \ 604 vdst = INST_AA(inst); \ 1199 u2 inst; \/\/ current instruction local [all...] |
/dalvik/vm/mterp/portable/ |
entry.c | 24 u2 inst; // current instruction local 113 inst = FETCH(0); 115 switch (INST_INST(inst)) {
|
stubdefs.c | 21 * "u2 inst". 30 inst = FETCH(0); \ 34 goto *handlerTable[INST_INST(inst)]; \
|
/dalvik/vm/mterp/c/ |
OP_CHECK_CAST.c | 8 vsrc1 = INST_AA(inst);
|
OP_FILL_ARRAY_DATA.c | 8 vsrc1 = INST_AA(inst);
|
OP_NEW_INSTANCE.c | 8 vdst = INST_AA(inst);
|
OP_PACKED_SWITCH.c | 7 vsrc1 = INST_AA(inst);
|
OP_SPARSE_SWITCH.c | 7 vsrc1 = INST_AA(inst);
|
/development/samples/BrowserPlugin/jni/navigation/ |
NavigationPlugin.h | 33 NavigationPlugin(NPP inst);
|
NavigationPlugin.cpp | 68 NavigationPlugin::NavigationPlugin(NPP inst) : SubPlugin(inst) { 83 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags); 113 NPP instance = this->inst(); 159 gLogI.log(kDebug_ANPLogType, "----%p Drawing Plugin", inst()); 167 NPP instance = this->inst(); 213 NPP instance = this->inst();
|
/development/samples/BrowserPlugin/jni/animation/ |
AnimationPlugin.cpp | 73 BallAnimation::BallAnimation(NPP inst) : SubPlugin(inst) { 86 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags); 114 PluginObject *obj = (PluginObject*) inst()->pdata; 143 inval(inst(), m_oval, true); // inval the old 148 inval(inst(), m_oval, true); // inval the new 161 NPP instance = this->inst(); 177 NPP instance = this->inst();
|
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
CommonGraphicsEnvironment.java | 60 return CommonGraphics2DFactory.inst.getFontManager().getAllFonts(); 65 return CommonGraphics2DFactory.inst.getFontManager().getAllFamilies();
|
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
NullBlitter.java | 35 static Blitter inst = new NullBlitter(); field in class:NullBlitter 37 return inst;
|
NativeImageBlitter.java | 46 final static NativeImageBlitter inst = new NativeImageBlitter(); field in class:NativeImageBlitter 49 return inst; 58 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height, 84 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height, 99 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, 110 JavaBlitter.inst.blit(srcX, srcY, tmpSurf, dstX, dstY, 123 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height, 174 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, 193 JavaBlitter.inst.blit(srcX, srcY, tmpSurf, dstX, dstY,
|
/dalvik/libcore/luni/src/main/native/ |
org_apache_harmony_luni_util_NumberConvert.c | 33 inst, 86 inst, 207 clazz = (*env)->GetObjectClass (env, inst); 209 uArrayObject = (jintArray) (*env)->GetObjectField (env, inst, fid); 267 (*env)->SetIntField (env, inst, fid, setCount); 270 (*env)->SetIntField (env, inst, fid, getCount); 273 (*env)->SetIntField (env, inst, fid, firstK);
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
CameraLatency.java | 70 Instrumentation inst = getInstrumentation(); local 74 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_UP); 75 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
|