Searched refs:internalNativeMethods_ (Results 1 – 2 of 2) sorted by relevance
526 internalNativeMethods_.clear(); in ClearBufferData()538 rv(Root::ROOT_VM, ObjectSlot(ToUintPtr(&internalNativeMethods_.front())), in Iterate()539 ObjectSlot(ToUintPtr(&internalNativeMethods_.back()) + JSTaggedValue::TaggedTypeSize())); in Iterate()626 internalNativeMethods_.emplace_back(method.GetTaggedValue()); in GenerateInternalNativeMethods()633 ASSERT(index < internalNativeMethods_.size()); in GetMethodByIndex()634 return internalNativeMethods_[index]; in GetMethodByIndex()
672 CVector<JSTaggedValue> internalNativeMethods_; variable