Home
last modified time | relevance | path

Searched defs:newId (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A 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); FixOpcode() local
1337 uint16_t newId = static_cast<uint16_t>(id); FixOpcode() local
1351 uint16_t newId = static_cast<uint16_t>(id); FixOpcode() local
1365 uint16_t newId = static_cast<uint16_t>(id); FixOpcode() local
1387 uint16_t newId = static_cast<uint16_t>(id); FixOpcode() local
1401 uint16_t newId = static_cast<uint16_t>(id); FixOpcode() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp372 bool Peepholes::TryFuseGetPropertyAndCast(IntrinsicInst *intrinsic, RuntimeInterface::IntrinsicId newId) in TryFuseGetPropertyAndCast() argument
414 bool Peepholes::TryFuseCastAndSetProperty(IntrinsicInst *intrinsic, RuntimeInterface::IntrinsicId newId) in TryFuseCastAndSetProperty() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp789 auto newId = GetUnwrapIntrinsicId(commonId); in TryRemoveUnwrapToJSValue() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp167 auto newId = util::NodeAllocator::ForceSetParent<ir::Identifier>( in CreateLambdaCalleeParameters() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp393 GateRef newId = TryGetBuiltinFunctionId(target); in ProfileNativeCall() local
405 GateRef newId = TryGetBuiltinFunctionId(target); in ProfileNativeCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1959 void UpdateOpnd(uint32 bbId, uint32 newId, RegOperand &phiParam) in UpdateOpnd() argument

Completed in 14 milliseconds