Searched defs:final (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debuggable_thread.h | 28 struct SuspensionCallbacks final { struct 29 …::function<void(ObjectRepository &, const std::vector<BreakpointId> &, ObjectHeader *)> preSuspend; 30 …:function<void(ObjectRepository &, const std::vector<BreakpointId> &, ObjectHeader *)> postSuspend; 31 std::function<void()> preWaitSuspension; 32 std::function<void()> postWaitSuspension; 33 std::function<void()> preResume; 34 std::function<void()> postResume;
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| D | frame_builder.h | 77 struct AMD64FrameBuilder final : FrameBuilderInterface { struct 95 struct ARM64FrameBuilder final : FrameBuilderInterface { argument 96 ARM64FrameBuilder(FrameInfo frameInfo, ConstantPoolHandler handler) in ARM64FrameBuilder() 108 void operator=(const ARM64FrameBuilder &) = delete; 110 ARM64FrameBuilder &operator=(ARM64FrameBuilder &&) = delete;
|
| /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() 191 bool IsNegativePowerOf2() const in IsNegativePowerOf2() 217 struct FloatMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { argument 218 …loatMatcher(GateRef gate, Circuit *circuit) : ValueMatcher<T, kOpcode, kMachineType>(gate, circuit) in FloatMatcher() 222 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_shared_typedarray.cpp | 1346 uint32_t final = relativeEnd < 0 ? in Slice() local
|
| D | builtins_typedarray.cpp | 1459 uint32_t final = relativeEnd < 0 ? in Slice() local
|
| D | builtins_shared_array.cpp | 1573 int64_t final = 0; in Slice() local
|
| D | builtins_array.cpp | 2203 int64_t final = 0; in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 190 Label final(env); in Unshift() local
|