Home
last modified time | relevance | path

Searched refs:valueFor (Results 1 – 6 of 6) sorted by relevance

/system/core/libutils/include/utils/
DKeyedVector.h69 const VALUE& valueFor(const KEY& key) const;
112 const VALUE& valueFor(const KEY& key) const;
136 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor() function
209 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor() function
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp166 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate()
192 return mLabels.valueFor(label); in pcForLabel()
DArm64Assembler.cpp305 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate()
333 return mLabels.valueFor(label); in pcForLabel()
DMIPSAssembler.cpp1401 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate()
1429 return mLabels.valueFor(label); in pcForLabel()
DMIPS64Assembler.cpp1371 uint32_t* target_pc = mLabels.valueFor(bt.label); in fix_branches()
/system/libhwbinder/
DProcessState.cpp115 mContexts.indexOfKey(name) >= 0 ? mContexts.valueFor(name) : nullptr); in getContextObject()