| /arkcompiler/jsvm/src/ |
| D | jsvm_env.h | 34 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/ |
| D | debuggable_thread.h | 37 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/ |
| D | debuggable_thread.h | 37 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/ |
| D | debugInfoStorage.h | 39 struct FileDebugInfo final { struct 62 class DebugInfoStorage final { argument
|
| D | importExportTable.h | 23 struct EntityInfo final { struct 32 class ImportExportTable final { argument
|
| D | irCheckHelper.h | 48 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/ |
| D | frame_builder.h | 78 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/ |
| 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/runtime_core/libabckit/src/ |
| D | ir_impl.h | 32 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/ |
| D | fix_heap.h | 45 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/ |
| D | ets_arraybuffer.h | 232 struct FinalizationInfo final { struct 247 * @param finalizerFunction user-provided function to call upon finalization. argument
|
| /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/jsvm/src/inspector/ |
| D | inspector_socket.cpp | 295 bool final = (firstByte & K_FINAL_BIT) != 0; in DecodeFrameHybi17() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 1373 uint32_t final = relativeEnd < 0 ? in Slice() local
|
| D | builtins_typedarray.cpp | 1434 uint32_t final = relativeEnd < 0 ? in Slice() local
|
| D | builtins_shared_array.cpp | 1710 int64_t final = GetNumberArgVal(thread, argv, 1, len, len); in Slice() local
|
| D | builtins_array.cpp | 2191 int64_t final = 0; in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 44 Label final(env); in UnshiftOptimised() local
|