Searched refs:copy (Results 26 - 37 of 37) sorted by relevance

12

/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S6 * You may obtain a copy of the License at
363 * a0 = stack to copy
470 // Use simple copy routine for now.
690 # v0 = ptr to stack frame where to copy arg_array
783 daddiu $v0, $sp, 12 # v0 points to where to copy arg_array
791 # copy arguments onto stack (t2 should be multiples of 4)
804 sw $a1, 8($sp) # copy this ptr (skip 8 bytes for ArtMethod*)
886 daddiu $v0, $sp, 8 # v0 points to where to copy arg_array
895 # copy arguments onto stack (t2 should be multiples of 4)
/art/runtime/
H A Ddex_file_test.cc6 * You may obtain a copy of the License at
106 std::copy(tmp.begin(), tmp.end(), dst.get());
H A Ddex_file_verifier_test.cc6 * You may obtain a copy of the License at
109 std::copy(tmp.begin(), tmp.end(), dst.get());
/art/runtime/interpreter/mterp/
H A Dgen_mterp.py7 # You may obtain a copy of the License at
451 new_dict = dict.copy()
459 # copy keywords into dictionary
/art/tools/
H A Dcpplint.py79 import copy namespace
1585 self.pp_stack.append(_PreprocessorInfo(copy.deepcopy(self.stack)))
1594 self.pp_stack[-1].stack_before_else = copy.deepcopy(self.stack)
1597 self.stack = copy.deepcopy(self.pp_stack[-1].stack_before_if)
1608 # Here we can just use a shallow copy since we are the last
3598 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
3749 # Let's copy the include_state so it is only messed up within this function.
3750 include_state = include_state.copy()
3767 # include_state is modified during iteration, so we iterate over a copy of
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S6 * You may obtain a copy of the License at
434 vldm ip, {s0-s15} @ copy s0 - s15
439 ldm ip, {r1-r3} @ copy r1 - r3
464 * r0 = stack to copy
557 mov r3, r1 @ copy the lock word to check count overflow.
602 mov r3, r1 @ copy lock word to check thread id equality
607 mov r3, r1 @ copy lock word to detect transition to unlocked
1628 /* Save a copy in r12 to later compute result */
/art/runtime/jit/
H A Djit_code_cache.cc6 * You may obtain a copy of the License at
336 std::copy(code, code + code_size, code_ptr);
/art/runtime/quick/
H A Dinline_method_analyser.cc6 * You may obtain a copy of the License at
232 auto back_it = std::copy(iputs + old_pos + 1, iputs + arraysize(iputs), iputs + old_pos);
/art/test/
H A DAndroid.run-test.mk5 # You may obtain a copy of the License at
531 # 537: Expects an array copy to be intrinsified on x86-64, but calling-on-slowpath intrinsics are
/art/runtime/verifier/
H A Dmethod_verifier.cc6 * You may obtain a copy of the License at
2009 * Make a copy of the previous register state. If the instruction
2010 * can throw an exception, we will copy/merge this into the "catch"
2070 * The move-result instructions copy data out of a "pseudo-register"
2290 // Redo the copy. This won't change the register types, but update the lock status
4933 RegisterLineArenaUniquePtr copy; local
4935 copy.reset(RegisterLine::Create(target_line->NumRegs(), this));
4936 copy->CopyFromLine(target_line);
4945 << copy->Dump(this) << " MERGE\n"
/art/runtime/gc/collector/
H A Dmark_sweep.cc6 * You may obtain a copy of the License at
656 // We may have to copy part of an existing mark stack when another mark stack overflows.
660 std::copy(mark_stack, mark_stack + mark_stack_size, mark_stack_);
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm.S13 * You may obtain a copy of the License at
304 * You may obtain a copy of the License at
7388 mov r4, r0 @ save a copy of r0

Completed in 363 milliseconds

12