/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/arm64ng/ |
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) 276 % binopLit8(extract="", instr="add w0, w0, w3, asr #8") 294 % binopLit8(extract="", instr="and w0, w0, w3, asr #8") 403 % binopLit8(extract="", instr="orr w0, w0, w3, asr #8") 443 % binopLit8(extract="ubfx w1, w3, #8, #5", instr="lsl w0, w0, w1") 458 % binopLit8(extract="ubfx w1, w3, #8, #5", instr="asr w0, w0, w1") 485 % binopLit8(extract="ubfx w1, w3, #8, #5", instr="lsr w0, w0, w1") 503 % binopLit8(extract="", instr="eor w0, w0, w3, asr #8")
|
/art/libartbase/base/ |
D | safe_map.h | 82 node_type extract(const_iterator pos) { return map_.extract(pos); } in extract() function 83 node_type extract(const key_type& k) { return map_.extract(k); } in extract() function
|
D | mem_map.cc | 842 auto node = gMaps->extract(it); in ReleaseReservedMemory() 1391 auto node = gMaps->extract(it); in AlignBy()
|
/art/ |
D | Android.mk | 313 $(call extract-from-apex,$(I18N_APEX)) 320 $(call extract-from-apex,$(TZDATA_APEX)) 443 define extract-from-apex 456 --fsckerofs_path $$fsckerofs extract $$apex_file $$apex_dir; \ 497 $(call extract-from-apex,$(RELEASE_ART_APEX),\ 502 $(call extract-from-apex,$(RUNTIME_APEX),\ 509 $(call extract-from-apex,$(CONSCRYPT_APEX),\ 511 $(call extract-from-apex,$(I18N_APEX),\ 513 $(call extract-from-apex,$(STATSD_APEX),\ 515 $(call extract-from-apex,$(TZDATA_APEX),)
|
/art/runtime/base/ |
D | gc_visited_arena_pool.cc | 266 auto best_fit_nh = best_fit_allocs_.extract(best_fit_iter); in AllocArena() 267 auto free_chunks_nh = free_chunks_.extract(free_chunks_iter); in AllocArena() 319 auto free_chunks_nh = free_chunks_.extract(iter_for_extract); in FreeRangeLocked() 320 auto best_fit_allocs_nh = best_fit_allocs_.extract(*iter_for_extract); in FreeRangeLocked()
|
/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/tools/ |
D | buildbot-sync.sh | 110 extract ${src_apex_file} $src_apex_path
|
D | buildbot-build.sh | 224 extract $file $dir
|
/art/dex2oat/utils/ |
D | swap_space.cc | 131 auto node = free_by_size_.extract(it); in Alloc()
|
/art/openjdkjvmti/ |
D | jvmti_weak_table-inl.h | 229 auto nh = tagged_objects_.extract(it++); in UpdateTableWith()
|
/art/runtime/ |
D | transaction.cc | 428 auto node = container.extract(old_root); in UpdateKeys()
|
/art/build/apex/ |
D | Android.bp | 514 "extract $(location :com.android.art) $(genDir)/extracted && " +
|
D | art_apex_test.py | 141 apex_zip.extract('apex_payload.zip', tmpdir)
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1641 Ljava/beans/ChangeListenerMap;->extract(Ljava/util/EventListener;)Ljava/util/EventListener; 1662 Ljava/beans/PropertyChangeSupport$PropertyChangeListenerMap;->extract(Ljava/beans/PropertyChangeLis…
|