Home
last modified time | relevance | path

Searched refs:LIMIT (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DinlineCache.cpp31 constexpr uint32_t LIMIT = std::numeric_limits<uint16_t>::max(); in Offset() local
32 if (offset > LIMIT) { in Offset()
33 return LIMIT; in Offset()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dtype_converter.cpp102 constexpr double LIMIT = 1.0; in TypeConverter() local
105 if (value_base_dimension / (division_ratio * coeffs[index_coeff]) < LIMIT) { in TypeConverter()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dtype_converter.cpp99 constexpr double LIMIT = 1.0; in TypeConverter() local
103 if (valueBaseDimensionDouble / (divisionRatio * coeffs[indexCoeff]) < LIMIT) { in TypeConverter()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp1083 EmitEvent(GetGraph(), callInst, ctx, events::InlineResult::LIMIT); in CheckBytecode() member in ark::compiler::events::InlineResult
1265 EmitEvent(GetGraph(), callInst, *ctx, events::InlineResult::LIMIT); in CheckMethodSize() member in ark::compiler::events::InlineResult

Completed in 4 milliseconds