Home
last modified time | relevance | path

Searched full:executed (Results 1 – 25 of 65) sorted by relevance

123

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml271 … - description: Check that a thread owns a monitor after several executed monitorexit instructions
288 …Check that a thread owns a monitor if amount of executed monitorexit instructions is less than amo…
289 of executed monitorenter instructions
298 …Check that a thread does not own a monitor if amount of executed monitorexit instructions is the s…
299 amount of executed monitorenter instructions
Du32tou1.yaml68 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Di64toi32.yaml75 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du32tou16.yaml67 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du32toi8.yaml72 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du32tof32.yaml85 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Di64tou1.yaml76 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du64toi32.yaml72 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du32toi16.yaml72 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du64tou32.yaml67 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du32tof64.yaml85 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du32toi64.yaml67 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du32tou8.yaml67 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Du64tou1.yaml68 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Di32tof32.yaml85 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Di32tou1.yaml66 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Di64tof64.yaml100 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
/arkcompiler/runtime_core/docs/diagrams/
Dmm-components.pucomponent22 [GC] .> [GCThread] : executed in
/arkcompiler/ets_frontend/ts2panda/
DREADME.md2 ts2panda aims to translate JavaScript source files into ARK bytecode which could be executed by the…
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2107_1.pa38 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
Dbug_2107_2.pa40 …tive test failed, because this line is unreachable and code will not be executed after verificatio…
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md25 …oint to newly generated code. Next time when the function gets called native code will be executed.
78 The managed function could have compiled code or it could be executed by the interpreter.
80 In the case the function is executed by the interpreter the `compiled_entry_point_` must point to a…
214 If the entrypoint points to `CompiledCodeToInterpreterBridge` then the callee should be executed by…
252 If a function should be executed by the interpreter it must have `CompiledCodeToInterpreterBridge` …
321 Functions `foo` and `baz` are executed by the interpreter and the function `bar` has compiled code.
/arkcompiler/runtime_core/compiler/docs/
Dcode_sink_doc.md4 …instructions into successor blocks, when possible, so that they are not executed on paths where th…
28 In this example `v8` is used only in one branch however it is always executed. The code sinking opt…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h42 * Save states should capture location of the variable at the time when its user is executed.
/arkcompiler/runtime_core/tests/checked/
DREADME.md18 - *force_jit: bool* - run jit compilation for every executed method

123