/dalvik/vm/compiler/codegen/x86/ |
D | LowerConst.cpp | 47 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 …]
|
D | LowerObject.cpp | 35 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
|
D | LowerInvoke.cpp | 78 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 …]
|
D | LowerGetPut.cpp | 444 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 …]
|
D | LowerJump.cpp | 883 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 …]
|
D | LowerAlu.cpp | 784 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 …]
|
D | BytecodeVisitor.cpp | 3320 u2 vA, v1, length, num, tmp; in getTempRegInfo() local
|
D | Lower.cpp | 270 char* tmp = (char*)rStart; in ncgMethodFake() local
|
D | AnalysisO1.cpp | 384 DefUsePair* tmp = ptr->next; in freeCFG() local
|
/dalvik/vm/mterp/c/ |
D | OP_CONST.cpp | 3 u4 tmp; in HANDLE_OPCODE() local
|
D | OP_CONST_WIDE.cpp | 3 u8 tmp; in HANDLE_OPCODE() local
|
D | OP_CONST_WIDE_32.cpp | 3 u4 tmp; in HANDLE_OPCODE() local
|
D | OP_CONST_4.cpp | 3 s4 tmp; in HANDLE_OPCODE() local
|
D | OP_CONST_STRING_JUMBO.cpp | 4 u4 tmp; in HANDLE_OPCODE() local
|
/dalvik/vm/oo/ |
D | Array.cpp | 552 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
|
D | Class.cpp | 709 ClassPathEntry tmp; in processClassPath() local
|
/dalvik/dexdump/ |
D | DexDump.cpp | 1187 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/ |
D | InterpC-portable.cpp | 1365 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
|
D | InterpC-allstubs.cpp | 1354 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/ |
D | dec_base.cpp | 141 Inst tmp; in decode() local
|
/dalvik/vm/ |
D | Init.cpp | 632 char* tmp = strdup(start); in processXjitoffset() local
|
/dalvik/vm/alloc/ |
D | HeapSource.cpp | 819 HeapBitmap tmp = gHs->liveBits; in dvmHeapSourceSwapBitmaps() local
|