Searched defs:combine (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_operation.h | 92 inline void ProfileCombineOpType(GateRef curType, GateRef type, TypeCombine combine) const in ProfileCombineOpType()
|
| /arkcompiler/ets_frontend/arkguard/scripts/ |
| D | combination_test.py | 152 def combine(self, current, remaining_keys, configs, result): member in CombinationRunner
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | utf_helper.cpp | 378 std::pair<uint32_t, size_t> ConvertUtf8ToUtf16Pair(const uint8_t *data, bool combine) in ConvertUtf8ToUtf16Pair()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.cpp | 535 std::pair<uint32_t, size_t> ConvertUtf8ToUtf16Pair(const uint8_t *data, bool combine) in ConvertUtf8ToUtf16Pair()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 2396 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/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|