Home
last modified time | relevance | path

Searched defs:move (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
H A DInheritanceTest.java36 public void move() { in move() method in Vehicle
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.h47 Value(Value &&rhs) noexcept: value_(std::move(rhs.value_)) in move() function in panda::JsonObject::Value
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_napi_env.cpp47 : EtsEnv {napi::GetNativeInterface()}, coroutine_(coroutine), referenceStorage_(std::move(referenceStorage)) in PandaEtsNapiEnv() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dsafe_ptr.h62 SafePtr(SafePtr &&other) noexcept : base(std::move(other.base)) {} in move() function in maple::utils::SafePtr
H A Dmpl_number.h42 Number(Number &&num) noexcept : val(std::move(num.val)) {} in move() function in maple::utils::Number
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dref_vector.h90 ref_vector(ref_vector &&other) noexcept : base(std::move(other)) {} in move() function in maple::utils::ref_vector
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.cpp170 pandasm::Ins move; in EncodeSpillFillData() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcodegen.cpp217 pandasm::Ins move; in EncodeSpillFillData() local

Completed in 7 milliseconds