Searched refs:v0 (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | dex_instruction_visitor_test.cc | 44 CountVisitor v0; in TEST() local 46 v0.Visit(c0, sizeof(c0)); in TEST() 47 EXPECT_EQ(0, v0.count_); in TEST()
|
/art/runtime/arch/mips/ |
D | jni_entrypoints_mips.S | 47 beq $v0, $zero, .Lno_native_code_found 50 move $t9, $v0 # put method code result in $t9
|
D | quick_entrypoints_mips.S | 246 bnez $v0, 1f # success? 256 beqz $v0, 1f # success? 306 lw $v0, 8($a0) 334 move $v0, $zero # clear result registers r0 and r1 451 move $a0, $v0 # save target Method* 452 move $t9, $v1 # save $v0->code_ 454 beqz $v0, 1f 531 sw $v0, 0($t0) # store the result 599 beqz $v0, .Lthrow_class_cast_exception 688 bnez $v0, .Ldo_aput [all …]
|
D | memcmp16_mips.S | 39 subu $v0,$t0,$t1
|