| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.h | 54 : id_(id), locations_(std::move(locations)) in SetBreakpointByUrlReturns() 73 : result_(std::move(result)), exceptionDetails_(std::move(exceptionDetails)) in result_() 90 : locations_(std::move(locations)) in GetPossibleBreakpointsReturns() 107 : scriptSource_(scriptSource), bytecode_(std::move(bytecode)) in scriptSource_() 125 : callFrames_(std::move(callFrames)) in RestartFrameReturns() 140 …archInContentReturns(std::vector<std::unique_ptr<SearchMatch>> result) : result_(std::move(result)) in SearchInContentReturns() 156 : breakpointId_(id), location_(std::move(location)) in SetBreakpointReturns() 189 : callFrames_(std::move(callFrames)), in callFrames_() 191 exceptionDetails_(std::move(exceptionDetails)) in callFrames_() 212 : result_(std::move(descriptor)), in result_() [all …]
|
| D | pt_params.cpp | 57 paramsObject->expression_ = std::move(expression); in Create() 64 paramsObject->objectGroup_ = std::move(objectGroup); in Create() 124 paramsObject->start_ = std::move(location); in Create() 136 paramsObject->end_ = std::move(location); in Create() 188 paramsObject->breakpointId_ = std::move(breakpointId); in Create() 291 paramsObject->url_ = std::move(url); in Create() 298 paramsObject->urlRegex_ = std::move(urlRegex); in Create() 305 paramsObject->scriptHash_ = std::move(scriptHash); in Create() 319 paramsObject->condition_ = std::move(condition); in Create() 377 listLocation.emplace_back(std::move(obj)); in Create() [all …]
|
| D | pt_types.cpp | 682 remoteObject->type_ = std::move(type); in Create() 694 remoteObject->subType_ = std::move(subType); in Create() 705 remoteObject->className_ = std::move(className); in Create() 713 remoteObject->unserializableValue_ = std::move(unserializableValue); in Create() 721 remoteObject->description_ = std::move(description); in Create() 783 exceptionDetails->text_ = std::move(text); in Create() 815 exceptionDetails->url_ = std::move(url); in Create() 827 exceptionDetails->exception_ = std::move(obj); in Create() 884 internalPropertyDescriptor->name_ = std::move(name); in Create() 896 internalPropertyDescriptor->value_ = std::move(obj); in Create() [all …]
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_returns_test.cpp | 79 locations.emplace_back(std::move(location)); in HWTEST_F_L0() 81 = std::make_unique<SetBreakpointByUrlReturns>("11", std::move(locations)); in HWTEST_F_L0() 100 … = std::make_unique<EvaluateOnCallFrameReturns>(std::move(result), std::move(exceptionDetails)); in HWTEST_F_L0() 120 locations.emplace_back(std::move(breakLocation)); in HWTEST_F_L0() 122 … <GetPossibleBreakpointsReturns>(std::move(locations)); in HWTEST_F_L0() 156 callFrame->SetLocation(std::move(location)); in HWTEST_F_L0() 157 callFrame->SetThis(std::move(res)); in HWTEST_F_L0() 158 callFrames.emplace_back(std::move(callFrame)); in HWTEST_F_L0() 160 … <RestartFrameReturns>(std::move(callFrames)); in HWTEST_F_L0() 172 … = std::make_unique<SetBreakpointReturns>("breakpointId_1", std::move(location)); in HWTEST_F_L0() [all …]
|
| D | runtime_impl_test.cpp | 60 …auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl… in HWTEST_F_L0() 83 …auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl… in HWTEST_F_L0() 102 …auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl… in HWTEST_F_L0() 121 …auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl… in HWTEST_F_L0() 140 …auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl… in HWTEST_F_L0() 164 …auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl… in HWTEST_F_L0() 189 …auto dispatcherImpl = std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtimeImpl… in HWTEST_F_L0()
|
| D | profiler_impl_test.cpp | 169 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 191 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 209 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 227 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 248 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 266 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 288 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 306 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 324 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() 342 … auto dispatcherImpl = std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(tracing)); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | typeExtractorEmitter.cpp | 64 typedInsns.emplace_back(std::move(insnOrder)); in GenFunctionTypeInfo() 66 typedInsns.emplace_back(std::move(insnType)); in GenFunctionTypeInfo() 79 funcTypeAnnotation.AddElement(std::move(funcTypeAnnotationElement)); in GenFunctionTypeInfo() 100 symbolElements.emplace_back(std::move(symbol)); in GenTypeInfo() 102 symbolTypeElements.emplace_back(std::move(symbolType)); in GenTypeInfo() 110 funcTypeAnnotation.AddElement(std::move(funcSymbolsElements)); in GenTypeInfo() 111 funcTypeAnnotation.AddElement(std::move(funcSymbolTypeElement)); in GenTypeInfo() 138 typeInfoRecord.field_list.emplace_back(std::move(typeFlagField)); in GenTypeInfoRecord() 145 typeInfoRecord.field_list.emplace_back(std::move(typeSummaryIndexField)); in GenTypeInfoRecord() 157 auto literalArrayInstance = panda::pandasm::LiteralArray(std::move(buf)); in GenTypeLiteralBuffers() [all …]
|
| D | commonjs.cpp | 30 rec_->field_list.emplace_back(std::move(isCommonJsField)); in SetCommonjsField() 42 commonjsRecord.field_list.emplace_back(std::move(isCommonJsField)); in GenCommonjsRecord() 44 prog_->record_table.emplace(commonjsRecord.name, std::move(commonjsRecord)); in GenCommonjsRecord()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unique_fd_test.cpp | 45 auto fd_e = std::move(fd_a); 46 auto fd_f = std::move(fd_b); 47 auto fd_g = std::move(fd_c); 48 auto fd_h = std::move(fd_d); 72 fd_e = std::move(fd_a); 73 fd_f = std::move(fd_b); 74 fd_g = std::move(fd_c); 75 fd_h = std::move(fd_d);
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | expected.h | 29 explicit Unexpected(E e) noexcept(std::is_nothrow_move_constructible_v<E>) : e_(std::move(e)) {} in Unexpected() 41 return std::move(e_); in Value() 74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept() 76 …Expected(Unexpected<E> e) noexcept(std::is_nothrow_move_constructible_v<E>) : v_(std::move(e.Value… in noexcept() 100 return std::move(std::get<E>(v_)); in Error() 118 return std::move(std::get<T>(v_)); in Value() 130 return std::move(*this).Value(); in noexcept()
|
| D | json_parser.cpp | 93 Key key(std::move(*parsed_temp_.Get<StringT>())); in InsertKeyValuePairIn() 100 Value value(std::move(parsed_temp_)); in InsertKeyValuePairIn() 104 bool is_inserted = obj->values_map_.try_emplace(key, std::move(value)).second; in InsertKeyValuePairIn() 110 obj->string_map_.try_emplace(key, std::move(string_temp_)); in InsertKeyValuePairIn() 207 parsed_temp_.SetValue(std::move(string)); in GetString() 277 parsed_temp_.SetValue(std::move(inner_obj_ptr)); in GetValue() 308 parsed_temp_.SetValue(std::move(temp)); in GetArray() 316 temp.push_back(std::move(parsed_temp_)); in GetArray() 323 parsed_temp_.SetValue(std::move(temp)); in GetArray()
|
| /arkcompiler/runtime_core/dprof/libdprof/dprof/ |
| D | profiling_data.cpp | 32 features_data_map_.emplace(std::pair(featureName, std::move(data))); in SetFeatureDate() 49 ipc::Message msgVersion(ipc::Message::Id::VERSION, std::move(versionData)); in DumpAndResetFeatures() 59 ipc::Message msgAppInfo(ipc::Message::Id::APP_INFO, std::move(appInfoData)); in DumpAndResetFeatures() 69 tmp_data.data = std::move(kv.second); in DumpAndResetFeatures() 74 ipc::Message msgFeatureData(ipc::Message::Id::FEATURE_DATA, std::move(featureData)); in DumpAndResetFeatures()
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_parametric.cpp | 29 Index<TypeNum> num = GetTypeSystem().FindNum({Sort_, std::move(params)}); in operator []() 35 auto num = GetTypeSystem().FindNumOrCreate({Sort_, std::move(params)}); in operator ()() 44 return operator[](std::move(params_idx)); in operator []() 50 return operator()(std::move(params_idx)); in operator ()()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 164 stubFile_ = std::move(value); in SetStubFile() 204 targetTriple_ = std::move(value); in SetTargetTriple() 413 asmOpcodeDisableRange_ = std::move(value); in SetAsmOpcodeDisableRange() 452 compilerLogOpt_ = std::move(value); in SetCompilerLogOption() 468 compilerLogMethods_ = std::move(value); in SetMethodsListForLog() 565 snapshotFile_ = std::move(value); in SetSnapshotFile() 580 frameworkAbcFile_ = std::move(value); in SetFrameworkAbcFile() 595 icuDataPath_ = std::move(value); in SetIcuDataPath() 676 logLevel_ = std::move(value); in SetLogLevel() 691 logComponents_ = std::move(value); in SetLogComponents() [all …]
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 35 - title: Dynamic move register-to-register 37 Move 'any' values between registers 50 Move 'any' value from register to accumulator 63 Move 'any' value from accumulator to register 76 Move immediate as 'any' value to accumulator
|
| /arkcompiler/runtime_core/runtime/ |
| D | loadable_agent.cpp | 24 library_path_(std::move(libraryPath)), in LibraryAgent() 25 load_callback_name_(std::move(loadCallbackName)), in LibraryAgent() 26 unload_callback_name_(std::move(unloadCallbackName)) in LibraryAgent() 59 handle_ = std::move(handle.Value()); in Load()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeCreation.cpp | 65 return CreateUnionType(std::move(newConstituentTypes)); in CreateUnionType() 121 auto *newUnionType = allocator_->New<UnionType>(std::move(newConstituentTypes)); in CreateUnionType() 158 …return allocator_->New<TupleType>(desc, std::move(elementFlags), combinedFlags, minLength, fixedLe… in CreateTupleType() 168 …return allocator_->New<TupleType>(desc, std::move(elementFlags), combinedFlags, minLength, fixedLe… in CreateTupleType() 169 readonly, std::move(namedMembers)); in CreateTupleType() 172 …return allocator_->New<TupleType>(desc, std::move(elementFlags), combinedFlags, minLength, fixedLe… in CreateTupleType()
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 85 params_ = std::move(params); in DispatchRequest() 138 std::make_unique<ProfilerImpl::DispatcherImpl>(channel, std::move(profiler)); in Dispatcher() 143 std::make_unique<HeapProfilerImpl::DispatcherImpl>(channel, std::move(heapProfiler)); in Dispatcher() 147 std::make_unique<TracingImpl::DispatcherImpl>(channel, std::move(tracing)); in Dispatcher() 153 std::make_unique<RuntimeImpl::DispatcherImpl>(channel, std::move(runtime)); in Dispatcher() 155 std::make_unique<DebuggerImpl::DispatcherImpl>(channel, std::move(debugger)); in Dispatcher()
|
| /arkcompiler/runtime_core/verification/config/options/ |
| D | method_options.h | 148 opts.IfInMsgClassThen(num, MethodOption::MsgClass::ERROR, std::move(handler)); in IfError() 154 opts.IfNotInMsgClassThen(num, MethodOption::MsgClass::ERROR, std::move(handler)); in IfNotError() 160 opts.IfInMsgClassThen(num, MethodOption::MsgClass::WARNING, std::move(handler)); in IfWarning() 166 opts.IfNotInMsgClassThen(num, MethodOption::MsgClass::WARNING, std::move(handler)); in IfNotWarning() 172 opts.IfInMsgClassThen(num, MethodOption::MsgClass::HIDDEN, std::move(handler)); in IfHidden() 178 opts.IfNotInMsgClassThen(num, MethodOption::MsgClass::HIDDEN, std::move(handler)); in IfNotHidden() 194 opts.IfInMsgClassThen(num, klass, std::move(handler)); in If() 200 opts.IfNotInMsgClassThen(num, klass, std::move(handler)); in IfNot()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | moduleHelpers.cpp | 40 … auto *cache = allocator->New<util::ProgramCache>(hash, std::move(cacheProgramInfo->program)); in CompileNpmModuleEntryList() 61 entryRecord->field_list.emplace_back(std::move(entryNameField)); in CompileNpmModuleEntryList() 62 prog->record_table.emplace(recordName, std::move(*entryRecord)); in CompileNpmModuleEntryList() 65 auto *cache = allocator->New<util::ProgramCache>(hash, std::move(*prog), true); in CompileNpmModuleEntryList()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | move_constants_closer_to_usage_doc.md | 1 # Move constants closer to usage 16 Before register allocation for each constant try to move it closer to usage: 17 - If there is no Phi instruction among users and all users are located in the same block move const… 18 - Otherwise move constant to closest common dominating block 82 MOVE r1 -> r1
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | endpoint.h | 51 methodHandlers_[method] = std::move(handler); in OnCall() 59 resultHandlers_[id] = std::move(handler); in OnResult() 87 call.AddProperty("params", std::move(params)); 131 auto message = std::move(builder).Build(); in Send()
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyProgramProto.cpp | 63 program.record_table.insert({name, std::move(record)}); in Deserialize() 72 program.function_table.insert({name, std::move(*function)}); in Deserialize() 80 program.literalarray_table.insert({name, std::move(literalArray)}); in Deserialize() 89 program.array_types.insert(std::move(arrayType)); in Deserialize()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | runtime_impl.cpp | 84 GetPropertiesReturns result(std::move(outPropertyDesc), in GetProperties() 85 std::move(outInternalDescs), in GetProperties() 86 std::move(outPrivateProperties), in GetProperties() 87 std::move(outExceptionDetails)); in GetProperties() 111 CallFunctionOnReturns result(std::move(outRemoteObject), std::move(outExceptionDetails)); in CallFunctionOn() 268 outPropertyDesc->emplace_back(std::move(debuggerProperty)); in GetProperties() 345 .SetValue(std::move(remoteObjectTypedArray)); in AddTypedArrayRef() 346 outPropertyDesc->emplace_back(std::move(debuggerProperty)); in AddTypedArrayRef() 374 .SetValue(std::move(protoObj)); in GetProtoOrProtoType() 375 outPropertyDesc->emplace_back(std::move(debuggerProperty)); in GetProtoOrProtoType() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator-inl.h | 27 // Move regions with a survival rate of more than 75% to new space 52 // Keep oldtonewrset when object move fromspace to tospace in UpdateOldToNewObjectSlot() 62 // move region from fromspace to tospace in UpdateOldToNewObjectSlot() 147 unit = std::move(workloads_.back()); in GetWorkloadSafe() 155 workloads_.emplace_back(std::move(region)); in AddWorkload()
|