Searched refs:cf (Results 1 – 8 of 8) sorted by relevance
/art/test/654-checker-periodic/src/ |
D | Main.java | 139 float cf = doitUpFloat(i); in main() local 140 expectEquals(ef, cf); in main() 144 float cf = doitDownFloat(i); in main() local 145 expectEquals(ef, cf); in main() 149 float cf = doitUpFloatAlt(i); in main() local 150 expectEquals(ef, cf); in main() 154 float cf = doitDownFloatAlt(i); in main() local 155 expectEquals(ef, cf); in main()
|
/art/test/004-StackWalk/ |
D | build | 38 jar -cf classes.jar classes.dex
|
/art/test/004-ReferenceMap/ |
D | build | 41 jar -cf classes.jar classes.dex
|
/art/test/979-const-method-handle/ |
D | build | 53 jar -cf transformer.jar -C classes transformer/ -C classes annotations/
|
/art/test/952-invoke-custom/ |
D | build | 69 jar -cf transformer.jar -C classes transformer/ -C classes annotations/
|
/art/runtime/ |
D | thread.cc | 3577 ShadowFrame* cf; in QuickDeliverException() local 3582 cf = visitor.GetCurrentShadowFrame(); in QuickDeliverException() 3583 if (cf == nullptr) { in QuickDeliverException() 3584 cf = FindDebuggerShadowFrame(visitor.GetFrameId()); in QuickDeliverException() 3586 bool force_frame_pop = cf != nullptr && cf->GetForcePopFrame(); in QuickDeliverException() 3587 bool force_retry_instr = cf != nullptr && cf->GetForceRetryInstruction(); in QuickDeliverException() 3611 VLOG(deopt) << "Deopting " << cf->GetMethod()->PrettyMethod() << " for frame-pop"; in QuickDeliverException()
|
/art/test/dexdump/ |
D | checkers.txt | 776 001b9a: 5490 1300 |00cf: iget-object v0, v9, Lcom/google/android/check… 1682 002796: 5b90 0f00 |01cf: iput-object v0, v9, Lcom/google/android/check… 2116 002cd6: 5981 2300 |00cf: iput v1, v8, Lcom/google/android/checkers/Che… 2974 003762: 9102 1702 |01cf: sub-int v2, v23, v2 3125 003962: 0800 1c00 |02cf: move-object/from16 v0, v28 3272 003b62: 0200 1500 |03cf: move/from16 v0, v21 3880 004136: 4b02 0001 |00cf: aput v2, v0, v1 4280 004736: 4b06 0001 |03cf: aput v6, v0, v1 4705 004f26: 1203 |01cf: const/4 v3, #int 0 // #0 4844 005126: b573 |02cf: and-int/2addr v3, v7 [all …]
|
D | invoke-custom.txt | 590 … |0000: invoke-direct {v0}, Ljava/lang/ThreadLocal;.<init>:()V // method@00cf 1974 002382: 1a02 0200 |01cf: const-string v2, " => " // string@0002 5267 003f52: 6e20 b000 2100 |00cf: invoke-virtual {v1, v2}, Ljava/io/PrintStream…
|