Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 22 of 22) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerConst.cpp47 int const_string_common_nohelper(u4 tmp, u2 vA) { in const_string_common_nohelper()
58 int const_string_common(u4 tmp, u2 vA) { in const_string_common()
69 s4 tmp = (s4) (INST_B(inst) << 28) >> 28; in op_const_4() local
89 u4 tmp = FETCH(1); in op_const() local
100 u2 tmp = FETCH(1); in op_const_high16() local
110 u2 tmp = FETCH(1); in op_const_wide_16() local
121 u4 tmp = FETCH(1); in op_const_wide_32() local
133 u4 tmp = FETCH(1); in op_const_wide() local
147 u2 tmp = FETCH(1); in op_const_wide_high16() local
159 u4 tmp = vB; in op_const_string() local
[all …]
DLowerObject.cpp35 int check_cast_nohelper(u2 vA, u4 tmp, bool instance, u2 vDest) { in check_cast_nohelper()
169 int common_check_cast_instance_of(u2 vA, u4 tmp, bool instance, u2 vDest) { in common_check_cast_instance_of()
181 u4 tmp = (u4)FETCH(1); in op_check_cast() local
192 u4 tmp = (u4)FETCH(1); in op_instance_of() local
321 u4 tmp = (u4)FETCH(1); in op_new_instance() local
389 u4 tmp = (u4)FETCH(1); in op_new_array() local
441 int common_filled_new_array(u2 length, u4 tmp, bool hasRange) { in common_filled_new_array()
514 u4 tmp = (u4)FETCH(1); in op_filled_new_array() local
568 u4 tmp = (u4)FETCH(1); in op_filled_new_array_range() local
611 u4 tmp = (u4)FETCH(1); in op_fill_array_data() local
DLowerInvoke.cpp78 int common_invoke_virtual_nohelper(bool isRange, u2 tmp, u2 vD) { in common_invoke_virtual_nohelper()
120 int common_invoke_virtual(bool isRange, u2 tmp, u2 vD) { in common_invoke_virtual()
142 int common_invoke_super(bool isRange, u2 tmp) { in common_invoke_super()
191 int common_invoke_direct(bool isRange, u2 tmp, u2 vD) { in common_invoke_direct()
230 int common_invoke_static(bool isRange, u2 tmp) { in common_invoke_static()
267 int common_invoke_interface(bool isRange, u2 tmp, u2 vD) { in common_invoke_interface()
338 u2 tmp = FETCH(1); //method index in op_invoke_virtual() local
359 u2 tmp = FETCH(1); //method index in op_invoke_super() local
381 u2 tmp = FETCH(1); //method index in op_invoke_direct() local
402 u2 tmp = FETCH(1); //method index in op_invoke_static() local
[all …]
DLowerGetPut.cpp444 int iget_iput_common_nohelper(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) { in iget_iput_common_nohelper()
528 int iget_iput_common(int tmp, int flag, u2 vA, u2 vB, int isObj, bool isVolatile) { in iget_iput_common()
541 u2 tmp = FETCH(1); in op_iget() local
552 u2 tmp = FETCH(1); in op_iget_wide() local
563 u2 tmp = FETCH(1); in op_iget_object() local
598 u2 tmp = FETCH(1); in op_iput() local
609 u2 tmp = FETCH(1); in op_iput_wide() local
620 u2 tmp = FETCH(1); in op_iput_object() local
657 int sget_sput_common(int flag, u2 vA, u2 tmp, bool isObj, bool isVolatile) { in sget_sput_common()
740 u2 tmp = FETCH(1); in op_sget() local
[all …]
DLowerJump.cpp883 int getRelativeNCG(s4 tmp, JmpCall_type type, bool* unknown, OpndSize* size) {//tmp: relativePC in getRelativeNCG()
919 int common_goto(s4 tmp) { //tmp: target basic block id in common_goto()
930 int common_if(s4 tmp, ConditionCode cc_next, ConditionCode cc) { in common_if()
1091 s2 tmp = traceCurrentBB->taken->id; in op_goto() local
1100 s2 tmp = traceCurrentBB->taken->id; in op_goto_16() local
1109 s2 tmp = traceCurrentBB->taken->id; in op_goto_32() local
1119 u4 tmp = (u4)FETCH(1); in op_packed_switch() local
1184 u4 tmp = (u4)FETCH(1); in op_sparse_switch() local
1251 s2 tmp = (s2)FETCH(1); in op_if_eq() local
1266 s2 tmp = (s2)FETCH(1); in op_if_ne() local
[all …]
DLowerAlu.cpp784 s4 tmp = (s2)FETCH(1); in op_add_int_lit16() local
805 s4 tmp = (s2)FETCH(1); in op_rsub_int() local
816 s4 tmp = (s2)FETCH(1); in op_mul_int_lit16() local
827 s4 tmp = (s2)FETCH(1); in op_and_int_lit16() local
838 s4 tmp = (s2)FETCH(1); in op_or_int_lit16() local
849 s4 tmp = (s2)FETCH(1); in op_xor_int_lit16() local
860 s4 tmp = (s2)FETCH(1); in op_shl_int_lit16() local
871 s4 tmp = (s2)FETCH(1); in op_shr_int_lit16() local
882 s4 tmp = (s2)FETCH(1); in op_ushr_int_lit16() local
893 s2 tmp = (s2)FETCH(1) >> 8; in op_add_int_lit8() local
[all …]
DBytecodeVisitor.cpp3320 u2 vA, v1, length, num, tmp; in getTempRegInfo() local
DLower.cpp270 char* tmp = (char*)rStart; in ncgMethodFake() local
DAnalysisO1.cpp384 DefUsePair* tmp = ptr->next; in freeCFG() local
/dalvik/vm/mterp/c/
DOP_CONST.cpp3 u4 tmp; in HANDLE_OPCODE() local
DOP_CONST_WIDE.cpp3 u8 tmp; in HANDLE_OPCODE() local
DOP_CONST_WIDE_32.cpp3 u4 tmp; in HANDLE_OPCODE() local
DOP_CONST_4.cpp3 s4 tmp; in HANDLE_OPCODE() local
DOP_CONST_STRING_JUMBO.cpp4 u4 tmp; in HANDLE_OPCODE() local
/dalvik/vm/oo/
DArray.cpp552 u1* tmp = (u1*)dst; in dvmUnboxObjectArray() local
560 u2* tmp = (u2*)dst; in dvmUnboxObjectArray() local
568 u4* tmp = (u4*)dst; in dvmUnboxObjectArray() local
576 u8* tmp = (u8*)dst; in dvmUnboxObjectArray() local
DClass.cpp709 ClassPathEntry tmp; in processClassPath() local
/dalvik/dexdump/
DDexDump.cpp1187 char* tmp; in dumpMethod() local
1206 char* tmp = descriptorToDot(returnType+1); in dumpMethod() local
1267 char* tmp = descriptorToDot(tmpBuf); in dumpMethod() local
1315 char* tmp; in dumpSField() local
1452 char* tmp; in dumpClass() local
/dalvik/vm/mterp/out/
DInterpC-portable.cpp1365 s4 tmp; in dvmInterpretPortable() local
1387 u4 tmp; in dvmInterpretPortable() local
1419 u4 tmp; in dvmInterpretPortable() local
1433 u8 tmp; in dvmInterpretPortable() local
1479 u4 tmp; in dvmInterpretPortable() local
DInterpC-allstubs.cpp1354 s4 tmp; in HANDLE_OPCODE() local
1376 u4 tmp; in HANDLE_OPCODE() local
1408 u4 tmp; in HANDLE_OPCODE() local
1422 u8 tmp; in HANDLE_OPCODE() local
1468 u4 tmp; in HANDLE_OPCODE() local
/dalvik/vm/compiler/codegen/x86/libenc/
Ddec_base.cpp141 Inst tmp; in decode() local
/dalvik/vm/
DInit.cpp632 char* tmp = strdup(start); in processXjitoffset() local
/dalvik/vm/alloc/
DHeapSource.cpp819 HeapBitmap tmp = gHs->liveBits; in dvmHeapSourceSwapBitmaps() local