Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h542 uint32_t IterateFunctionTypeIDAndMethodOffset(uint32_t functionTypeId) in IterateFunctionTypeIDAndMethodOffset() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp514 uint32_t methodOffset = bcInfo_->IterateFunctionTypeIDAndMethodOffset(typeOffset); in StoreMethodOffset()