Searched refs:FastCallInfo (Results 1 – 2 of 2) sorted by relevance
398 struct FastCallInfo { struct582 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo()590 return FastCallInfo(); in IterateMethodOffsetToFastCallInfo()596 methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, noGC }); in SetMethodOffsetToFastCallInfo()609 … methodOffsetToFastCallInfos_.emplace(methodOffset, FastCallInfo { canFastCall, isNoGC }); in ModifyMethodOffsetToCanFastCall()624 std::unordered_map<uint32_t, FastCallInfo> methodOffsetToFastCallInfos_ {};
530 … kungfu::FastCallInfo info = bcInfo_->IterateMethodOffsetToFastCallInfo(methodOffset, &isVaild); in StoreMethodOffset()