Home
last modified time | relevance | path

Searched defs:newId (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp341 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1203 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1216 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1230 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1244 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1258 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1272 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1286 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1300 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1322 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
[all …]
/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/tests/
Dpanda_cache_test.cpp173 EntityId newId(id.GetOffset() << 2U); in GetElement() local
185 EntityId newId(id.GetOffset() << 2U); in SetElement() local
262 EntityId newId(id.GetOffset() << 2U); in CleanFieldMocks() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h528 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
717 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp369 GateRef newId = TryGetBuiltinFunctionId(target); in ProfileNativeCall() local
381 GateRef newId = TryGetBuiltinFunctionId(target); in ProfileNativeCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp782 auto newId = GetUnwrapIntrinsicId(commonId); in TryRemoveUnwrapToJSValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1872 void UpdateOpnd(uint32 bbId, uint32 newId, RegOperand &phiParam) in UpdateOpnd()