Searched defs:oldId (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_context_mock.h | 71 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 1100 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/ |
| D | linker_code_parser_context.cpp | 212 auto oldId = (filePtr->*resolve)(myId, idx); in MakeChangeWithId() local 231 auto oldId = bId.AsFileId(); in MakeChangeWithId() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.h | 571 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/ |
| D | profiler_stub_builder.cpp | 377 GateRef oldId = TaggedGetInt(slotValue); in ProfileNativeCall() local
|