/art/runtime/interpreter/mterp/arm/ |
D | arithmetic.S | 32 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 …]
|
D | other.S | 17 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 …]
|
D | array.S | 27 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
|
D | object.S | 15 GET_INST_OPCODE ip @ extract opcode from rINST 34 GET_INST_OPCODE ip @ extract opcode from rINST
|
D | floating_point.S | 21 GET_INST_OPCODE ip @ extract opcode from rINST 42 GET_INST_OPCODE ip @ extract opcode from rINST
|
D | control_flow.S | 19 GET_INST_OPCODE ip @ extract opcode from rINST 38 GET_INST_OPCODE ip @ extract opcode from rINST
|
D | main.S | 426 GET_INST_OPCODE ip @ extract opcode from rINST
|
/art/runtime/interpreter/mterp/armng/ |
D | arithmetic.S | 32 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 …]
|
D | other.S | 11 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 …]
|
D | array.S | 24 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
|
D | floating_point.S | 21 GET_INST_OPCODE ip @ extract opcode from rINST 42 GET_INST_OPCODE ip @ extract opcode from rINST
|
/art/runtime/interpreter/mterp/arm64/ |
D | arithmetic.S | 95 %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/ |
D | Android.mk | 486 $(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/ |
D | buildbot-sync.sh | 94 extract ${src_apex_path}.apex $src_apex_path
|
D | buildbot-build.sh | 157 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
|
/art/test/970-iface-super-resolution-gen/ |
D | info.txt | 9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
|
/art/test/961-default-iface-resolution-gen/ |
D | info.txt | 9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
|
/art/test/964-default-iface-init-gen/ |
D | info.txt | 9 $(ANDROID_BUILD_TOP)/art/tools/extract-embedded-java script to turn the smali
|
/art/test/960-default-smali/ |
D | info.txt | 7 use the tools/extract-embedded-java script to turn the smali into equivalent
|
/art/compiler/utils/ |
D | swap_space.cc | 130 auto node = free_by_size_.extract(it); in Alloc()
|
/art/libartbase/base/ |
D | mem_map.cc | 809 auto node = gMaps->extract(it); in ReleaseReservedMemory() 1288 auto node = gMaps->extract(it); in AlignBy()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 3332 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/ |
D | art_apex_test.py | 125 apex_zip.extract('apex_payload.zip', tmpdir)
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1642 Ljava/beans/ChangeListenerMap;->extract(Ljava/util/EventListener;)Ljava/util/EventListener; 1663 Ljava/beans/PropertyChangeSupport$PropertyChangeListenerMap;->extract(Ljava/beans/PropertyChangeLis…
|