Home
last modified time | relevance | path

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

/arkcompiler/jsvm/src/
Djsvm_env.h34 struct JSVM_Env__ final { struct
36 explicit JSVM_Env__(v8::Local<v8::Context> context, int32_t apiVersion) in JSVM_Env__()
45 int32_t GetVersion() in GetVersion()
50 using Callback = std::function<void(JSVM_Env)>;
52 inline void RequestInterrupt(Callback cb) in RequestInterrupt()
64 jsvm::InspectorAgent* GetInspectorAgent() in GetInspectorAgent()
71 inline v8::Local<v8::Context> context() const in context()
76 bool CanCallIntoJS() const in CanCallIntoJS()
81 static inline void HandleThrow(JSVM_Env env, v8::Local<v8::Value> value) in HandleThrow()
113 // Call finalizer immediately. argument
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebuggable_thread.h37 struct SuspensionCallbacks final { struct
38 …::function<void(ObjectRepository &, const std::vector<BreakpointId> &, ObjectHeader *)> preSuspend;
40 postSuspend;
41 std::function<void()> preWaitSuspension;
42 std::function<void()> postWaitSuspension;
43 std::function<void()> preResume;
44 std::function<void()> postResume;
/arkcompiler/toolchain/tooling/static/debugger/
Ddebuggable_thread.h37 struct SuspensionCallbacks final { struct
38 …::function<void(ObjectRepository &, const std::vector<BreakpointId> &, ObjectHeader *)> preSuspend;
40 postSuspend;
41 std::function<void()> preWaitSuspension;
42 std::function<void()> postWaitSuspension;
43 std::function<void()> preResume;
44 std::function<void()> postResume;
/arkcompiler/ets_frontend/ets2panda/evaluate/
DdebugInfoStorage.h39 struct FileDebugInfo final { struct
62 class DebugInfoStorage final { argument
DimportExportTable.h23 struct EntityInfo final { struct
32 class ImportExportTable final { argument
DirCheckHelper.h48 struct ScopedAstNode final { struct
49 ScopedAstNode(parser::Program *p, varbinder::Scope *s, ir::AstNode *parent, ir::AstNode *n) in ScopedAstNode()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_builder.h78 struct AMD64FrameBuilder final : FrameBuilderInterface { struct
96 struct ARM64FrameBuilder final : FrameBuilderInterface { argument
97 ARM64FrameBuilder(FrameInfo frameInfo, ConstantPoolHandler handler) in ARM64FrameBuilder()
109 void operator=(const ARM64FrameBuilder &) = delete;
111 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/runtime_core/libabckit/src/
Dir_impl.h32 struct AbckitIrInterface final { struct
33 AbckitIrInterface(std::unordered_map<uint32_t, std::string> methodsArg, in AbckitIrInterface()
52 std::unordered_map<uint32_t, std::string> methods;
53 std::unordered_map<uint32_t, std::string> fields;
54 std::unordered_map<uint32_t, std::string> classes;
55 std::unordered_map<uint32_t, std::string> strings;
56 std::unordered_map<uint32_t, std::string> literalarrays;
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfix_heap.h45 struct FixHeapTask final { struct
46 RegionDesc *region;
47 FixRegionType type;
49 FixHeapTask(RegionDesc *region, FixRegionType type) noexcept : region(region), type(type) {} in FixHeapTask()
53 FixHeapTask &operator=(const FixHeapTask &) = delete;
57 FixHeapTask &operator=(FixHeapTask &&) = default;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer.h232 struct FinalizationInfo final { struct
247 * @param finalizerFunction user-provided function to call upon finalization. argument
/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/jsvm/src/inspector/
Dinspector_socket.cpp295 bool final = (firstByte & K_FINAL_BIT) != 0; in DecodeFrameHybi17() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1373 uint32_t final = relativeEnd < 0 ? in Slice() local
Dbuiltins_typedarray.cpp1434 uint32_t final = relativeEnd < 0 ? in Slice() local
Dbuiltins_shared_array.cpp1710 int64_t final = GetNumberArgVal(thread, argv, 1, len, len); in Slice() local
Dbuiltins_array.cpp2191 int64_t final = 0; in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp44 Label final(env); in UnshiftOptimised() local