Home
last modified time | relevance | path

Searched full:verify (Results 1 – 25 of 84) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/optimizer/templates/
DIR-instructions.md.erb28 verify = (inst.respond_to? 'verification') ? inst.verification : []
31 verify << "users.contain(#{ null_check_users.map { |x| x.opcode }.join(', ')})"
33 verify << "users.contain(#{ zero_check_users.map { |x| x.opcode }.join(', ')})"
35 verify << "users.contain(#{ bounds_check_users.map { |x| x.opcode }.join(', ')})"
37 verify << "users.contain(#{ negative_check_users.map { |x| x.opcode }.join(', ')})"
39 verify_str = !verify.empty? ? "<ul><li> #{verify.join('</li><li>') } </li></ul>" : ''
/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml35 description: Fully qualified class names to verify
43 …Fully qualified method names to verify (if neither this nor classes are set, all classes will be v…
136 - name: verify-runtime-libraries
139 description: Whether to verify system files
Dverifier.cpp73 // we need ScopedManagedCodeThread for verify since it can allocate objects in RunVerifier()
112 LOG(ERROR, VERIFIER) << "No files given to verify"; in RunVerifier()
184 if (!method->Verify()) { in RunVerifier()
185 … LOG(ERROR, VERIFIER) << "Error: method " << method->GetFullName(true) << " failed to verify"; in RunVerifier()
225 << "Verify specified Panda files (given by file and --panda-files) " in PrintHelp()
/arkcompiler/runtime_core/verification/models/
DREADME.md28 2. `verify` - to verify (search for counterexamples), where supertypes intersection calculation dur…
/arkcompiler/ets_runtime/test/aottest/aot_compatibility_test/base_verification/
Dbase_verification.ts34 print(hc0 === hc1); // verify no transition occurs in constructor
35 print(ArkTools.isTSHClass(c)); // verify the hclass of c is come from compile phase
/arkcompiler/runtime_core/runtime/include/coretypes/
Dstring-inl.h26 template <bool verify>
30 if (verify) { in At()
/arkcompiler/runtime_core/runtime/
Doptions.yaml613 - name: pre-gc-heap-verify-enabled
616 description: whether verify heap before GC
618 - name: into-gc-heap-verify-enabled
621 description: whether verify heap during GC
623 - name: post-gc-heap-verify-enabled
626 description: whether verify heap after GC
668 - name: verify-call-stack
671 description: Verify call stack before using of the StackWalker
704 - name: verify-entrypoints
707 description: Verify compiler entrypoints
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_loader.cpp88 bool PGOProfilerLoader::Verify(uint32_t checksum) in Verify() function in panda::ecmascript::PGOProfilerLoader
100 LOG_ECMA(ERROR) << "Verify profiler failure"; in Verify()
111 if (Load(inPath, hotnessThreshold) && Verify(checksum)) { in LoadAndVerify()
124 return header_.Verify(); in ParseProfilerHeader()
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsic_codegen_test.inl.erb25 …// cannot verify <%= intrinsic.entrypoint_name %> behavior because it is not supported by some enc…
27 // cannot verify <%= intrinsic.entrypoint_name %> behavior in Release build
/arkcompiler/ets_frontend/testTs/expect/jsdoc/declarations/
DjsDeclarationsThisTypes.txt4 …'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'verify'}, {'t': 24, 'v': …
5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'verify'}, {'t': 2, 'v': 0}, {'t': 2, 'v'…
/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.cpp23 // Verify the object body
34 … LOG_GC(ERROR) << "Heap verify detected a dead weak object " << value.GetTaggedObject() in VisitAllObjects()
40 … LOG_GC(ERROR) << "Heap verify detected a dead object at " << value.GetTaggedObject() in VisitAllObjects()
Dverification.h28 // Verify the object body
/arkcompiler/runtime_core/verification/models/contexts_merge/
Dcheck_set_intersection_as_lub.als72 -- so verify, that all reg instances from all contexts can be used for arg
81 verify: check SupertypesIntersectionAsLUB for 8
85 -- Executing "Check verify for 8"
/arkcompiler/runtime_core/verification/jobs/
Djob.cpp41 bool Job::Verify(PandaTypes &types) const in Verify() function in panda::verifier::Job
79 if (!Verify(types)) { in DoChecks()
/arkcompiler/ets_frontend/legacy_bin/
Dprebuilts-readme-legacy.md5 repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release --no-repo-verify
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_loader.cpp49 bool PGOProfilerLoader::Verify(uint32_t checksum) in Verify() function in panda::ecmascript::PGOProfilerLoader
66 if (Load() && Verify(checksum)) { in LoadAndVerify()
Dpgo_profiler_loader.h67 bool Verify(uint32_t checksum);
/arkcompiler/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.h127 * @return instance of verifier to be used to verify for updated references
132 * Verify updted references
/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa24 #! CHECKER Verify AOT file with cha
30 #! CHECKER Verify AOT file without cha
/arkcompiler/runtime_core/runtime/include/
Druntime_options.h28 ON_THE_FLY, // Verify methods before they are executed (used by panda/ark executable)
29 AHEAD_OF_TIME, // Verify methods at startup (used by verifier executable)
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h113 template<bool verify>
117 if (verify) { in At()
/arkcompiler/ets_runtime/ecmascript/base/
Dconfig.h54 * 7. enable verify heap
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h50 bool Verify() in Verify() function
Dsnapshot.cpp155 if (!hdr.Verify()) { in Deserialize()
157 LOG_FULL(FATAL) << "file verify failed"; in Deserialize()
/arkcompiler/runtime_core/runtime/mem/
Drunslots.cpp162 …// 1. should verify whether run's bracket size is the same as recorded in RunSlotsAllocator, but R… in operator ()()
164 // 2. should verify thread local run's ownership, but thread local run not implemented yet in operator ()()

1234