Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h114 int GetMethodIndexByEntityId(panda_file::File::EntityId entityId) const in GetMethodIndexByEntityId() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp571 return constantPool->GetMethodIndexByEntityId(panda_file::File::EntityId(methodOffset)); in GetMethodIndex()