Home
last modified time | relevance | path

Searched full:interpretation (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md1 ## Checks performed on abstract interpretation stage
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
Drationale-for-bytecode.md30 making interpretation slower than _native code execution_. In return, we get the ability to
85 Since bytecode interpretation is a required program execution mode for Panda, performance of the
Ddesign-of-interpreter.md26 1. Program execution via bytecode interpretation should be enabled on all targets.
Dfile_format.md928 are stored in the constant pool. During interpretation of the program
/arkcompiler/runtime_core/verification/jobs/
Djob.cpp80 …LOG(WARNING, VERIFIER) << "Abstract interpretation failed for method " << method_.GetFullName(true… in DoChecks()
/arkcompiler/runtime_core/runtime/interpreter/
Dinstruction_handler_base.h96 … // Skip dump if logger is disable. This allows us to speed up interpretation in the 'Debug' build. in DumpVRegs()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md379 …* `0001` `EQ`: yields true if the operands are equal, false otherwise. No sign interpretation is n…
384 …* `0110` `NE`: yields true if the operands are unequal, false otherwise. No sign interpretation is…
/arkcompiler/runtime_core/verification/
Dmessages.yaml144 Abstract interpretation stuck at invalid instruction.