Searched full:hold (Results 1 – 25 of 30) sorted by relevance
12
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | string.cpp | 37 // allocator may trig gc and move str, need to hold it in CreateFromString() 160 // allocator may trig gc and move array, need to hold it in CreateNewStringFromChars() 195 // allocator may trig gc and move array, need to hold it in CreateNewStringFromBytes() 581 // allocator may trig gc and move 'this', need to hold it in ToCharArray() 691 // allocator may trig gc and move src, need to hold it in DoReplace() 741 // allocator may trig gc and move src, need to hold it in FastSubString() 780 // allocator may trig gc and move src, need to hold it in Concat()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | location_mask.h | 23 * Helper-class to hold information about registers and stack slots usage.
|
| D | interference_graph.h | 181 // TODO (Evgeny.Erokhin): In Appel's book described usage of 2 structures in parallel to hold inter…
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 218 and `reg2` **must** hold only integer values throughout the function? Fortunately, the answer is 219 no, they must not, virtual registers may hold value of different types (just as hardware registers,
|
| D | code_metainfo.md | 120 | ROOTS_REG_MASK_INDEX | Mask of the CPU registers that hold managed objects | 121 | ROOTS_STACK_MASK_INDEX | Mask of the stack slots that hold managed objects |
|
| D | design-of-interpreter.md | 160 1. Virtual registers should be able to hold following types: unsigned and signed integers with
|
| /arkcompiler/runtime_core/irtoc/backend/ |
| D | CMakeLists.txt | 44 # TARGET_VARIABLE - name of a variable, which will hold name of the generated object file, so the…
|
| /arkcompiler/runtime_core/runtime/ |
| D | osr.cpp | 176 … // need to reset it here, otherwise it can hold old object, that probably isn't live already. in SetOsrResult()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | codegen_doc.md | 13 2. CodeBuilder - contain binary data and hold header with information for stack-walker.
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 173 defend, and hold each Contributor harmless for any liability
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 173 defend, and hold each Contributor harmless for any liability
|
| /arkcompiler/runtime_core/assembler/templates/ |
| D | ins_emit.h.erb | 63 % elsif type(insn).start_with? 'u' # can hold both float and integer literals
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 173 defend, and hold each Contributor harmless for any liability
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 173 defend, and hold each Contributor harmless for any liability
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 23 Registers are wide enough to hold a single reference when working with objects. 25 …When used for object types, registers should be considered wide enough to hold a reference to an o… 104 …that hold 'any' value, whether they are primitive or not. Virtual registers and accumulator are wi… 105 …to hold 'any' value. When VM executes code inside dynamically-typed language context, regular stat…
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | operands.h | 427 * Immediate class may hold only int or float values (maybe vectors in future). 787 - src for movs can hold same register multiply times in ResoveParameterSequence()
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_toolchain.gni | 37 # "invoker.toolchain_args.foo", so make a temporary to hold the toolchain
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.h | 411 * Class to hold live instruction set
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | frame.h | 668 // ExtFrame<ExtData> is an extended panda::Frame. It's used to hold any
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.h | 691 friend class EcmaVM; // hold the factory instance
|
| D | ecma_string.cpp | 27 // allocator may trig gc and move src, need to hold it in Concat()
|
| D | aot_file_manager.cpp | 911 …// attempt is successful, it means that the current vm thread does not hold the lock,the reentranc… in SafeTryReadLock()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | basicblock.h | 634 /// This value hold properties of the basic block. It accessed via BitField types.
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc.cpp | 124 // Use NativeSleep for all threads, as this thread shouldn't hold Mutator lock here in WaitForIdleGC()
|
12