Searched refs:FastCallInfo (Results 1 – 2 of 2) sorted by relevance
430 struct FastCallInfo { struct620 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo()628 return FastCallInfo(); in IterateMethodOffsetToFastCallInfo()634 methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, noGC }); in SetMethodOffsetToFastCallInfo()647 … methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, isNoGC }); in ModifyMethodOffsetToCanFastCall()663 std::unordered_map<uint32_t, FastCallInfo> methodOffsetToFastCallInfos_ {};
519 … kungfu::FastCallInfo info = bcInfo_->IterateMethodOffsetToFastCallInfo(methodOffset, &isVaild); in StoreMethodOffset()