Home
last modified time | relevance | path

Searched full:general (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h24 // General helper functions
46 // General helper class
Dmurmur3_hash.h28 // In general murmur hash looks like that:
/arkcompiler/runtime_core/docs/
Dglossary.md44 * **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.
Dirtoc.md42 Thus, dataflow is constructing like in other general-purpose language: assign variable - use variab…
Don-stack-replacement.md65 There are no restrictions for inlining: methods can be inlined in a general way and all loop-optimi…
Ddesign-of-interpreter.md216 A general overview of managed assembly languages can be found [here](overview-of-managed-assemblers…
/arkcompiler/runtime_core/libpandafile/
Dshorty_iterator.h76 // !!! Do not use it in general way !!!
/arkcompiler/runtime_core/runtime/mem/gc/reference-processor/
Dreference_processor.h38 * General language-independent interface for ReferenceProcessing.
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp84 // General case including some binExpr i.E.(a+b) in Compile()
/arkcompiler/runtime_core/runtime/include/
Dclass_helper.h40 // In general for any T: sizeof(T*) != OBJECT_POINTER_SIZE
Dhistogram.h48 * \brief Output the General statistics of Histogram
Dstack_walker.h246 … // These are shortenings for General-purpose register bank (scalar integer and pointer arithmetic)
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h29 * - general register
Dreg_alloc_graph_coloring.cpp146 … // Possible when general intervals are processing, while input is fp-interval or vice versa in PrecolorIG()
/arkcompiler/runtime_core/runtime/mem/gc/
Dcard_table-inl.h69 …// NB! In general wide load/short store on overlapping memory of different address are allowed to … in VisitMarked()
/arkcompiler/runtime_core/verification/type/tests/
Dtype_system_test.cpp200 But in general case assumptions that all elements in LUB are from the same in TEST_F()
/arkcompiler/runtime_core/verification/cflow/
Dcflow_info.cpp95 … // conditional jumps is problem here, since condition in general could not be precisely in FillJumpsMapAndGetLastInstructionType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h49 GENERAL = 0, enumerator
Dbytecode_circuit_builder.h230 // if block has no general insts, try-catch infos of it should be cleared in UpdateTryCatchInfoIfNoThrow()
Dbytecodes.cpp24 BytecodeKind kind = BytecodeKind::GENERAL; in InitBytecodeMetaData()
208 if (kind == BytecodeKind::GENERAL || in InitBytecodeMetaData()
Dgate.cpp68 CheckFailed("State input does not match (expected:<General State> actual:" in CheckGeneralState()
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference_storage.cpp208 …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/
Disa.yaml17 - 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/
Dtarget.h430 // Full list of arm64 General-purpose registers (with vector registers)
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2859 * 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