Home
last modified time | relevance | path

Searched refs:FastCallInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h398 struct FastCallInfo { struct
582 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_ {};
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp530 … kungfu::FastCallInfo info = bcInfo_->IterateMethodOffsetToFastCallInfo(methodOffset, &isVaild); in StoreMethodOffset()