Home
last modified time | relevance | path

Searched refs:OK (Results 1 - 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/
H A Dpublic.cpp94 case VerificationResultCache::Status::OK: in ToPublic()
95 return Status::OK; in ToPublic()
137 return Status::OK; in CheckBeforeVerification()
146 return Status::OK; in CheckBeforeVerification()
154 return Status::OK; in CheckBeforeVerification()
158 return Status::OK; in CheckBeforeVerification()
164 return Status::OK; in CheckBeforeVerification()
173 << "' was cached: " << (cachedStatus == Status::OK ? "OK" : "FAIL"); in CheckBeforeVerification()
223 ReportStatus(service, method, "OK"); in Verify()
[all...]
H A Dverification_status.h20 enum class VerificationStatus { OK, WARNING, ERROR }; member in ark::verifier::VerificationStatus
H A Dpublic.h47 enum class Status { OK, FAILED, UNKNOWN }; member in ark::verifier::Status
/arkcompiler/toolchain/tooling/
H A Ddispatcher.h34 OK = 0, member in panda::ecmascript::tooling::RequestCode
47 enum class ResponseCode : uint8_t { OK, NOK }; member in panda::ecmascript::tooling::ResponseCode
56 return code_ == RequestCode::OK; in IsValid()
80 RequestCode code_ {RequestCode::OK};
99 return code_ == ResponseCode::OK; in IsOk()
122 ResponseCode code_ {ResponseCode::OK};
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor_object_lock.cpp28 ASSERT(res == Monitor::State::OK); in ObjectLock()
48 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::Notify() failed"; in Notify()
54 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::NotifyAll() failed"; in NotifyAll()
60 ASSERT(res == Monitor::State::OK); in ~ObjectLock()
H A Dmonitor.cpp153 return Monitor::State::OK; in HandleLightLockedState()
202 return Monitor::State::OK; in HandleUnlockedState()
220 return Monitor::State::OK; in HandleUnlockedState()
266 return ret ? State::OK : State::ILLEGAL; in MonitorEnter()
280 return State::OK; in MonitorEnter()
323 return ret ? State::OK : State::ILLEGAL; in MonitorExit()
342 return State::OK; in MonitorExit()
382 State resultState = State::OK; in Wait()
512 return State::OK; // Success in Notify()
519 return State::OK; // Succes in Notify()
[all...]
H A Dintrinsics.cpp349 // Expected results: OK, ILLEGAL in ObjectMonitorEnter()
351 if (UNLIKELY(res != Monitor::State::OK)) { in ObjectMonitorEnter()
366 // Expected results: OK, ILLEGAL in ObjectMonitorExit()
396 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::Notify() failed"; in ObjectNotify()
402 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::NotifyAll() failed"; in ObjectNotifyAll()
H A Dmonitor.h89 OK, enumerator
/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_info.cpp62 return VerificationStatus::OK; in FillCodeMaps()
79 auto status = VerificationStatus::OK; in ProcessCatchBlocks()
107 return VerificationStatus::OK; in ProcessCatchBlocks()
H A Dcflow_check.cpp52 return VerificationStatus::OK; in CheckValidFlagInstructionException()
87 return VerificationStatus::OK; in CheckCode()
/arkcompiler/runtime_core/static_core/verification/cache/
H A Dresults_cache.h25 enum class Status { OK, FAILED, UNKNOWN }; member in ark::verifier::VerificationResultCache::Status
H A Dresults_cache.cpp144 return Status::OK; in Check()
/arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/
H A Ddispatchresponsecreatecode_fuzzer.cpp32 ResponseCode code = ResponseCode::OK; in DispatchResponseCreateCodeFuzzTest()
/arkcompiler/ets_runtime/test/moduletest/fortest/
H A Dfortest.js69 throw Error("OK");
81 }, `Error: OK`);
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dexec_context.h32 enum class Status { OK, ALL_DONE, NO_ENTRY_POINTS_WITH_CONTEXT }; member in ark::verifier::EntryPointType::ExecContext::Status
136 return Status::OK; in GetEntryPointForChecking()
H A Dabsint.cpp138 VerificationStatus worstSoFar = VerificationStatus::OK; in VerifyEntryPoints()
140 while (execCtx.GetEntryPointForChecking(&entryPoint, &entryType) == ExecContext::Status::OK) { in VerifyEntryPoints()
257 VerificationStatus worstSoFar = VerificationStatus::OK; in VerifyMethod()
H A Dabs_int_inl.h557 SET_STATUS_FOR_MSG(CannotResolveClassId, OK); in HandleLdaStr()
592 SET_STATUS_FOR_MSG(CannotResolveClassId, OK); in HandleLdaType()
1543 SET_STATUS_FOR_MSG(AlwaysNpe, OK); in HandleLdarrObj()
1669 SET_STATUS_FOR_MSG(CannotResolveClassId, OK); in HandleNewarr()
1759 SET_STATUS_FOR_MSG(CannotResolveMethodId, OK); in CheckCtor()
1760 SET_STATUS_FOR_MSG(CannotResolveClassId, OK); in CheckCtor()
1825 SET_STATUS_FOR_MSG(CannotResolveFieldId, OK); in GetFieldType()
1843 SET_STATUS_FOR_MSG(CannotResolveFieldId, OK); in GetFieldObject()
1854 SET_STATUS_FOR_MSG(CannotResolveFieldId, OK); in CheckFieldAccess()
1881 SET_STATUS_FOR_MSG(AlwaysNpe, OK); in CheckFieldAccess()
[all...]
/arkcompiler/ets_runtime/tools/ap_file_viewer/server/
H A Dapdump_server.py193 self.send_response(http.HTTPStatus.OK)
227 self.send_response(http.HTTPStatus.OK)
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_shared_memory.h88 enum class WaitResult { OK = 0, NOT_EQUAL = 1, TIMED_OUT = 2 }; member in ark::ets::EtsSharedMemory::WaitResult
/arkcompiler/toolchain/tooling/test/
H A Dprotocol_handler_test.cpp105 code = ResponseCode::OK; in HWTEST_F_L0()
H A Ddispatcher_test.cpp112 ResponseCode code = ResponseCode::OK; in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dvalidate-recipes267 unless $previous_line =~ /\|CB_(RULE|BAD|OK|SEE|NON_COMPLIANT_CODE|COMPLIANT_CODE)\|/;
340 } elsif ($line =~ /^\|CB_(OK|COMPLIANT_CODE)\|$/) {
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
H A Dmain.rb39 OK = true
65 exit EXIT_CODES::OK
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.h56 enum class WaitResult: uint8_t {OK = 0, NOT_EQ, TIME_OUT}; member in panda::ecmascript::builtins::WaitResult
H A Dbuiltins_atomics.cpp219 WaitResult res = WaitResult::OK; in Wait()
228 if (res == WaitResult::OK) { in Wait()
593 WaitResult res = WaitResult::OK; in DoWait()
597 res = WaitResult::OK; in DoWait()

Completed in 14 milliseconds

12