Home
last modified time | relevance | path

Searched defs:combine (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h92 inline void ProfileCombineOpType(GateRef curType, GateRef type, TypeCombine combine) const in ProfileCombineOpType()
/arkcompiler/ets_frontend/arkguard/scripts/
Dcombination_test.py152 def combine(self, current, remaining_keys, configs, result): member in CombinationRunner
/arkcompiler/ets_runtime/common_components/base/
Dutf_helper.cpp378 std::pair<uint32_t, size_t> ConvertUtf8ToUtf16Pair(const uint8_t *data, bool combine) in ConvertUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp535 std::pair<uint32_t, size_t> ConvertUtf8ToUtf16Pair(const uint8_t *data, bool combine) in ConvertUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2396 bool Peepholes::TryCombineConst(Inst *inst, ConstantInst *cnst1, T combine, bool *isOsrBlocked) in TryCombineConst()
2435 …auto combine = [&opc, &input0](auto x, auto y) { return opc == input0->GetOpcode() ? x + y : x - y… in TryCombineAddSubConst() local
2475 auto combine = [](auto x, auto y) { return x * y; }; in TryCombineMulConst() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument