Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h114 int GetMethodIndexByEntityId(panda_file::File::EntityId entityId) const in GetMethodIndexByEntityId()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp415 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
428 auto entityId = jsPandaFile_->ResolveMethodIndex(method->GetMethodId(), in CollectMethodInfoFromBC() local
Dbytecode_info_collector.h770 inline std::string GetClassName(const EntityId entityId) in GetClassName()