Searched refs:extract (Results 1 – 18 of 18) sorted by relevance
/art/runtime/interpreter/mterp/arm/ |
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 | 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 | object.S | 15 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
|
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 | 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/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/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/970-iface-super-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/ |
D | Android.mk | 473 $(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/ |
D | buildbot-build.sh | 136 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
|
/art/compiler/utils/ |
D | swap_space.cc | 130 auto node = free_by_size_.extract(it); in Alloc()
|
/art/build/apex/ |
D | art_apex_test.py | 81 apex_zip.extract('apex_payload.img', tmpdir) 190 apex_zip.extract('apex_payload.zip', tmpdir)
|
/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 | 3372 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
|