Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/arm/
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 …]
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 …]
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
Dobject.S15 GET_INST_OPCODE ip @ extract opcode from rINST
34 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/armng/
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 …]
Dother.S11 GET_INST_OPCODE ip @ extract opcode from rINST
21 GET_INST_OPCODE ip @ extract opcode from rINST
40 GET_INST_OPCODE ip @ extract opcode from rINST
98 GET_INST_OPCODE ip @ extract opcode from rINST
110 GET_INST_OPCODE ip @ extract opcode from rINST
124 GET_INST_OPCODE ip @ extract opcode from rINST
137 GET_INST_OPCODE ip @ extract opcode from rINST
151 GET_INST_OPCODE ip @ extract opcode from rINST
168 GET_INST_OPCODE ip @ extract opcode from rINST
193 GET_INST_OPCODE ip @ extract opcode from rINST
[all …]
Darray.S24 GET_INST_OPCODE ip @ extract opcode from rINST
32 GET_INST_OPCODE ip @ extract opcode from rINST
39 GET_INST_OPCODE ip @ extract opcode from rINST
85 GET_INST_OPCODE ip @ extract opcode from rINST
91 GET_INST_OPCODE ip @ extract opcode from rINST
97 GET_INST_OPCODE ip @ extract opcode from rINST
131 GET_INST_OPCODE ip @ extract opcode from rINST
146 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
/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/
DAndroid.mk486 $(call extract-from-apex,$(I18N_APEX))
493 $(call extract-from-apex,$(TZDATA_APEX))
620 define extract-from-apex
628 $(HOST_OUT)/bin/deapexer --debugfs_path $$debugfs extract $$apex_file $$apex_dir; \
660 $(call extract-from-apex,$(RELEASE_ART_APEX),\
665 $(call extract-from-apex,$(RUNTIME_APEX),\
677 $(call extract-from-apex,$(CONSCRYPT_APEX),\
679 $(call extract-from-apex,$(I18N_APEX),\
681 $(call extract-from-apex,$(STATSD_APEX),\
683 $(call extract-from-apex,$(TZDATA_APEX),)
/art/tools/
Dbuildbot-sync.sh94 extract ${src_apex_path}.apex $src_apex_path
Dbuildbot-build.sh157 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
/art/test/970-iface-super-resolution-gen/
Dinfo.txt9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
/art/test/961-default-iface-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/compiler/utils/
Dswap_space.cc130 auto node = free_by_size_.extract(it); in Alloc()
/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.cc3332 TimingLogger::ScopedTiming extract("Unzip", timings_); in LayoutDexFile() local
3339 TimingLogger::ScopedTiming extract("Open", timings_); in LayoutDexFile() local
3353 TimingLogger::ScopedTiming extract("Open", timings_); in LayoutDexFile() local
3388 TimingLogger::ScopedTiming extract("ProcessDexFile", timings_); in LayoutDexFile() local
/art/build/apex/
Dart_apex_test.py125 apex_zip.extract('apex_payload.zip', tmpdir)
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1642 Ljava/beans/ChangeListenerMap;->extract(Ljava/util/EventListener;)Ljava/util/EventListener;
1663 Ljava/beans/PropertyChangeSupport$PropertyChangeListenerMap;->extract(Ljava/beans/PropertyChangeLis…