Searched refs:SetByIndex (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | vtable.h | 82 void SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple);
|
D | subtyping_operator.cpp | 166 vtable->SetByIndex(thread, loc++, tuple); in GenVTable() 176 vtable->SetByIndex(thread, loc++, tuple); in GenVTable() 178 vtable->SetByIndex(thread, tIndex, tuple); in GenVTable()
|
D | vtable.cpp | 58 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex() function in panda::ecmascript::VTable
|