Searched refs:functionTypeId (Results 1 – 1 of 1) sorted by relevance
227 uint32_t IterateFunctionTypeIDAndMethodOffset(uint32_t functionTypeId) in IterateFunctionTypeIDAndMethodOffset() argument229 auto iter = functionTypeIdToMethodOffset_.find(functionTypeId); in IterateFunctionTypeIDAndMethodOffset()236 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset() argument238 … if (functionTypeIdToMethodOffset_.find(functionTypeId) == functionTypeIdToMethodOffset_.end()) { in SetFunctionTypeIDAndMethodOffset()239 functionTypeIdToMethodOffset_.emplace(functionTypeId, methodOffset); in SetFunctionTypeIDAndMethodOffset()