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.h67 bool valid = true; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h66 bool valid = true; variable
/arkcompiler/runtime_core/verifier/
Dverifier.cpp500 bool valid = true; in IsJumpInstruction() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.cpp518 bool valid = true; in FinalizeLoopsWithPhiCands() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp355 …bool valid = JSObject::IsCompatiblePropertyDescriptor(targetHandle->IsExtensible(thread), resultDe… in GetOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp1652 …bool valid = MemEntry::ComputeMemEntry(*(memsetCallStmt->Opnd(dstOpndIdx)), *func, dstMemEntry, is… in SimplifyMemset() local
1737 bool valid = MemEntry::ComputeMemEntry(*stmt.Opnd(dstOpndIdx), *func, dstMemEntry, isLowLevel); in SimplifyMemcpy() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp716 Label valid(env); in HasOwnProperty() 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