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.h227 uint32_t IterateFunctionTypeIDAndMethodOffset(uint32_t functionTypeId) in IterateFunctionTypeIDAndMethodOffset() argument
229 auto iter = functionTypeIdToMethodOffset_.find(functionTypeId); in IterateFunctionTypeIDAndMethodOffset()
236 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset() argument
238 … if (functionTypeIdToMethodOffset_.find(functionTypeId) == functionTypeIdToMethodOffset_.end()) { in SetFunctionTypeIDAndMethodOffset()
239 functionTypeIdToMethodOffset_.emplace(functionTypeId, methodOffset); in SetFunctionTypeIDAndMethodOffset()