Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp404 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1266 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1279 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1293 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1307 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1321 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1335 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1349 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1363 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1385 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_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_change_call_lambda.cpp63 auto *newId = in UpdateCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing.js108 export function updateObjectId(obj, newId) { argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h575 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
786 void AddAbcIdRemap(ApEntityId oldId, ApEntityId newId) const override in AddAbcIdRemap()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp448 …Peepholes::TryFuseGetPropertyAndCast(IntrinsicInst *intrinsic, RuntimeInterface::IntrinsicId newId) in TryFuseGetPropertyAndCast()
490 …Peepholes::TryFuseCastAndSetProperty(IntrinsicInst *intrinsic, RuntimeInterface::IntrinsicId newId) in TryFuseCastAndSetProperty()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrestTupleLowering.cpp288 auto *newId = ctx->AllocNode<ir::Identifier>(tupleIdentName, allocator); in CreateNewVariableDeclaration() local
DlambdaLowering.cpp203 auto newId = util::NodeAllocator::ForceSetParent<ir::Identifier>( in CreateLambdaCalleeParameters() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp383 GateRef newId = TryGetBuiltinFunctionId(glue, target); in ProfileNativeCall() local
395 GateRef newId = TryGetBuiltinFunctionId(glue, target); in ProfileNativeCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp789 auto newId = GetUnwrapIntrinsicId(commonId); in TryRemoveUnwrapToJSValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1959 void UpdateOpnd(uint32 bbId, uint32 newId, RegOperand &phiParam) in UpdateOpnd()