Home
last modified time | relevance | path

Searched defs:combine (Results 1 – 5 of 5) 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_runtime/ecmascript/base/
Dutf_helper.cpp321 std::pair<uint32_t, size_t> ConvertUtf8ToUtf16Pair(const uint8_t *data, bool combine) in ConvertUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp534 std::pair<uint32_t, size_t> ConvertUtf8ToUtf16Pair(const uint8_t *data, bool combine) in ConvertUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2356 bool Peepholes::TryCombineConst(Inst *inst, ConstantInst *cnst1, T combine, bool *isOsrBlocked) in TryCombineConst()
2395 …auto combine = [&opc, &input0](auto x, auto y) { return opc == input0->GetOpcode() ? x + y : x - y… in TryCombineAddSubConst() local
2435 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