Home
last modified time | relevance | path

Searched refs:GetEntityId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h106 panda_file::File::EntityId GetEntityId(uint32_t index) const in GetEntityId() function
206 EntityId id = constpoolHandle->GetEntityId(index); in GetMethodFromCache()
235 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache()
269 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetLiteralFromCache()
323 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetIdFromCache()
343 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetStringFromCache()
Dscope_info_extractor.cpp36 panda_file::File::EntityId id = constpool->GetEntityId(scopeId); in GenerateScopeInfo()
/arkcompiler/runtime_core/libpandafile/
Dmethod_handle_data_accessor.h51 File::EntityId GetEntityId() const in GetEntityId() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1302 uint32_t methodOffset = oldCP->GetEntityId(data.index).GetOffset(); in FillSnapshotConstantPoolList()
1343 panda_file::File::EntityId id = oldCP->GetEntityId(data.index); in FillSnapshotConstantPoolList()
1368 panda_file::File::EntityId id = oldCP->GetEntityId(data.index); in FillSnapshotConstantPoolList()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1341 uint32_t id = constantStr->GetEntityId(); in DeserializeString()
1564 uint32_t id = constantStr->GetEntityId(); in RelocateSpaceObject()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2553 panda_file::File::EntityId id = constpool->GetEntityId(scopeId); in RuntimeOptGenerateScopeInfo()