Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h542 uint32_t IterateFunctionTypeIDAndMethodOffset(uint32_t functionTypeId) in IterateFunctionTypeIDAndMethodOffset() argument
544 auto iter = functionTypeIdToMethodOffset_.find(functionTypeId); in IterateFunctionTypeIDAndMethodOffset()
551 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset() argument
553 … if (functionTypeIdToMethodOffset_.find(functionTypeId) == functionTypeIdToMethodOffset_.end()) { in SetFunctionTypeIDAndMethodOffset()
554 functionTypeIdToMethodOffset_.emplace(functionTypeId, methodOffset); in SetFunctionTypeIDAndMethodOffset()