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 | 1118 File::EntityId oldId = file_->ResolveClassIndex(methodId, idx); in InstCheckByFlags() local 1126 File::EntityId oldId = file_->ResolveMethodIndex(methodId, idx); in InstCheckByFlags() local 1134 File::EntityId oldId = file_->ResolveFieldIndex(methodId, idx); in InstCheckByFlags() local 1140 File::EntityId oldId = bId.AsFileId(); in InstCheckByFlags() local 1196 File::EntityId oldId = file_->ResolveClassIndex(methodId, idx); in InstUpdateId() local 1207 File::EntityId oldId = file_->ResolveMethodIndex(methodId, idx); in InstUpdateId() local 1218 File::EntityId oldId = file_->ResolveFieldIndex(methodId, idx); in InstUpdateId() local 1226 File::EntityId oldId = bId.AsFileId(); in InstUpdateId() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_code_parser_context.cpp | 250 auto oldId = bId.AsFileId(); in HandleStringId() local 287 auto oldId = (filePtr->*resolve)(myId, idx); in MakeChangeWithId() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.h | 575 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap() 786 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 379 GateRef oldId = TaggedGetInt(slotValue); in ProfileNativeCall() local
|