Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 105) sorted by relevance

12345

/arkcompiler/runtime_core/docs/bc_verification/
Dcflow_checks.md10 exception
19 exception
36 I.e. layout of exception handlers is rather flexible, even
50 exception
69 exception
87 exception
105 ### Code to exception handler
119 exception
137 exception
145 fallthrough on beginning of exception handler are allowed.
[all …]
Dabsint_checks.md23 ### Checks of exception handlers
25 These checks performed to check correctness of context on exception handler entry.
27 They can help to detect usage of inconsistent information in registers in exception handlers.
33 …ontrol-flow in code, so verifier can detect such situations (when code always throws an exception).
/arkcompiler/ets_runtime/test/quickfix/multi_patch/
Dexpect_output.txt18 QuickFix start check exception
19 QuickFix have no exception
26 QuickFix start check exception
27 QuickFix have no exception
34 QuickFix start check exception
35 QuickFix have no exception
/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h71 if (test_->exception) { in Exception()
72 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm_); in Exception() local
74 test_->exception(location); in Exception()
76 if (!exception->IsHole()) { in Exception()
77 DebuggerApi::SetException(vm_, exception); in Exception()
/arkcompiler/ets_frontend/ts2panda/src/base/
Diterator.ts109 let exception = pg.getTemp();
123 pg.storeConst(this.node, exception, CacheList.HOLE);
144 pg.storeAccumulator(this.node, exception);
150 pg.condition(this.node, ts.SyntaxKind.ExclamationEqualsToken, exception, skipThrow);
153 pg.loadAccumulator(this.node, exception);
164 pg.freeTemps(completion, res, exception)
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb57 def self.print_exception(exception) argument
58 puts "Exception: exception class : #{exception.class}"
59 puts " exception message : #{exception.message}"
60 exception.backtrace.each do |t|
/arkcompiler/runtime_core/tests/cts-generator/
Dverifier.config10 error-in-exception-handler
11 permanent-runtime-exception
/arkcompiler/ets_runtime/test/aottest/builtins_array/
Dexpect_output.txt21 throw exception
23 throw exception
25 throw exception
/arkcompiler/toolchain/test/fuzztest/pttypesfunctionremoteobject_fuzzer/
Dpttypesfunctionremoteobject_fuzzer.cpp33 Local<JSValueRef> exception = DebuggerApi::GetAndClearException(vm); in PtTypesFunctionRemoteObjectFuzzTest() local
34 FunctionRemoteObject obj(vm, exception); in PtTypesFunctionRemoteObjectFuzzTest()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp65 compiler::VReg exception = pg->AllocReg(); in Compile() local
66 pg->StoreAccumulator(right_, exception); in Compile()
70 pg->LoadAccumulator(right_, exception); in Compile()
DtryStatement.cpp52 compiler::VReg exception = pg->AllocReg(); in CompileFinally() local
53 pg->StoreConst(this, exception, compiler::Constant::JS_HOLE); in CompileFinally()
57 pg->StoreAccumulator(this, exception); in CompileFinally()
69 pg->LoadAccumulator(this, exception); in CompileFinally()
DforOfStatement.cpp60 compiler::VReg exception = pg->AllocReg(); in Compile() local
61 pg->StoreAccumulator(right_, exception); in Compile()
65 pg->LoadAccumulator(right_, exception); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.cpp56 VReg exception = pg_->AllocReg(); in CleanUp() local
57 pg_->StoreAccumulator(node, exception); in CleanUp()
/arkcompiler/ets_runtime/test/quickfix/multiconstpool_multifunc/
Dexpect_output.txt19 QuickFix start check exception
20 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/multi_funccallconstpool/
Dexpect_output.txt19 QuickFix start check exception
20 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/multi_classconstpool/
Dexpect_output.txt18 QuickFix start check exception
19 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/multi_closureconstpool/
Dexpect_output.txt21 QuickFix start check exception
22 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/global_func/
Dexpect_output.txt18 QuickFix start check exception
19 QuickFix have exception.
/arkcompiler/ets_runtime/test/quickfix/class_inheritance/
Dexpect_output.txt18 QuickFix start check exception
19 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/import_export/
Dexpect_output.txt19 QuickFix start check exception
20 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/multi_constructorconstpool/
Dexpect_output.txt18 QuickFix start check exception
19 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/class_name/
Dexpect_output.txt18 QuickFix start check exception
19 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/external_method/
Dexpect_output.txt20 QuickFix start check exception
21 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/multi_funcconstpool/
Dexpect_output.txt18 QuickFix start check exception
19 QuickFix have no exception
/arkcompiler/ets_runtime/test/quickfix/add_callfunction/
Dexpect_output.txt21 QuickFix start check exception
22 QuickFix have no exception

12345