Searched full:general (Results 1 – 25 of 34) sorted by relevance
12
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utils.h | 24 // General helper functions 46 // General helper class
|
| D | murmur3_hash.h | 28 // In general murmur hash looks like that:
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 44 * **Card table** used for marking cards. In general, it has one bit or byte (a byte used to 58 * **Minor GC** in general it is garbage collection worked over Young generation space 60 * **Major GC** in general it is garbage collection worked over Tenured/Old generation space.
|
| D | irtoc.md | 42 Thus, dataflow is constructing like in other general-purpose language: assign variable - use variab…
|
| D | on-stack-replacement.md | 65 There are no restrictions for inlining: methods can be inlined in a general way and all loop-optimi…
|
| D | design-of-interpreter.md | 216 A general overview of managed assembly languages can be found [here](overview-of-managed-assemblers…
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | shorty_iterator.h | 76 // !!! Do not use it in general way !!!
|
| /arkcompiler/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 38 * General language-independent interface for ReferenceProcessing.
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | condition.cpp | 84 // General case including some binExpr i.E.(a+b) in Compile()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class_helper.h | 40 // In general for any T: sizeof(T*) != OBJECT_POINTER_SIZE
|
| D | histogram.h | 48 * \brief Output the General statistics of Histogram
|
| D | stack_walker.h | 246 … // These are shortenings for General-purpose register bank (scalar integer and pointer arithmetic)
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 29 * - general register
|
| D | reg_alloc_graph_coloring.cpp | 146 … // Possible when general intervals are processing, while input is fp-interval or vice versa in PrecolorIG()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | card_table-inl.h | 69 …// NB! In general wide load/short store on overlapping memory of different address are allowed to … in VisitMarked()
|
| /arkcompiler/runtime_core/verification/type/tests/ |
| D | type_system_test.cpp | 200 But in general case assumptions that all elements in LUB are from the same in TEST_F()
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | cflow_info.cpp | 95 … // conditional jumps is problem here, since condition in general could not be precisely in FillJumpsMapAndGetLastInstructionType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.h | 49 GENERAL = 0, enumerator
|
| D | bytecode_circuit_builder.h | 230 // if block has no general insts, try-catch infos of it should be cleared in UpdateTryCatchInfoIfNoThrow()
|
| D | bytecodes.cpp | 24 BytecodeKind kind = BytecodeKind::GENERAL; in InitBytecodeMetaData() 208 if (kind == BytecodeKind::GENERAL || in InitBytecodeMetaData()
|
| D | gate.cpp | 68 CheckFailed("State input does not match (expected:<General State> actual:" in CheckGeneralState()
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference_storage.cpp | 208 …s are not movable objects, so they can be read from storage in native code, but general objects are in GetObject()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 17 - name: General design 35 …the general intuition regarding accumulator usage is to utilize the accumulator as much as possibl…
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 430 // Full list of arm64 General-purpose registers (with vector registers)
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 2859 * LDR Wt, [Xn|SP, Rm{, extend {amount}}] ; 32-bit general registers 2861 * LDR Xt, [Xn|SP, Rm{, extend {amount}}] ; 64-bit general registers 2866 * 32-bit general registers 2869 * 64-bit general registers
|
12