Home
last modified time | relevance | path

Searched full:verified (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp191 …[self = *this, wclass, descriptor](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mut… in RegisterClassWithLeafMatcher() argument
192 (void)verified; in RegisterClassWithLeafMatcher()
279 EtsObject *MArray(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MArray() argument
283 if (!verified) { in MArray()
292 EtsObject *MMap(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MMap() argument
296 if (!verified) { in MMap()
305 EtsObject *MSet(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MSet() argument
309 if (!verified) { in MSet()
318 EtsObject *MDate(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MDate() argument
322 if (!verified) { in MDate()
[all …]
/arkcompiler/runtime_core/static_core/models/
DREADME.md4 This model was verified in `TLA+ Toolbox` tool with the following parameters: `max_producers = 2`,
/arkcompiler/runtime_core/static_core/verification/config/
DREADME.md18 List with methods full names, which will be considered as verified.
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/
Dtest_runner.py59 stdout=b"verified",
78 "output": "verified",
105 stdout=b"verified",
156 "output": "verified",
/arkcompiler/runtime_core/static_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa28 #! EVENT /AotManager,.*test.*,VERIFIED/
34 #! EVENT /AotManager,.*test.*,VERIFIED/
83 #! EVENT /AotManager,.*test.*,VERIFIED/
/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa28 #! EVENT /AotManager,.*test.*,VERIFIED/
34 #! EVENT /AotManager,.*test.*,VERIFIED/
/arkcompiler/runtime_core/static_core/runtime/
Dclass.cpp38 case Class::State::VERIFIED: { in operator <<()
39 os << "VERIFIED"; in operator <<()
Dclass_initializer.cpp272 klass->SetState(Class::State::VERIFIED); in InitClassVerificationMode()
403 klass->SetState(Class::State::VERIFIED); in VerifyClass()
417 klass->SetState(Class::State::VERIFIED); in VerifyClass()
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp138 clazz->SetState(Class::State::VERIFIED); in VerifyClass()
150 * Races are possible where the same method gets simultaneously verified on different threads. in CheckBeforeVerification()
218 …if ((method->GetClass()->GetState() < Class::State::VERIFIED) && !VerifyClass(method->GetClass()))… in Verify()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dall_attributes.def86 ATTR(verified)
/arkcompiler/runtime_core/taihe/scripts/
Dinstall-ubuntu-deps42 log "INFO" "Root privileges verified"
173 log "INFO" "Pip configuration verified successfully"
/arkcompiler/ets_runtime/common_components/heap/
Dverification.cpp435 LOG_COMMON(DEBUG) << "[WVerify]: VerifyAfterMark (STWRoots) verified ref count: " in VerifyAfterMarkInternal()
437 LOG_COMMON(DEBUG) << "[WVerify]: VerifyAfterMark (ConcurrentRoots) verified ref count: " in VerifyAfterMarkInternal()
465 …LOG_COMMON(DEBUG) << "[WVerify]: VerifyAfterForward verified ref count: " << visitor.VerifyRefCoun… in VerifyAfterForwardInternal()
494 … LOG_COMMON(DEBUG) << "[WVerify]: VerifyAfterFix verified ref count: " << visitor.VerifyRefCount(); in VerifyAfterFixInternal()
/arkcompiler/runtime_core/static_core/verification/verifier/
Doptions.yaml43 …ualified method names to verify (if neither this nor classes are set, all classes will be verified)
Dverifier.cpp171 // verified in VerifyAllNames()
254 // this method was already verified while enumerating class_names in RunVerifierImpl()
/arkcompiler/runtime_core/taihe/compiler/taihe/driver/
Dcontexts.py67 can be considered as the parsed and verified version of a compiler's
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_imm_valid.h186 …32-bit variant: is the width of the bitfield, in the range 1 to 32, is used for only width verified
207 …64-bit variant: is the width of the bitfield, in the range 1 to 64, is used for only width verified
/arkcompiler/runtime_core/libpandabase/events/
Devents.yaml212 enum: [added, open_failed, verified, cha_verify_failed, file_verify_failed]
/arkcompiler/runtime_core/static_core/libpandabase/events/
Devents.yaml230 enum: [added, open_failed, verified, cha_verify_failed, file_verify_failed]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.h50 as updated and should be verified.
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp145 EVENT_AOT_MANAGER(aotFile->GetFileName(), events::AotManagerAction::VERIFIED); in VerifyClassHierarchy()
/arkcompiler/runtime_core/libpandabase/
DREADME.md161 …` is a string value. List may not be a tail argument. Positional values verified the same way as r…
/arkcompiler/runtime_core/static_core/libpandabase/
DREADME.md161 …` is a string value. List may not be a tail argument. Positional values verified the same way as r…
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h132 …enum class State : uint8_t { INITIAL = 0, LOADED, VERIFIED, INITIALIZING, ERRONEOUS, INITIALIZED }; enumerator
466 return state_ >= State::VERIFIED; in IsVerified()
/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DCommandLineParser.ts265 program.argument('[srcFile...]', 'files to be verified');
/arkcompiler/runtime_core/isa/
Disa.yaml27 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.

12