Searched full:way (Results 1 – 25 of 54) sorted by relevance
123
| /arkcompiler/runtime_core/libpandafile/ |
| D | method_data_accessor.h | 32 // quick way to get name id 35 // quick way to get method name 38 // quick way to get proto id 41 // quick way to get class id
|
| D | index_accessor.h | 40 // quick way to resolve offset by 16-bit id in method's instructions
|
| D | shorty_iterator.h | 76 // !!! Do not use it in general way !!!
|
| D | field_data_accessor.h | 39 // quick way to get type id
|
| D | bytecode_instruction.h | 265 * or vice versa. The first way is more preferable, because Primary/Secondary opcodes
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 18 …or coloring lets the standard greedy algorithm to color a graph by optimal way (max number of regi… 32 …ys color consequently nodes of the same clique, or start another one. This way we don’t have situa… 38 - Biasing, is a way when in front of coloring nodes are “hinted” with preferred colors. And on stag… 61 …-site. The same thing should be done for return value, meantime there’s no way to get architected …
|
| D | balance_expressions_doc.md | 21 …s from the basic block, allocate them to expression's terms in an [optimal way](#operators-allocat… 33 `Allocation in an optimal way` is an algorithm that creates expression and guarantees that it would…
|
| D | plt.md | 103 Unlike CallStatic, there is no way to use default parameter registers to send/receive values into r… 203 AOT file, but distance to `.aot_got` section can be calculated in the same way like for usual code …
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler_queue_counter_priority.h | 141 // The only way to update counter in UpdateCounterAndCheck() 160 // The only way is a name in operator()
|
| /arkcompiler/runtime_core/docs/ |
| D | on-stack-replacement.md | 59 JIT compiles the whole OSR-method the same way it compiles a hot method. 65 There are no restrictions for inlining: methods can be inlined in a general way and all loop-optimi…
|
| D | runtime-class.md | 48 …ss::FromRuntimeClass` and `coretypes::Class::GetRuntimeClass` are implemented in the following way:
|
| D | irtoc.md | 29 available in Irtoc lang. They can be set in the similar way as in the IrConstructor:
|
| D | aot.md | 103 …or `CallStatic`, `CallVirtual`, and opcodes related to `Class` resolving there exists a special way
|
| /arkcompiler/runtime_core/runtime/asm_defines/ |
| D | CMakeLists.txt | 59 # best way to do that):
|
| D | asm_defines.def | 31 DEFINE_VALUE(FRAME_VREGISTER_PRIMITIVE_TAG, 0) // TODO(runtime): find a way to get primitive tag f… 32 DEFINE_VALUE(FRAME_VREGISTER_OBJECT_TAG, 1) // TODO(runtime): find a way to get object tag from…
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 47 - Native support for TS. The common way to process TS in the industry is to convert TS into JS and …
|
| /arkcompiler/runtime_core/runtime/bridge/ |
| D | bridge.cpp | 27 // Actualy it is wrong signature but it is only way to make linker don't remove this function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.h | 168 // search as link list, a one-way define chain in SearchForCompilation()
|
| /arkcompiler/runtime_core/compiler/ |
| D | optimizer_run.cpp | 80 // TODO(msherstennikov): find way to inline in OSR mode in RunOptimizations()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | constructor_test.cpp | 38 // Here implemented second way. in ~ConstructorTest()
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 161 …alue. List may not be a tail argument. Positional values verified the same way as regular values, …
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_file.cpp | 27 // TODO(msherstennikov): find a better way instead of weak function, e.g. make aot_manager library …
|
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 213 # this condition. We may also be able to find another way to enable your case
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | object_header.h | 189 // This is the way to operate with casting MarkWordSize <-> MarkWord and atomics in AtomicSetMark()
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.h | 140 // According Status bits, we can use the offset value in such a way:
|
123