Home
last modified time | relevance | path

Searched refs:word (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Dbit_vector-inl.h57 uint32_t word = bit_storage_[word_index]; in FindIndex() local
59 word &= static_cast<uint32_t>(-1) << (start_index & 0x1f); in FindIndex()
60 while (word == 0u) { in FindIndex()
65 word = bit_storage_[word_index]; in FindIndex()
67 return word_index * 32u + CTZ(word); in FindIndex()
Dbit_vector.cc234 for (uint32_t word = 0; word < storage_size_; word++) { in NumSetBits() local
235 count += POPCOUNT(storage_[word]); in NumSetBits()
320 for (uint32_t word = 0u; word < word_end; word++) { in NumSetBits() local
321 count += POPCOUNT(storage[word]); in NumSetBits()
/art/runtime/arch/arm/
Dasm_support_arm.S122 .word _ZN3art7Runtime9instance_E(GOT_PREL)-(.Lload_got_\name\()_1+4)
126 .word _ZN3art7Runtime9instance_E(GOT_PREL)-(.Lload_got_\name\()_2+4)
130 .word _ZN3art7Runtime9instance_E(GOT_PREL)-(.Lload_got_\name\()_3+4)
261 sub sp, #12 @ 3 words of space, bottom word will hold Method*
Dquick_entrypoints_arm.S44 sub sp, #4 @ bottom word will hold Method*
59 add sp, #4 @ bottom word holds Method*
572 @ unlocked case - store r3: original lock word plus thread id, preserved read barrier bits.
577 .Lnot_unlocked: @ r2: original lock word, r1: thread_id, r3: r2 ^ r1
581 @ Check lock word state and thread id together,
583 cbnz r3, .Lslow_lock @ if either of the top two bits are set, or the lock word's
/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py552 def capitalize_first(word): argument
553 return word[0].upper() + word[1:]
/art/build/
DAndroid.gtest.mk58 $(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))
/art/tools/runtime_memusage/
DREADME93 output based on each word.
/art/runtime/interpreter/mterp/arm/
Dother.S99 orr r0, r0, r1, lsl #16 @ r0<- BBBBbbbb (low word)
102 orr r1, r2, r3, lsl #16 @ r1<- HHHHhhhh (high word)
/art/
DAndroid.mk713 art_apex_jars := $(foreach pair,$(ART_APEX_JARS), $(call word-colon,2,$(pair)))