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.cpp1100 File::EntityId oldId = file_->ResolveClassIndex(methodId, idx); in InstCheckByFlags() local
1108 File::EntityId oldId = file_->ResolveMethodIndex(methodId, idx); in InstCheckByFlags() local
1116 File::EntityId oldId = file_->ResolveFieldIndex(methodId, idx); in InstCheckByFlags() local
1122 File::EntityId oldId = bId.AsFileId(); in InstCheckByFlags() local
1178 File::EntityId oldId = file_->ResolveClassIndex(methodId, idx); in InstUpdateId() local
1189 File::EntityId oldId = file_->ResolveMethodIndex(methodId, idx); in InstUpdateId() local
1200 File::EntityId oldId = file_->ResolveFieldIndex(methodId, idx); in InstUpdateId() local
1208 File::EntityId oldId = bId.AsFileId(); in InstUpdateId() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp212 auto oldId = (filePtr->*resolve)(myId, idx); in MakeChangeWithId() local
231 auto oldId = bId.AsFileId(); in MakeChangeWithId() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h571 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
774 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp377 GateRef oldId = TaggedGetInt(slotValue); in ProfileNativeCall() local