Home
last modified time | relevance | path

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

/arkcompiler/jsvm/src/
Djsvm_env.h32 struct JSVM_Env__ final { struct
34 explicit JSVM_Env__(v8::Local<v8::Context> context, int32_t apiVersion) in JSVM_Env__()
43 int32_t GetVersion() in GetVersion()
48 using Callback = std::function<void(JSVM_Env)>;
50 inline void RequestInterrupt(Callback cb) in RequestInterrupt()
62 jsvm::InspectorAgent* GetInspectorAgent() in GetInspectorAgent()
69 inline v8::Local<v8::Context> context() const in context()
74 bool CanCallIntoJS() const in CanCallIntoJS()
79 static inline void HandleThrow(JSVM_Env env, v8::Local<v8::Value> value) in HandleThrow()
111 // Call finalizer immediately. argument
[all …]
/arkcompiler/ets_frontend/ets2panda/evaluate/
DdebugInfoStorage.h35 struct FileDebugInfo final { struct
58 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/runtime/tooling/inspector/
Ddebuggable_thread.h35 struct SuspensionCallbacks final { struct
36 …::function<void(ObjectRepository &, const std::vector<BreakpointId> &, ObjectHeader *)> preSuspend;
37 …:function<void(ObjectRepository &, const std::vector<BreakpointId> &, ObjectHeader *)> postSuspend;
38 std::function<void()> preWaitSuspension;
39 std::function<void()> postWaitSuspension;
40 std::function<void()> preResume;
41 std::function<void()> postResume;
/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/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.cpp1458 uint32_t final = relativeEnd < 0 ? in Slice() local
Dbuiltins_shared_array.cpp1717 int64_t final = GetNumberArgVal(thread, argv, 1, len, len); in Slice() local
Dbuiltins_array.cpp2227 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