/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | native_area_allocator.cpp | 68 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 D | heap_region_allocator.cpp | 86 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 D | base64.h | 58 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 D | ohos_pkg_args.h | 291 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 D | meta.cpp | 32 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 D | meta.h | 39 INVALID_VALUE, member in panda::pandasm::Metadata::Error::Type
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | meta.cpp | 32 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 D | meta.h | 39 INVALID_VALUE, member in ark::pandasm::Metadata::Error::Type
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | config.h | 106 constexpr int INVALID_VALUE = 0x7; member
|
/arkcompiler/ets_runtime/ecmascript/shared_mm/ |
H A D | shared_mm.cpp | 94 if (memset_s(ptr, size, INVALID_VALUE, size) != EOK) { in AllocateBuffer()
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
H A D | debug_interface.h | 62 INVALID_VALUE, member in ark::tooling::Error::Type
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
H A D | debugger.cpp | 276 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 D | js_pandafile_manager.cpp | 640 if (memset_s(ptr, size, INVALID_VALUE, size) != EOK) { in AllocateBuffer()
|