Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp224 EtsObject *MArray(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MArray() argument
228 if (!verified) { in MArray()
237 EtsObject *MError(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MError() argument
241 if (!verified) { in MError()
298 EtsObject *MObject(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MObject() argument
301 (void)verified; // ignored for Object in MObject()
358 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run() argument
359 return self.MError(ctxx, jsValue, verified); in Run()
364 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run() argument
365 return self.MObject(ctxx, jsValue, verified); in Run()
[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/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/static_core/verification/config/
DREADME.md18 List with methods full names, which will be considered as verified.
/arkcompiler/runtime_core/static_core/verification/
Dpublic.cpp129 clazz->SetState(Class::State::VERIFIED); in VerifyClass()
141 * Races are possible where the same method gets simultaneously verified on different threads. in CheckBeforeVerification()
209 …if ((method->GetClass()->GetState() < Class::State::VERIFIED) && !VerifyClass(method->GetClass()))… in Verify()
/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()
415 klass->SetState(Class::State::VERIFIED); in VerifyClass()
/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa28 #! EVENT /AotManager,.*test.*,VERIFIED/
34 #! EVENT /AotManager,.*test.*,VERIFIED/
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dall_attributes.def86 ATTR(verified)
Dverification.h97 …rrectness<key: className, value: correctness>, correctness is true only if the class is verified OK
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_mark.cpp50 LogInfo::MapleLogger() << "class " << klass.GetKlassName() << " is Set as NOT VERIFIED\n"; in Run()
/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.cpp173 // verified in RunVerifier()
229 // this method was already verified while enumerating class_names in RunVerifier()
/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/ets_frontend/ets2panda/linter/src/
DCommandLineParser.ts100 program.argument('[srcFile...]', 'files to be verified', addSrcFile);
/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.cpp147 EVENT_AOT_MANAGER(aotFile->GetFileName(), events::AotManagerAction::VERIFIED); in VerifyClassHierarchy()
/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/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
451 return state_ >= State::VERIFIED; in IsVerified()
/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.
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp102 * On this point all classes were verified and hotreload recognized like possible in ProcessHotreload()
/arkcompiler/runtime_core/static_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