Home
last modified time | relevance | path

Searched refs:INVALID_VALUE (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dnative_area_allocator.cpp68 if (memset_s(area, size, INVALID_VALUE, size) != EOK) { // LOCV_EXCL_BR_LINE in FreeArea()
84 if (memset_s(mem, size, INVALID_VALUE, size) != EOK) { // LOCV_EXCL_BR_LINE in Free()
107 if (memset_s(ptr, size, INVALID_VALUE, size) != EOK) { // LOCV_EXCL_BR_LINE in AllocateBuffer()
125 if (memset_s(mem, size, INVALID_VALUE, size) != EOK) { // LOCV_EXCL_BR_LINE in FreeBuffer()
H A Dheap_region_allocator.cpp86 if (memset_s(ToVoidPtr(allocateBase), size, INVALID_VALUE, size) != EOK) { // LOCV_EXCL_BR_LINE in FreeRegion()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
H A Dbase64.h58 if (decoded == INVALID_VALUE) { in Decode()
97 return INVALID_VALUE; in DecodeChar()
126 static constexpr uint8_t INVALID_VALUE = 255U; member in ark::tooling::inspector::final
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pkg_args.h291 return !bundleName_.empty() && !moduleName_.empty() && !pkgPath_.empty() && (abcOffset_ != INVALID_VALUE) && in Valid()
292 (abcSize_ != INVALID_VALUE); in Valid()
464 static constexpr uint32_t INVALID_VALUE = std::numeric_limits<uint32_t>::max(); member in panda::ecmascript::kungfu::OhosPkgArgs
471 uint32_t abcOffset_ {INVALID_VALUE};
472 uint32_t abcSize_ {INVALID_VALUE};
473 uint32_t bundleUid_ {INVALID_VALUE};
474 uint32_t processUid_ {INVALID_VALUE};
/arkcompiler/runtime_core/assembler/
H A Dmeta.cpp32 return Error("Unsigned integer value expected", Error::Type::INVALID_VALUE); in ValidateSize()
37 return Error("Value is out of range", Error::Type::INVALID_VALUE); in ValidateSize()
120 return Unexpected(Metadata::Error("Excepted integer literal", Metadata::Error::Type::INVALID_VALUE)); in ConvertFromString()
125 return Unexpected(Metadata::Error("Value is out of range", Metadata::Error::Type::INVALID_VALUE)); in ConvertFromString()
142 return Unexpected(Metadata::Error("Value is out of range", Metadata::Error::Type::INVALID_VALUE)); in CreatePrimitiveValue()
201 return Unexpected(Metadata::Error("Unknown annotation id", Metadata::Error::Type::INVALID_VALUE));
H A Dmeta.h39 INVALID_VALUE, member in panda::pandasm::Metadata::Error::Type
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.cpp32 return Error("Unsigned integer value expected", Error::Type::INVALID_VALUE); in ValidateSize()
37 return Error("Value is out of range", Error::Type::INVALID_VALUE); in ValidateSize()
121 return Unexpected(Metadata::Error("Excepted integer literal", Metadata::Error::Type::INVALID_VALUE)); in ConvertFromString()
126 return Unexpected(Metadata::Error("Value is out of range", Metadata::Error::Type::INVALID_VALUE)); in ConvertFromString()
143 return Unexpected(Metadata::Error("Value is out of range", Metadata::Error::Type::INVALID_VALUE)); in CreatePrimitiveValue()
203 return Unexpected(Metadata::Error("Unknown annotation id", Metadata::Error::Type::INVALID_VALUE));
H A Dmeta.h39 INVALID_VALUE, member in ark::pandasm::Metadata::Error::Type
/arkcompiler/ets_runtime/ecmascript/base/
H A Dconfig.h106 constexpr int INVALID_VALUE = 0x7; member
/arkcompiler/ets_runtime/ecmascript/shared_mm/
H A Dshared_mm.cpp94 if (memset_s(ptr, size, INVALID_VALUE, size) != EOK) { in AllocateBuffer()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h62 INVALID_VALUE, member in ark::tooling::Error::Type
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp276 Error(Error::Type::INVALID_VALUE, std::string("Static native method, no this address slot, threadId=" + in GetThisVariableByFrame()
302 return Error(Error::Type::INVALID_VALUE, in GetThisVariableByFrame()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp640 if (memset_s(ptr, size, INVALID_VALUE, size) != EOK) { in AllocateBuffer()

Completed in 11 milliseconds