Searched refs:as (Results 1 - 5 of 5) sorted by last modified time

/art/test/
H A DAndroid.run-test.mk320 # We need dex2oat and dalvikvm on the target as well as the core image.
351 # For a given test create all the combinations of host/target, compiler and suffix such as:
477 echo "run-test run as top-level target, removing test directory $(ART_HOST_TEST_DIR)" && \
/art/compiler/utils/
H A Dassembler_test.h180 // This is intended to be run as a test.
230 // Get the name of the assembler, e.g., "as" by default.
232 return "as";
456 bool DisassembleBinaries(std::vector<uint8_t>& data, std::vector<uint8_t>& as, argument
472 std::string as_name = WriteToFile(as, test_name + ".gcc");
/art/runtime/arch/arm/
H A Dportable_entrypoints_arm.S47 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy
H A Dquick_entrypoints_arm.S52 #error "SAVE_ALL_CALLEE_SAVE_FRAME(ARM) size not as expected."
77 #error "REFS_ONLY_CALLEE_SAVE_FRAME(ARM) size not as expected."
130 #error "REFS_AND_ARGS_CALLEE_SAVE_FRAME(ARM) size not as expected."
177 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME // save all registers as basis for long jump context
187 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME // save all registers as basis for long jump context
198 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME // save all registers as basis for long jump context
240 * as usual - except instead of loading arg0/r0 with the target Method*, arg0/r0 will contain
317 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy
397 str r2, [r0, #LOCK_WORD_OFFSET] @ no need for strex as we hold the lock
469 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME // save all registers as basi
[all...]
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S40 #error "SAVE_ALL_CALLEE_SAVE_FRAME(MIPS) size not as expected."
80 #error "REFS_ONLY_CALLEE_SAVE_FRAME(MIPS) size not as expected."
162 #error "REFS_AND_ARGS_CALLEE_SAVE_FRAME(MIPS) size not as expected."
422 * as usual - except instead of loading arg0/$a0 with the target Method*, arg0/$a0 will contain
502 addiu $a0, $sp, 4 # pass stack pointer + method ptr as dest for memcpy

Completed in 153 milliseconds