Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp463 size_t poiIndex = methodName.find_last_of('#'); in GetRealName() local
464 … if (poiIndex != std::string::npos && poiIndex < methodName.size() - 1 && className != "default") { in GetRealName()
465 methodName = methodName.substr(poiIndex + 1); in GetRealName()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h758 size_t poiIndex = className.find_last_of('#'); in GetClassName() local
759 className = className.substr(poiIndex + 1); in GetClassName()