Searched full:could (Results 1 – 25 of 68) sorted by relevance
123
| /arkcompiler/runtime_core/isa/ |
| D | README | 14 Directory with example template files which show how could one generate needed 19 API for quering parsed yaml data which could be used for template generation.
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | README.md | 2 ts2panda aims to translate JavaScript source files into ARK bytecode which could be executed by the… 4 The whole converter could be splited into several phases.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 4 mode such runtime calls could be replaced with load from a special PLT-slot in AOT file. In that ca… 11 During AOT compilation `LoadString` instruction could be either encoded as regular `ResolveString` … 29 - `--resolve-string-aot-threshold` controls how many strings could be save to PLT-slots (option app…
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 58 A table of the entrypoints is located in `panda::ManagedThread::runtime_entrypoints_` which could b… 78 The managed function could have compiled code or it could be executed by the interpreter. 100 Release of the stack frame could be done by restoring values of `stack pointer` and `frame pointer`… 149 Resolving of a function could be done by calling the corresponding runtime entrypoint. 153 could be described by the following pseudocode: 288 Stack unwinding always starts from the top frame. Its kind could be determined from `panda::Managed… 289 to the top frame could be determined depends on the kind of the top stack frame: 290 * The top stack frame is an interpreter stack frame. Address of the interpreter's frame could be re… 307 * Compiled code could be combined from several managed functions (inlined functions). If the runtim… 311 * Values of virtual registers could be changed during stack unwinding. For example, when GC moves a…
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | literal_data_accessor.h | 28 /* LiteralTag could be extended by different language 29 // For example, JAVA could use it to represent Array of Integer
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 …elow don't have properly formatted assertions, or contain assertions that could not be matched to …
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.h | 30 …* - marks `If` block with `JumpFlag` (so `Codegen` could insert `jmp`) if there are no `If` succes…
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | gc_trigger_test.cpp | 84 // Check that we could to avoid locale triggering in TEST_F()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | object_accessor-inl.h | 343 LOG(FATAL, RUNTIME) << "Could not do add for boolean"; in GetAndAddFieldPrimitive() 375 LOG(FATAL, RUNTIME) << "Could not do bitwise or for float/double"; in GetAndBitwiseOrFieldPrimitive() 393 LOG(FATAL, RUNTIME) << "Could not do bitwise and for float/double"; in GetAndBitwiseAndFieldPrimitive() 411 LOG(FATAL, RUNTIME) << "Could not do bitwise xor for float/double"; in GetAndBitwiseXorFieldPrimitive()
|
| D | exceptions.h | 29 // This function could be used in case there are no managed stack frames.
|
| D | loadable_agent.h | 91 LOG(ERROR, RUNTIME) << "Could not load library"; in LoadInstance()
|
| /arkcompiler/runtime_core/cmake/ |
| D | TemplateBasedGen.cmake | 29 # * EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[] 129 # EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 60 * Should return a vector of graph's blocks, for example it could be obtained
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | spill_fill_encoder.cpp | 48 // Stack slot is 64-bit wide, so we can only combine types that could be widened up to in CanCombineSpillFills() 69 …// SpillFillData elements could not be reordered within whole spill_fills array, because some of t… in SortSpillFillData()
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 41 … define the license, copyright, "*" means match all, the "!" prefix means could not match this val…
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 33 … define the license, copyright, "*" means match all, the "!" prefix means could not match this val…
|
| D | ark_config.gni | 181 # * extra_argv -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 40 … define the license, copyright, "*" means match all, the "!" prefix means could not match this val…
|
| /arkcompiler/ets_runtime/ |
| D | OAT.xml | 41 … define the license, copyright, "*" means match all, the "!" prefix means could not match this val…
|
| /arkcompiler/runtime_core/runtime/ |
| D | panda_vm.cpp | 41 LOG(ERROR, RUNTIME) << "Could not start debug session"; in Load()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mutex.h | 125 // Some RTOS could not have support for condition variables, so this primitive should be used caref…
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.h | 103 …// Atomic with acq_rel order reason: could be relaxed, but we need to allow reinitialization for t… in Processor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.h | 34 class Circuit { // note: calling NewGate could make all saved Gate* invalid
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | hash_test.cpp | 108 char string[] = "COULD YOU CREATE MORE COMPLEX TESTS,OK?\0"; in StringMemHashTest()
|
| /arkcompiler/runtime_core/scripts/ |
| D | gc_pause_stats.py | 76 raise ValueError("Could not detect time format")
|
123