Home
last modified time | relevance | path

Searched refs:copy (Results 376 – 400 of 404) sorted by relevance

1...<<11121314151617

/art/dex2oat/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/463-checker-boolean-simplifier/smali/
DMain2.smali5 # You may obtain a copy of the License at
/art/test/624-checker-stringops/smali/
DSmali.smali6 # You may obtain a copy of the License at
/art/tools/jfuzz/
Drun_jfuzz_test.py524 shutil.copy(f, ddir)
/art/test/593-checker-boolean-2-integral-conv/smali/
DSmaliTests.smali5 # You may obtain a copy of the License at
/art/test/utils/
Dregen-test-files44 art-run-test-096-array-copy-concurrent-gc
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali5 # You may obtain a copy of the License at
DSmaliTests.smali5 # You may obtain a copy of the License at
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1308 JvmtiUniquePtr<char[]> copy = CopyString(env, name_cstr, &res); in GetErrorName() local
1309 if (copy == nullptr) { in GetErrorName()
1313 *name_ptr = copy.release(); in GetErrorName()
/art/test/1929-exception-catch-exception/smali/art/
DTest1929$Impl.smali5 # You may obtain a copy of the License at
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/530-checker-peel-unroll/smali/
DPeelUnroll.smali5 # You may obtain a copy of the License at
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
/art/libprofile/profile/
Dprofile_compilation_info_test.cc1713 std::list<T> copy(list); in sort() local
1714 copy.sort(); in sort()
1715 return copy; in sort()
/art/compiler/dex/
Dinline_method_analyser.cc234 auto back_it = std::copy(iputs + old_pos + 1, iputs + arraysize(iputs), iputs + old_pos); in RecordConstructorIPut()
/art/test/VerifierDeps/
DMain.smali5 # You may obtain a copy of the License at
/art/compiler/optimizing/
Dloop_optimization.cc841 HInstruction* copy = entry.second; in TryPeelingForLoopInvariantExitsElimination() local
842 if (copy->IsIf()) { in TryPeelingForLoopInvariantExitsElimination()
843 TryToEvaluateIfCondition(copy->AsIf(), graph_); in TryPeelingForLoopInvariantExitsElimination()
/art/test/563-checker-fakestring/smali/
DTestCase.smali5 # You may obtain a copy of the License at
/art/test/955-methodhandles-smali/smali/
DMain.smali5 # You may obtain a copy of the License at
/art/test/442-checker-constant-folding/smali/
DTestCmp.smali5 # You may obtain a copy of the License at
/art/runtime/verifier/
Dmethod_verifier.cc4979 RegisterLineArenaUniquePtr copy; in UpdateRegisters() local
4981 copy.reset(RegisterLine::Create(target_line->NumRegs(), allocator_, GetRegTypeCache())); in UpdateRegisters()
4982 copy->CopyFromLine(target_line); in UpdateRegisters()
4991 << copy->Dump(this) << " MERGE\n" in UpdateRegisters()
/art/runtime/
DAndroid.bp6 // You may obtain a copy of the License at
/art/
DTEST_MAPPING42 "name": "art-run-test-011-array-copy"
/art/runtime/gc/collector/
Dmark_sweep.cc684 std::copy(mark_stack, mark_stack + mark_stack_size, mark_stack_); in MarkStackTask()

1...<<11121314151617