Home
last modified time | relevance | path

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

/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/arm64ng/
Darithmetic.S95 %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/
Dsafe_map.h82 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
Dmem_map.cc842 auto node = gMaps->extract(it); in ReleaseReservedMemory()
1391 auto node = gMaps->extract(it); in AlignBy()
/art/
DAndroid.mk313 $(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/
Dgc_visited_arena_pool.cc266 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/
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/tools/
Dbuildbot-sync.sh110 extract ${src_apex_file} $src_apex_path
Dbuildbot-build.sh224 extract $file $dir
/art/dex2oat/utils/
Dswap_space.cc131 auto node = free_by_size_.extract(it); in Alloc()
/art/openjdkjvmti/
Djvmti_weak_table-inl.h229 auto nh = tagged_objects_.extract(it++); in UpdateTableWith()
/art/runtime/
Dtransaction.cc428 auto node = container.extract(old_root); in UpdateKeys()
/art/build/apex/
DAndroid.bp514 "extract $(location :com.android.art) $(genDir)/extracted && " +
Dart_apex_test.py141 apex_zip.extract('apex_payload.zip', tmpdir)
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1641 Ljava/beans/ChangeListenerMap;->extract(Ljava/util/EventListener;)Ljava/util/EventListener;
1662 Ljava/beans/PropertyChangeSupport$PropertyChangeListenerMap;->extract(Ljava/beans/PropertyChangeLis…