Searched refs:in (Results 1 - 25 of 77) sorted by relevance

1234

/art/runtime/interpreter/mterp/
H A Drebuild.sh6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
18 # Rebuild for all known targets. Necessary until the stuff in "out" gets
23 for arch in arm x86 mips arm64 x86_64 mips64; do TARGET_ARCH_EXT=$arch make -f Makefile_mterp; done
/art/test/702-LargeBranchOffset/
H A Dbuild6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
21 cpp -P src/Main.java.in src/Main.java
/art/tools/dmtracedump/
H A Ddumpdir.sh7 for F in $FILES
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/art/tools/
H A Dextract-embedded-java6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
28 for f in `find "$1" -type f -name "*.smali" | xargs -n 1 -P 0 -i basename -s .smali \{\}`; do
H A Dsymbolize.sh5 # you may not use this file except in compliance with the License.
10 # Unless required by applicable law or agreed to in writing, software
46 # adb shell find seems to output in DOS format (CRLF), which messes up scripting
51 # Search in all of /data on device.
54 for FILE in $FILES ; do
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
48 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
49 // the kernel puts the appropriate feature flags in here. Sometimes it doesn't.
52 std::ifstream in("/proc/cpuinfo");
53 if (!in.fail()) {
54 while (!in.eof()) {
56 std::getline(in, line);
57 if (!in.eof()) {
64 in
[all...]
H A Djni_entrypoints_mips64.S5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
50 # anymore, and t8 may be clobbered in artFindNativeMethod.
73 move $t9, $v0 # put method code result in $t9
/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
71 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
72 // the kernel puts the appropriate feature flags in here. Sometimes it doesn't.
76 std::ifstream in("/proc/cpuinfo");
77 if (!in.fail()) {
78 while (!in.eof()) {
80 std::getline(in, line);
81 if (!in.eof()) {
88 in
[all...]
/art/compiler/linker/
H A Doutput_stream_test.cc5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
71 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str()));
72 EXPECT_TRUE(in.get() != nullptr);
73 std::vector<uint8_t> actual(in->GetLength());
74 bool readSuccess = in->ReadFully(&actual[0], actual.size());
86 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str()));
87 EXPECT_TRUE(in.get() != nullptr);
88 std::vector<uint8_t> actual(in->GetLength());
89 bool readSuccess = in
[all...]
/art/oatdump/
H A DAndroid.mk5 # you may not use this file except in compliance with the License.
10 # Unless required by applicable law or agreed to in writing, software
47 @echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
55 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt
64 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.txt
79 @echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.txt
86 @echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.txt
99 @echo Output in $(ART_DUMP_OAT_PATH)/Calculator.oatdump.txt
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
123 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
124 // the kernel puts the appropriate feature flags in here. Sometimes it doesn't.
133 std::ifstream in("/proc/cpuinfo");
134 if (!in.fail()) {
135 while (!in.eof()) {
137 std::getline(in, line);
138 if (!in.eof()) {
145 in
[all...]
/art/runtime/interpreter/mterp/mips/
H A Dbincmp.S14 FETCH_S(rINST, 1) # rINST<- branch offset, in code units
25 bnez v0, MterpOnStackReplacement # Note: offset must be in rINST
H A Dzcmp.S11 FETCH_S(rINST, 1) # rINST <- branch offset, in code units
23 bnez v0, MterpOnStackReplacement # Note: offset must be in rINST
/art/runtime/interpreter/mterp/arm/
H A Dbincmp.S12 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
H A Dzcmp.S10 FETCH_S rINST, 1 @ rINST<- branch offset, in code units
/art/runtime/interpreter/mterp/mips64/
H A Dop_const_4.S3 seh a0, rINST # sign extend B in rINST
H A Dop_goto.S17 bnezc v0, MterpOnStackReplacement # Note: offset must be in rINST
H A Dop_goto_16.S16 bnezc v0, MterpOnStackReplacement # Note: offset must be in rINST
/art/test/
H A Drun-all-tests6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
191 for test_name in *; do
209 for test_name in *; do
222 for pid in ${test_pids[@]}; do
236 for i in $failed_test_names; do
/art/test/137-cfi/src/
H A DMain.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
80 // First do the in-process unwinding.
143 BufferedReader in = new BufferedReader(new FileReader("/proc/self/cmdline"));
144 String s = in.readLine();
145 in.close();
/art/libart_fake/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/art/runtime/arch/arm/
H A Djni_entrypoints_arm.S5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
34 mov r12, r0 @ save result in r12
/art/runtime/interpreter/mterp/x86/
H A Dbindiv.S34 # Remainder in %ah, quotient in %al
H A Dop_mul_long_2addr.S15 CLEAR_WIDE_REF %eax # clear refs in advance
29 leal (%ecx,rIBASE), rIBASE # full result now in %edx:%eax

Completed in 421 milliseconds

1234