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