Home
last modified time | relevance | path

Searched refs:GetEntityId (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_variance-inl.h27 if (&base.GetPandaFile() == &derv.GetPandaFile() && base.GetEntityId() == derv.GetEntityId()) { in IsOverriddenBy()
37 if (&p1.GetPandaFile() == &p2.GetPandaFile() && p1.GetEntityId() == p2.GetEntityId()) { in IsOverriddenOrOverrides()
H A Dvtable_builder_standard-inl.h26 if (&base.GetPandaFile() == &derv.GetPandaFile() && base.GetEntityId() == derv.GetEntityId()) { in IsOverriddenBy()
H A Dvtable_builder_base.h53 protoId_(method->GetProtoId().GetEntityId()), in MethodInfo()
H A Dmethod.h158 const panda_file::File::EntityId &GetEntityId() const in GetEntityId() function in ark::Method::VerificationStage::ProtoId
/arkcompiler/runtime_core/libpandafile/
H A Dmethod_handle_data_accessor.h51 File::EntityId GetEntityId() const in GetEntityId() function in panda::panda_file::MethodHandleDataAccessor
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmethod_handle_data_accessor.h51 File::EntityId GetEntityId() const in GetEntityId() function in ark::panda_file::MethodHandleDataAccessor
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp41 panda_file::File::EntityId literalId = constpool->GetEntityId(literal); in GetClassLiteralFromCache()
85 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetStringFromCacheForJit()
109 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetStringFromCache()
H A Dscope_info_extractor.cpp36 panda_file::File::EntityId id = constpool->GetEntityId(scopeId); in GenerateScopeInfo()
H A Dprogram_object.h283 panda_file::File::EntityId GetEntityId(uint32_t index) const in GetEntityId() function in panda::ecmascript::ConstantPool
518 EntityId id = constpoolHandle->GetEntityId(index); in GetMethodFromCache()
565 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetLiteralFromCache()
660 panda_file::File::EntityId id = taggedPool->GetEntityId(index); in GetIdFromCache()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp200 auto basePDA = panda_file::ProtoDataAccessor(base.GetPandaFile(), base.GetEntityId()); in ETSProtoIsOverriddenBy()
201 auto dervPDA = panda_file::ProtoDataAccessor(derv.GetPandaFile(), derv.GetEntityId()); in ETSProtoIsOverriddenBy()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp244 uint32_t methodOffset = cp->GetEntityId(data.constantPoolIdx_).GetOffset(); in StoreDataToGlobalData()
298 uint32_t methodId = cp->GetEntityId(data.ctorMethodOffset_).GetOffset(); in StoreDataToGlobalData()
338 panda_file::File::EntityId id = cp->GetEntityId(data.constantPoolIdx_); in StoreDataToGlobalData()
372 panda_file::File::EntityId id = cp->GetEntityId(data.constantPoolIdx_); in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string_table.cpp558 if (constantStr->GetEntityId() < 0 || !jsPandaFile->Contain(constantStr->GetConstantData())) { in RelocateConstantData()
H A Decma_string.h876 ASSERT(GetEntityId() >= 0);
877 return static_cast<uint32_t>(GetEntityId());
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h3073 panda_file::File::EntityId id = constpool->GetEntityId(scopeId);

Completed in 18 milliseconds