Home
last modified time | relevance | path

Searched full:way (Results 1 – 25 of 54) sorted by relevance

123

/arkcompiler/runtime_core/libpandafile/
Dmethod_data_accessor.h32 // 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
Dindex_accessor.h40 // quick way to resolve offset by 16-bit id in method's instructions
Dshorty_iterator.h76 // !!! Do not use it in general way !!!
Dfield_data_accessor.h39 // quick way to get type id
Dbytecode_instruction.h265 * or vice versa. The first way is more preferable, because Primary/Secondary opcodes
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md18 …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 …
Dbalance_expressions_doc.md21 …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…
Dplt.md103 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/
Dcompiler_queue_counter_priority.h141 // The only way to update counter in UpdateCounterAndCheck()
160 // The only way is a name in operator()
/arkcompiler/runtime_core/docs/
Don-stack-replacement.md59 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…
Druntime-class.md48 …ss::FromRuntimeClass` and `coretypes::Class::GetRuntimeClass` are implemented in the following way:
Dirtoc.md29 available in Irtoc lang. They can be set in the similar way as in the IrConstructor:
Daot.md103 …or `CallStatic`, `CallVirtual`, and opcodes related to `Class` resolving there exists a special way
/arkcompiler/runtime_core/runtime/asm_defines/
DCMakeLists.txt59 # best way to do that):
Dasm_defines.def31 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/
Doverview.md47 - 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/
Dbridge.cpp27 // Actualy it is wrong signature but it is only way to make linker don't remove this function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h168 // search as link list, a one-way define chain in SearchForCompilation()
/arkcompiler/runtime_core/compiler/
Doptimizer_run.cpp80 // TODO(msherstennikov): find way to inline in OSR mode in RunOptimizations()
/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp38 // Here implemented second way. in ~ConstructorTest()
/arkcompiler/runtime_core/libpandabase/
DREADME.md161 …alue. List may not be a tail argument. Positional values verified the same way as regular values, …
/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp27 // TODO(msherstennikov): find a better way instead of weak function, e.g. make aot_manager library …
/arkcompiler/toolchain/build/config/sanitizers/
Dsanitizers.gni213 # this condition. We may also be able to find another way to enable your case
/arkcompiler/runtime_core/runtime/include/
Dobject_header.h189 // This is the way to operate with casting MarkWordSize <-> MarkWord and atomics in AtomicSetMark()
/arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.h140 // According Status bits, we can use the offset value in such a way:

123