Searched defs:final (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_matchers.h | 159 struct IntMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { struct 160 … IntMatcher(GateRef gate, Circuit *circuit) : ValueMatcher<T, kOpcode, kMachineType>(gate, circuit) in IntMatcher() 164 bool Is(const T &value) const in Is() 169 bool IsInRange(const T &low, const T &high) const in IsInRange() 173 bool IsMultipleOf(T n) const in IsMultipleOf() 181 bool IsPowerOf2() const in IsPowerOf2() 189 bool IsNegativePowerOf2() const in IsNegativePowerOf2() 215 struct FloatMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { struct 216 …loatMatcher(GateRef gate, Circuit *circuit) : ValueMatcher<T, kOpcode, kMachineType>(gate, circuit) in FloatMatcher() 220 bool Is(const T &value) const in Is() [all …]
|
| /arkcompiler/toolchain/websocket/ |
| D | frame_builder.h | 39 ServerFrameBuilder(bool final, FrameType opcode) : fin_(final), opcode_(opcode) in ServerFrameBuilder()
|
| D | frame_builder.cpp | 107 ClientFrameBuilder::ClientFrameBuilder(bool final, FrameType opcode, const uint8_t maskingKey[WebSo… in ClientFrameBuilder()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 1351 uint32_t final = relativeEnd < 0 ? in Slice() local
|
| D | builtins_array.cpp | 2100 int64_t final = 0; in Slice() local
|