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.cpp223 EtsObject *MArray(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MArray() argument
227 if (!verified) { in MArray()
236 EtsObject *MError(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MError() argument
240 if (!verified) { in MError()
297 EtsObject *MObject(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MObject() argument
300 (void)verified; // ignored for Object in MObject()
357 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run() argument
358 return self.MError(ctxx, jsValue, verified); in Run()
363 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run() argument
364 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/verification/config/
DREADME.md18 List with methods full names, which will be considered as 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/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)
/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/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.cpp147 EVENT_AOT_MANAGER(aotFile->GetFileName(), events::AotManagerAction::VERIFIED); in VerifyClassHierarchy()
/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DCommandLineParser.ts155 program.argument('[srcFile...]', 'files to be verified');
/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
456 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.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp761 // Cgirverify phase function: all insns will be verified before cgemit.
/arkcompiler/runtime_core/verifier/
Dverifier.cpp322 …utOfBounds(reg_idx, valid_regs_num)) { // for [format: +AA/+AAAA vBB vCC], vBB can be verified here in IsRangeInstAndHasInvalidRegIdx()

12