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 | 1080 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/ |
| D | linker_code_parser_context.cpp | 214 auto oldId = (filePtr->*resolve)(myId, idx); in ProcessCodeData() local 233 auto oldId = bId.AsFileId(); in ProcessCodeData() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.h | 542 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/ |
| D | profiler_stub_builder.cpp | 385 GateRef oldId = TaggedGetInt(slotValue); in ProfileNativeCall() local
|