Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/runtime_core/static_core/gn/build/
Dcmake_configure_file.py47 def replace(pattern): function
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py47 def replace(pattern): function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Trunc/
DbuiltinMathTrunc.ts21 function replace(a : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Cbrt/
DbuiltinMathCbrt.ts20 function replace(a : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Expm1/
DbuiltinMathExpm1.ts29 function replace(a : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Exp/
DbuiltinMathExp.ts29 function replace(a : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Min/
DbuiltinMathMin.ts28 function replace(a : number) function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dterminate.cpp31 char *replace = std::getenv("FUZZING_EXIT_ON_FAILED_ASSERT"); in Terminate() local
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/ArrayBuffer/IsView/
DbuiltinArrayBufferIsView.ts63 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/ForEach/
DbuiltinArrayForEach.ts77 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Max/
DbuiltinMathMax.ts28 function replace(a : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Imul/
DbuiltinMathImul.ts20 function replace(a : number, b : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Filter/
DbuiltinArrayFilter.ts81 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/DataView/Get/
DbuiltinDataViewGet.ts178 function replace(a : any) { function
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dpropagate_lenarray.cpp46 llvm::DenseMap<llvm::CallInst *, llvm::ConstantInt *> replace {}; in run() local
Dark_gvn.cpp115 llvm::SmallVector<llvm::CallInst *> replace; in RunOnBasicBlock() local
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Pop/
DbuiltinArrayPop.ts71 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/FindFindIndex/
DbuiltinArrayFindFindIndex.ts111 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Includes/
DbuiltinArrayIncludes.ts262 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/IndexOf/
DbuiltinArrayIndexOf.ts244 function replace(a : any) { function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp120 auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), cc); in LowerIf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp730 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
740 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
750 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
762 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
782 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
833 …RegOperand *replace = GetReplaceReg(static_cast<RegOperand &>(defInsn.GetOperand(kInsnSecondOpnd))… in SelectReplaceMem() local
902 MemOperand *A64StrLdrProp::HandleArithImmDef(RegOperand &replace, Operand *oldOffset, int64 defVal, in HandleArithImmDef()
Daarch64_strldr.cpp352 MemOperand *AArch64StoreLoadOpt::HandleArithImmDef(RegOperand &replace, Operand *oldOffset, int64 d… in HandleArithImmDef()
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp910 … auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
914 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local
920 … auto replace = [oldC, newC](uint16_t c) { return static_cast<uint8_t>((oldC != c) ? c : newC); }; in DoReplace() local
924 auto replace = [oldC, newC](uint16_t c) { return (oldC != c) ? c : newC; }; in DoReplace() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1295 … auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), input->GetInput(0).GetInst(), in JoinFcmpInst() local
1405 … auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), input->GetInput(0).GetInst(), in LowerIfImmToIf() local