Home
last modified time | relevance | path

Searched defs:entityId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp314 auto entityId = pf->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
326 auto entityId = pf->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
Dbytecode_info_collector.h466 inline std::string GetClassName(const EntityId entityId) in GetClassName()