Home
last modified time | relevance | path

Searched refs:NO_MOVE_SEMANTIC (Results 1 – 25 of 268) sorted by relevance

1234567891011

/arkcompiler/toolchain/tooling/base/
Dpt_returns.h33 NO_MOVE_SEMANTIC(PtBaseReturns);
46 NO_MOVE_SEMANTIC(EnableReturns);
63 NO_MOVE_SEMANTIC(SetBreakpointByUrlReturns);
81 NO_MOVE_SEMANTIC(GetPossibleAndSetBreakpointByUrlReturns);
98 NO_MOVE_SEMANTIC(EvaluateOnCallFrameReturns);
116 NO_MOVE_SEMANTIC(GetPossibleBreakpointsReturns);
133 NO_MOVE_SEMANTIC(GetScriptSourceReturns);
150 NO_MOVE_SEMANTIC(RestartFrameReturns);
165 NO_MOVE_SEMANTIC(SearchInContentReturns);
181 NO_MOVE_SEMANTIC(SetBreakpointReturns);
[all …]
Dpt_params.h33 NO_MOVE_SEMANTIC(PtBaseParams);
55 NO_MOVE_SEMANTIC(EnableParams);
79 NO_MOVE_SEMANTIC(EvaluateOnCallFrameParams);
128 NO_MOVE_SEMANTIC(GetPossibleBreakpointsParams);
149 NO_MOVE_SEMANTIC(GetScriptSourceParams);
168 NO_MOVE_SEMANTIC(RemoveBreakpointParams);
192 NO_MOVE_SEMANTIC(ResumeParams);
211 NO_MOVE_SEMANTIC(SetAsyncCallStackDepthParams);
229 NO_MOVE_SEMANTIC(SetBlackboxPatternsParams);
302 NO_MOVE_SEMANTIC(SetBreakpointByUrlParams);
[all …]
Dpt_events.h37 NO_MOVE_SEMANTIC(PtBaseEvents);
75 NO_MOVE_SEMANTIC(BreakpointResolved);
197 NO_MOVE_SEMANTIC(Paused);
218 NO_MOVE_SEMANTIC(Resumed);
277 NO_MOVE_SEMANTIC(NativeCalling);
517 NO_MOVE_SEMANTIC(ScriptFailedToParse);
785 NO_MOVE_SEMANTIC(ScriptParsed);
824 NO_MOVE_SEMANTIC(AddHeapSnapshotChunk);
891 NO_MOVE_SEMANTIC(ConsoleProfileFinished);
950 NO_MOVE_SEMANTIC(ConsoleProfileStarted);
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h71 NO_MOVE_SEMANTIC(RegExpOpCode);
102 NO_MOVE_SEMANTIC(SaveStartOpCode);
112 NO_MOVE_SEMANTIC(SaveEndOpCode);
122 NO_MOVE_SEMANTIC(CharOpCode);
133 NO_MOVE_SEMANTIC(GotoOpCode);
143 NO_MOVE_SEMANTIC(SplitNextOpCode);
153 NO_MOVE_SEMANTIC(SplitFirstOpCode);
163 NO_MOVE_SEMANTIC(PushOpCode);
173 NO_MOVE_SEMANTIC(PopOpCode);
183 NO_MOVE_SEMANTIC(PushCharOpCode);
[all …]
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.h87 NO_MOVE_SEMANTIC(Mutex);
99 NO_MOVE_SEMANTIC(RecursiveMutex);
122 NO_MOVE_SEMANTIC(RWLock);
144 NO_MOVE_SEMANTIC(ConditionVariable);
174 NO_MOVE_SEMANTIC(LockHolder);
198 NO_MOVE_SEMANTIC(ReadLockHolder);
222 NO_MOVE_SEMANTIC(WriteLockHolder);
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.h35 NO_MOVE_SEMANTIC(RegScope);
53 NO_MOVE_SEMANTIC(LocalRegScope);
67 NO_MOVE_SEMANTIC(LoopRegScope);
81 NO_MOVE_SEMANTIC(FunctionRegScope);
DcompileQueue.h40 NO_MOVE_SEMANTIC(CompileFunctionJob);
64 NO_MOVE_SEMANTIC(CompileModuleRecordJob);
80 NO_MOVE_SEMANTIC(CompileFileJob);
100 NO_MOVE_SEMANTIC(CompileFuncQueue);
118 NO_MOVE_SEMANTIC(CompileFileQueue);
DdynamicContext.h41 NO_MOVE_SEMANTIC(DynamicContext);
90 NO_MOVE_SEMANTIC(LabelContext);
107 NO_MOVE_SEMANTIC(LexEnvContext);
128 NO_MOVE_SEMANTIC(IteratorContext);
158 NO_MOVE_SEMANTIC(DestructuringIteratorContext);
198 NO_MOVE_SEMANTIC(TryContext);
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.h60 NO_MOVE_SEMANTIC(SparseSpace);
132 NO_MOVE_SEMANTIC(OldSpace);
191 NO_MOVE_SEMANTIC(NonMovableSpace);
199 NO_MOVE_SEMANTIC(AppSpawnSpace);
210 NO_MOVE_SEMANTIC(LocalSpace);
223 NO_MOVE_SEMANTIC(MachineCodeSpace); // Note: Expand() left for define
Dlinear_space.h26 NO_MOVE_SEMANTIC(LinearSpace);
80 NO_MOVE_SEMANTIC(SemiSpace);
117 NO_MOVE_SEMANTIC(SnapshotSpace);
154 NO_MOVE_SEMANTIC(ReadOnlySpace);
Dallocator.h33 NO_MOVE_SEMANTIC(Allocator);
41 NO_MOVE_SEMANTIC(BumpPointerAllocator);
87 NO_MOVE_SEMANTIC(FreeListAllocator);
/arkcompiler/runtime_core/libpandabase/trace/
Dtrace.h84 NO_MOVE_SEMANTIC(ScopedTrace);
102 NO_MOVE_SEMANTIC(ScopeTraceStremHelperBegin);
117 NO_MOVE_SEMANTIC(ScopeTraceStremHelperEnd);
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.h31 NO_MOVE_SEMANTIC(EmitSingleAbcJob);
47 NO_MOVE_SEMANTIC(EmitMergedAbcJob);
61 NO_MOVE_SEMANTIC(EmitCacheJob);
81 NO_MOVE_SEMANTIC(EmitFileQueue);
/arkcompiler/runtime_core/libpandafile/
Dannotation_data_accessor.h36 NO_MOVE_SEMANTIC(Elem);
65 NO_MOVE_SEMANTIC(Tag);
80 NO_MOVE_SEMANTIC(AnnotationDataAccessor);
Dcode_data_accessor.h32 NO_MOVE_SEMANTIC(TryBlock);
81 NO_MOVE_SEMANTIC(CatchBlock);
116 NO_MOVE_SEMANTIC(CodeDataAccessor);
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h80 NO_MOVE_SEMANTIC(DispatcherImpl);
88 NO_MOVE_SEMANTIC(HeapProfilerImpl);
149 NO_MOVE_SEMANTIC(HeapProfilerStream);
166 NO_MOVE_SEMANTIC(HeapProfilerProgress);
Dtracing_impl.h53 NO_MOVE_SEMANTIC(DispatcherImpl);
75 NO_MOVE_SEMANTIC(TracingImpl);
/arkcompiler/ets_frontend/es2panda/util/
DworkerQueue.h32 NO_MOVE_SEMANTIC(WorkerJob);
50 NO_MOVE_SEMANTIC(WorkerQueue);
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_interface.h92 NO_MOVE_SEMANTIC(PtHooks);
140 NO_MOVE_SEMANTIC(JSDebugInterface);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.h60 NO_MOVE_SEMANTIC(HeapTrackerSample);
95 NO_MOVE_SEMANTIC(HeapTracker);
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h115 NO_MOVE_SEMANTIC(Mutex);
134 NO_MOVE_SEMANTIC(RecursiveMutex);
261 NO_MOVE_SEMANTIC(RWLock);
298 NO_MOVE_SEMANTIC(ConditionVariable);
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.h34 NO_MOVE_SEMANTIC(WaiterListNode);
80 NO_MOVE_SEMANTIC(Singleton);
/arkcompiler/runtime_core/compiler/optimizer/
Dpass.h79 NO_MOVE_SEMANTIC(Pass);
113 NO_MOVE_SEMANTIC(Analysis);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.h38 NO_MOVE_SEMANTIC(VnObject);
93 NO_MOVE_SEMANTIC(ValNum);
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h131 NO_MOVE_SEMANTIC(Message);
331 NO_MOVE_SEMANTIC(Logger);
349 NO_MOVE_SEMANTIC(FileLogger);
371 NO_MOVE_SEMANTIC(FastFileLogger);
390 NO_MOVE_SEMANTIC(HiLogger);
414 NO_MOVE_SEMANTIC(StderrLogger);
433 NO_MOVE_SEMANTIC(DummyLogger);

1234567891011