Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/verification/util/
Dsaturated_enum.h69 bool Check(Enum e, bool prev_set) const in Check() function
131 bool Check(Enum e, bool prev_set) const in Check() function
/ark/runtime_core/verification/cache/
Dresults_cache.cpp140 VerificationResultCache::Status VerificationResultCache::Check(uint64_t method_id) in Check() function in panda::verifier::VerificationResultCache
/ark/runtime_core/verification/debug/options/
Dmethod_options.h285 MethodOption::CheckEnum &Check() in Check() function
290 const MethodOption::CheckEnum &Check() const in Check() function
/ark/ts2abc/test262/
Drun_test262.py455 Check = collections.namedtuple('Check', ['enabled', 'runner', 'arg']) variable