Home
last modified time | relevance | path

Searched defs:final (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h28 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/
Dframe_builder.h77 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/
Dgate_matchers.h159 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/
Dframe_builder.h39 ServerFrameBuilder(bool final, FrameType opcode) : fin_(final), opcode_(opcode) in ServerFrameBuilder()
Dframe_builder.cpp107 ClientFrameBuilder::ClientFrameBuilder(bool final, FrameType opcode, const uint8_t maskingKey[WebSo… in ClientFrameBuilder()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1346 uint32_t final = relativeEnd < 0 ? in Slice() local
Dbuiltins_typedarray.cpp1459 uint32_t final = relativeEnd < 0 ? in Slice() local
Dbuiltins_shared_array.cpp1573 int64_t final = 0; in Slice() local
Dbuiltins_array.cpp2203 int64_t final = 0; in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp190 Label final(env); in Unshift() local