Searched refs:propsNumber (Results 1 – 4 of 4) sorted by relevance
40 uint32_t propsNumber = phcPoint->NumberOfProps(); in CreateTuple() local41 …int entry = layoutInfo->FindElementWithCache(thread, phcPoint, name.GetTaggedValue(), propsNumber); in CreateTuple()
290 uint32_t propsNumber = hclass->NumberOfProps(); in FindPropertyEntry() local291 int entry = layout->FindElementWithCache(thread, hclass, key, propsNumber); in FindPropertyEntry()
2125 uint32_t propsNumber = hclass->NumberOfProps(); in ToPropertyDescriptorFast() local2126 for (uint32_t i = 0; i < propsNumber; i++) { in ToPropertyDescriptorFast()
230 uint32_t propsNumber = hclass->NumberOfProps(); in ITERATE_INTL() local231 … int entry = layoutInfo->FindElementWithCache(thread, hclass, key.GetTaggedValue(), propsNumber); in ITERATE_INTL()