Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 18 of 18) sorted by relevance

/art/runtime/interpreter/mterp/arm/
Dother.S17 GET_INST_OPCODE ip @ extract opcode from rINST
33 GET_INST_OPCODE ip @ extract opcode from rINST
43 GET_INST_OPCODE ip @ extract opcode from rINST
65 GET_INST_OPCODE ip @ extract opcode from rINST
91 GET_INST_OPCODE ip @ extract opcode from rINST
106 GET_INST_OPCODE ip @ extract opcode from rINST
118 GET_INST_OPCODE ip @ extract opcode from rINST
132 GET_INST_OPCODE ip @ extract opcode from rINST
145 GET_INST_OPCODE ip @ extract opcode from rINST
165 GET_INST_OPCODE ip @ extract opcode from rINST
[all …]
Darithmetic.S32 GET_INST_OPCODE ip @ extract opcode from rINST
65 GET_INST_OPCODE ip @ extract opcode from rINST
95 GET_INST_OPCODE ip @ extract opcode from rINST
100 %def binopLit8(extract="asr r1, r3, #8", result="r0", chkzero="0", instr=""):
123 $extract @ optional; typically r1<- ssssssCC (sign extended)
131 GET_INST_OPCODE ip @ extract opcode from rINST
170 GET_INST_OPCODE ip @ extract opcode from rINST
205 GET_INST_OPCODE ip @ extract opcode from rINST
226 GET_INST_OPCODE ip @ extract opcode from rINST
250 GET_INST_OPCODE ip @ extract opcode from rINST
[all …]
Dobject.S15 GET_INST_OPCODE ip @ extract opcode from rINST
34 GET_INST_OPCODE ip @ extract opcode from rINST
123 GET_INST_OPCODE ip @ extract opcode from rINST
162 GET_INST_OPCODE ip @ extract opcode from rINST
188 GET_INST_OPCODE ip @ extract opcode from rINST
224 GET_INST_OPCODE ip @ extract opcode from rINST
239 GET_INST_OPCODE ip @ extract opcode from rINST
263 GET_INST_OPCODE ip @ extract opcode from rINST
279 GET_INST_OPCODE ip @ extract opcode from rINST
Darray.S27 GET_INST_OPCODE ip @ extract opcode from rINST
89 GET_INST_OPCODE ip @ extract opcode from rINST
119 GET_INST_OPCODE ip @ extract opcode from rINST
145 GET_INST_OPCODE ip @ extract opcode from rINST
173 GET_INST_OPCODE ip @ extract opcode from rINST
188 GET_INST_OPCODE ip @ extract opcode from rINST
205 GET_INST_OPCODE ip @ extract opcode from rINST
225 GET_INST_OPCODE ip @ extract opcode from rINST
249 GET_INST_OPCODE ip @ extract opcode from rINST
Dfloating_point.S21 GET_INST_OPCODE ip @ extract opcode from rINST
42 GET_INST_OPCODE ip @ extract opcode from rINST
Dcontrol_flow.S19 GET_INST_OPCODE ip @ extract opcode from rINST
38 GET_INST_OPCODE ip @ extract opcode from rINST
Dmain.S426 GET_INST_OPCODE ip @ extract opcode from rINST
/art/runtime/interpreter/mterp/arm64/
Darithmetic.S95 %def binopLit8(extract="asr w1, w3, #8", preinstr="", result="w0", chkzero="0", instr=""):
118 $extract // optional; typically w1<- ssssssCC (sign extended)
275 % binopLit8(extract="", instr="add w0, w0, w3, asr #8")
293 % binopLit8(extract="", instr="and w0, w0, w3, asr #8")
401 % binopLit8(extract="", instr="orr w0, w0, w3, asr #8")
441 % binopLit8(extract="ubfx w1, w3, #8, #5", instr="lsl w0, w0, w1")
456 % binopLit8(extract="ubfx w1, w3, #8, #5", instr="asr w0, w0, w1")
483 % binopLit8(extract="ubfx w1, w3, #8, #5", instr="lsr w0, w0, w1")
501 % binopLit8(extract="", instr="eor w0, w0, w3, asr #8")
/art/test/961-default-iface-resolution-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/970-iface-super-resolution-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/964-default-iface-init-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/960-default-smali/
Dinfo.txt7 use the tools/extract-embedded-java script to turn the smali into equivalent
/art/
DAndroid.mk473 $(call extract-from-apex,$(I18N_APEX))
600 define extract-from-apex
608 $(HOST_OUT)/bin/deapexer --debugfs_path $$debugfs extract $$apex_file $$apex_dir; \
638 $(call extract-from-apex,$(RELEASE_ART_APEX),\
642 $(call extract-from-apex,$(RUNTIME_APEX),\
649 $(call extract-from-apex,$(CONSCRYPT_APEX),\
651 $(call extract-from-apex,$(I18N_APEX),\
/art/tools/
Dbuildbot-build.sh136 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
/art/compiler/utils/
Dswap_space.cc130 auto node = free_by_size_.extract(it); in Alloc()
/art/build/apex/
Dart_apex_test.py81 apex_zip.extract('apex_payload.img', tmpdir)
190 apex_zip.extract('apex_payload.zip', tmpdir)
/art/libartbase/base/
Dmem_map.cc809 auto node = gMaps->extract(it); in ReleaseReservedMemory()
1288 auto node = gMaps->extract(it); in AlignBy()
/art/dex2oat/linker/
Doat_writer.cc3372 TimingLogger::ScopedTiming extract("Unzip", timings_); in LayoutDexFile() local
3379 TimingLogger::ScopedTiming extract("Open", timings_); in LayoutDexFile() local
3393 TimingLogger::ScopedTiming extract("Open", timings_); in LayoutDexFile() local
3428 TimingLogger::ScopedTiming extract("ProcessDexFile", timings_); in LayoutDexFile() local