Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dvtable.h82 void SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple);
Dsubtyping_operator.cpp166 vtable->SetByIndex(thread, loc++, tuple); in GenVTable()
176 vtable->SetByIndex(thread, loc++, tuple); in GenVTable()
178 vtable->SetByIndex(thread, tIndex, tuple); in GenVTable()
Dvtable.cpp58 void VTable::SetByIndex(const JSThread *thread, uint32_t idx, const VTable::Tuple &tuple) in SetByIndex() function in panda::ecmascript::VTable