Searched full:verified (Results 1 – 17 of 17) sorted by relevance
| /arkcompiler/runtime_core/verification/config/ |
| D | README.md | 18 List with methods full names, which will be considered as verified.
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_initializer.cpp | 318 klass->SetState(Class::State::VERIFIED); in VerifyClass() 327 klass->SetState(Class::State::VERIFIED); in VerifyClass() 338 klass->SetState(Class::State::VERIFIED); in VerifyClass() 348 klass->SetState(Class::State::VERIFIED); in VerifyClass()
|
| D | class.cpp | 38 case Class::State::VERIFIED: { in operator <<() 39 os << "VERIFIED"; in operator <<()
|
| D | method.cpp | 412 … LOG(DEBUG, VERIFIER) << "Method '" << GetFullName() << std::hex << "' is waiting to be verified"; in WaitForVerification() 489 …LOG(DEBUG, VERIFIER) << "Intrinsic method " << GetFullName(true) << " doesn't need to be verified"; in EnqueueForVerification() 493 LOG(DEBUG, VERIFIER) << "Method " << GetFullName(true) << " is already verified"; in EnqueueForVerification() 548 // not verified: 000 0 0 NOT_VERIFIED in BitsToVerificationStage()
|
| /arkcompiler/runtime_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 28 #! EVENT /AotManager,.*test.*,VERIFIED/ 34 #! EVENT /AotManager,.*test.*,VERIFIED/
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | options.yaml | 43 …ualified method names to verify (if neither this nor classes are set, all classes will be verified)
|
| D | verifier.cpp | 103 // verified in RunVerifier() 160 // this method was already verified while enumerating class_names in RunVerifier()
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events.yaml | 212 enum: [added, open_failed, verified, cha_verify_failed, file_verify_failed]
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.cpp | 40 LOG(DEBUG, VERIFIER) << "Method '" << method.GetFullName(true) << "' is already verified"; in Process()
|
| D | thread_pool.h | 142 …DO(romanov) Current API implies waking everyone waiting for a method when _any_ method is verified.
|
| D | cache.h | 317 that were successfully verified with contexts on beginnings of
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.cpp | 147 EVENT_AOT_MANAGER(aot_file->GetFileName(), events::AotManagerAction::VERIFIED); in VerifyClassHierarchy()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class.h | 133 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enumerator 454 return state_ >= State::VERIFIED; in IsVerified()
|
| D | method.h | 79 // When the method is not verified all bits are zero. 84 // (not verified) (waiting) | (ok)
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 161 …` is a string value. List may not be a tail argument. Positional values verified the same way as r…
|
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 212 # and have verified it works, ask brettw and we can consider removing it from
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 27 bits of a register, undefined bits shall not be accessed in verified code. 47 …arguments. Accumulator value is considered as undefined and shall not be read in verified bytecode. 50 be read in verified bytecode.
|