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.h504 uint32_t IterateFunctionTypeIDAndMethodOffset(uint32_t functionTypeId) in IterateFunctionTypeIDAndMethodOffset() argument
506 auto iter = functionTypeIdToMethodOffset_.find(functionTypeId); in IterateFunctionTypeIDAndMethodOffset()
513 void SetFunctionTypeIDAndMethodOffset(uint32_t functionTypeId, uint32_t methodOffset) in SetFunctionTypeIDAndMethodOffset() argument
515 … if (functionTypeIdToMethodOffset_.find(functionTypeId) == functionTypeIdToMethodOffset_.end()) { in SetFunctionTypeIDAndMethodOffset()
516 functionTypeIdToMethodOffset_.emplace(functionTypeId, methodOffset); in SetFunctionTypeIDAndMethodOffset()