Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 11 of 11) sorted by relevance

/art/test/474-fp-sub-neg/src/
DMain.java21 float fc = 1f; in floatTest() local
23 f -= fc; in floatTest()
25 nf -= fc; in floatTest()
/art/openjdkjvmti/
Dalloc_manager.cc201 art::FunctionClosure fc([&](art::Thread* thr ATTRIBUTE_UNUSED) { in PauseAllocations() local
204 size_t requested = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in PauseAllocations()
Dti_stack.cc1097 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/test/dexdump/
Dcheckers.txt249 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 …]
Dconst-method-handle.txt230 0004fc: 0c00 |000a: move-result-object v0
Dall.txt181 0004fc: a700 0102 |002e: sub-float v0, v1, v2
301 0005fc: 2d00 0102 |0000: cmpl-float v0, v1, v2
Dinvoke-custom.txt171 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 …]
Dbytecodes.txt1220 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/
Ddebugger.cc346 FunctionClosure fc([&](Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in DdmSetThreadNotification() local
352 size_t checkpoints = Runtime::Current()->GetThreadList()->RunCheckpoint(&fc); in DdmSetThreadNotification()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc144 " 1fc: f8cd c7ff str.w ip, [sp, #2047] ; 0x7ff\n",
/art/test/710-varhandle-creation/src/
DMain.java40 final char fc = 'c'; field in Main