Searched refs:src (Results 76 - 79 of 79) sorted by relevance

1234

/art/compiler/dex/quick/x86/
H A Dint_x86.cc124 // If src or dest is a pair, we'll be using low reg.
1261 void X86Mir2Lir::GenImulRegImm(RegStorage dest, RegStorage src, int val) { argument
1267 OpRegCopy(dest, src);
1270 OpRegRegImm(kOpMul, dest, src, val);
2150 // If the src reg can't be byte accessed, move it to a temp first.
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S318 bl memcpy @ memcpy (dest, src, bytes)
/art/compiler/dex/
H A Dglobal_value_numbering_test.cc126 #define DEF_MOVE(bb, opcode, reg, src) \
127 { bb, opcode, 0u, 0u, 1, { src }, 1, { reg } }
/art/compiler/jni/
H A Djni_compiler_test.cc868 void my_arraycopy(JNIEnv* env, jclass klass, jobject src, jint src_pos, jobject dst, jint dst_pos, jint length) { argument
871 EXPECT_TRUE(env->IsSameObject(JniCompilerTest::jobj_, src));

Completed in 140 milliseconds

1234