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.py48 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/Exp/
DbuiltinMathExp.ts29 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/Min/
DbuiltinMathMin.ts28 function replace(a : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Max/
DbuiltinMathMax.ts28 function replace(a : number) function
/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.ts78 function replace(a : any) { 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/math/Imul/
DbuiltinMathImul.ts20 function replace(a : number, b : number) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Filter/
DbuiltinArrayFilter.ts82 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/String/CharCodeAt/
DbuiltinStringCharCodeAt.ts126 function replace(i) function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/FindFindIndex/
DbuiltinArrayFindFindIndex.ts113 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/IndexOf/
DbuiltinArrayIndexOf.ts245 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/test/aottest/builtin_inlining/Array/Includes/
DbuiltinArrayIncludes.ts263 function replace(a : any) { function
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/LastIndexOf/
DbuiltinArrayLastIndexOf.ts291 function replace (a: any) { function
/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.cpp1381 … auto replace = graph->CreateInstIf(DataType::NO_TYPE, inst->GetPc(), input->GetInput(0).GetInst(), in LowerIfImmToIf() local