Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/tinyutils/
DKeyedVector.h64 const VALUE& valueFor(const KEY& key) const;
106 const VALUE& valueFor(const KEY& key) const;
125 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor() function
193 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor() function
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp173 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate()
206 return mLabels.valueFor(label); in pcForLabel()
DMIPSAssembler.cpp1394 uint32_t* target_pc = mLabels.valueFor(bt.label); in generate()
1429 return mLabels.valueFor(label); in pcForLabel()