Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h551 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset() function
Dbytecode_info_collector.cpp172 bytecodeInfo_.SetFunctionTypeIDAndMethodOffset(typeId, offset); in CollectFunctionTypeId()