Searched refs:internalNativeMethods_ (Results 1 – 2 of 2) sorted by relevance
464 internalNativeMethods_.clear(); in ClearBufferData()476 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&internalNativeMethods_.front())), in Iterate()477 ObjectSlot(ToUintPtr(&internalNativeMethods_.back()) + JSTaggedValue::TaggedTypeSize())); in Iterate()561 internalNativeMethods_.emplace_back(method.GetTaggedValue()); in GenerateInternalNativeMethods()568 ASSERT(index < internalNativeMethods_.size()); in GetMethodByIndex()569 return internalNativeMethods_[index]; in GetMethodByIndex()
484 CVector<JSTaggedValue> internalNativeMethods_; variable