Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp406 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1268 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1281 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1295 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1309 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1323 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1337 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1351 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1365 uint16_t newId = static_cast<uint16_t>(id); in FixOpcode() local
1387 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.cpp91 auto *newId = in UpdateCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/objects_passing/
Dobjects_passing.js135 function updateObjectId(obj, newId) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp372 …Peepholes::TryFuseGetPropertyAndCast(IntrinsicInst *intrinsic, RuntimeInterface::IntrinsicId newId) in TryFuseGetPropertyAndCast()
414 …Peepholes::TryFuseCastAndSetProperty(IntrinsicInst *intrinsic, RuntimeInterface::IntrinsicId newId) in TryFuseCastAndSetProperty()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h571 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/
Dprofiler_stub_builder.cpp381 GateRef newId = TryGetBuiltinFunctionId(target); in ProfileNativeCall() local
393 GateRef newId = TryGetBuiltinFunctionId(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_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp167 auto newId = util::NodeAllocator::ForceSetParent<ir::Identifier>( in CreateLambdaCalleeParameters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1959 void UpdateOpnd(uint32 bbId, uint32 newId, RegOperand &phiParam) in UpdateOpnd()