Home
last modified time | relevance | path

Searched defs:oldId (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_context_mock.h71 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp1080 File::EntityId oldId = file_->ResolveClassIndex(methodId, idx); in InstCheckByFlags() local
1088 File::EntityId oldId = file_->ResolveMethodIndex(methodId, idx); in InstCheckByFlags() local
1096 File::EntityId oldId = file_->ResolveFieldIndex(methodId, idx); in InstCheckByFlags() local
1102 File::EntityId oldId = bId.AsFileId(); in InstCheckByFlags() local
1211 File::EntityId oldId = file_->ResolveClassIndex(methodId, idx); in ComputeLayoutAndUpdateIndices() local
1220 File::EntityId oldId = file_->ResolveMethodIndex(methodId, idx); in ComputeLayoutAndUpdateIndices() local
1229 File::EntityId oldId = file_->ResolveFieldIndex(methodId, idx); in ComputeLayoutAndUpdateIndices() local
1236 File::EntityId oldId = bId.AsFileId(); in ComputeLayoutAndUpdateIndices() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp214 auto oldId = (filePtr->*resolve)(myId, idx); in ProcessCodeData() local
233 auto oldId = bId.AsFileId(); in ProcessCodeData() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h542 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
744 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp385 GateRef oldId = TaggedGetInt(slotValue); in ProfileNativeCall() local