Searched refs:fc (Results 1 – 11 of 11) sorted by relevance
/art/test/474-fp-sub-neg/src/ |
D | Main.java | 21 float fc = 1f; in floatTest() local 23 f -= fc; in floatTest() 25 nf -= fc; in floatTest()
|
/art/openjdkjvmti/ |
D | alloc_manager.cc | 201 art::FunctionClosure fc([&](art::Thread* thr ATTRIBUTE_UNUSED) { in PauseAllocations() local 204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
|
D | ti_stack.cc | 1097 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_) { in NotifyFramePop() local 1100 target->RequestSynchronousCheckpoint(&fc); in NotifyFramePop() 1369 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_){ in PopFrame() local 1372 frames.target_->RequestSynchronousCheckpoint(&fc); in PopFrame() 1418 art::FunctionClosure fc([](art::Thread* self) REQUIRES_SHARED(art::Locks::mutator_lock_){ in ForceEarlyReturn() local 1421 frames.target_->RequestSynchronousCheckpoint(&fc); in ForceEarlyReturn()
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 17 " 28: dd f8 fc cf ldr.w r12, [sp, #4092]\n" 27 " 48: cd f8 fc cf str.w r12, [sp, #4092]\n" 144 " 1fc: cd f8 ff c7 str.w r12, [sp, #2047]\n"
|
/art/test/dexdump/ |
D | checkers.txt | 249 0016fc: 1262 |00aa: const/4 v2, #int 6 // #6 347 00183e: 12c2 |0029: const/4 v2, #int -4 // #fc 686 0019fc: 1308 0800 |0000: const/16 v8, #int 8 // #8 1139 002090: d802 08fc |000a: add-int/lit8 v2, v8, #int -4 // #fc 1163 0020e0: d804 08fc |0032: add-int/lit8 v4, v8, #int -4 // #fc 1171 0020fc: 8212 |0040: int-to-float v2, v1 1265 0021fc: 0a00 |005a: move-result v0 1332 0022fc: 3220 3d00 |00da: if-eq v0, v2, 0117 // +003d 1427 0023fc: 1223 |0002: const/4 v3, #int 2 // #2 1501 0024fc: 28b4 |0082: goto 0036 // -004c [all …]
|
D | const-method-handle.txt | 230 0004fc: 0c00 |000a: move-result-object v0
|
D | all.txt | 181 0004fc: a700 0102 |002e: sub-float v0, v1, v2 301 0005fc: 2d00 0102 |0000: cmpl-float v0, v1, v2
|
D | invoke-custom.txt | 171 0025fc: 7020 b500 1000 |001e: invoke-direct {v0, v1}, Ljava/lang/AssertionE… 854 0019fc: 1300 18fc |000e: const/16 v0, #int -1000 // #fc18 1828 0020fc: 6e20 b000 2100 |008c: invoke-virtual {v1, v2}, Ljava/io/PrintStream… 1879 0021dc: 1a02 5f01 |00fc: const-string v2, "invokeWrongArgumentsAgain =… 1886 0021fc: 1a02 0200 |010c: const-string v2, " => " // string@0002 1943 0022fc: 7100 0b00 0000 |018c: invoke-static {}, LTestBadBootstrapArguments;… 2206 0024fc: 6e20 b300 1000 |0004: invoke-virtual {v0, v1}, Ljava/io/PrintStream… 3389 0030fc: |[0030fc] TestInvokeCustomWithConcurrentThreads.test… 3693 0032fc: 1a01 a000 |000a: const-string v1, "Throwing ArithmeticExceptio… 3954 0034fc: |[0034fc] TestLinkerMethodMultipleArgumentTypes.add:… [all …]
|
D | bytecodes.txt | 1220 0012fc: 9015 151d |0038: add-int v21, v21, v29 1290 0013fc: a912 1516 |00b8: div-float v18, v21, v22 1324 001484: 6118 1a00 |00fc: sget-wide v24, Lcom/google/android/test/Test;…
|
/art/runtime/ |
D | debugger.cc | 346 FunctionClosure fc([&](Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in DdmSetThreadNotification() local 352 size_t checkpoints = Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in DdmSetThreadNotification()
|
/art/test/710-varhandle-creation/src/ |
D | Main.java | 40 final char fc = 'c'; field in Main
|