Searched refs:extract (Results 1 – 17 of 17) 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/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/961-default-iface-resolution-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/build/ |
D | Android.oat.mk | 57 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail 169 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
|
/art/compiler/utils/ |
D | swap_space.cc | 130 auto node = free_by_size_.extract(it); in Alloc()
|
/art/libartbase/base/ |
D | mem_map.cc | 807 auto node = gMaps->extract(it); in ReleaseReservedMemory() 1286 auto node = gMaps->extract(it); in AlignBy()
|
/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/dex2oat/linker/ |
D | oat_writer.cc | 3428 TimingLogger::ScopedTiming extract("Unzip", timings_); in LayoutAndWriteDexFile() local 3435 TimingLogger::ScopedTiming extract("Open", timings_); in LayoutAndWriteDexFile() local 3449 TimingLogger::ScopedTiming extract("Open", timings_); in LayoutAndWriteDexFile() local 3485 TimingLogger::ScopedTiming extract("ProcessDexFile", timings_); in LayoutAndWriteDexFile() local 3505 TimingLogger::ScopedTiming extract("WriteDexFile", timings_); in LayoutAndWriteDexFile() local
|