Home
last modified time | relevance | path

Searched defs:valid (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h69 bool valid = true; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h66 bool valid = true; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion.cpp396 bool valid = true; in PropagateRelocs() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp353 …bool valid = JSObject::IsCompatiblePropertyDescriptor(targetHandle->IsExtensible(thread), resultDe… in GetOwnProperty() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.cpp525 bool valid = true; in FinalizeLoopsWithPhiCands() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp505 Label valid(env); in HasOwnProperty() local
Dbuiltins_typedarray_stub_builder.cpp3296 Label valid(env); in AllocateTypedArrayBuffer() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …t="utf8"),!Buffer.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');… property