Home
last modified time | relevance | path

Searched full:like (Results 1 – 25 of 94) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/docs/
Dplt.md15 Speaking about AOT mode, for opcodes like `CallStatic`, `CallVirtual`, and opcodes related to `Clas…
90 XX+20: blr x30 ; Call Resolver, x16 is like a "parameter" and "return value"
111 Resolver returns `index+1` value using `x16`, and don't call any other functions like `PLT CallStat…
139 YY+04: br x17 ; Jump to resolver, x16 works like a "parameter" and "re…
145 XX+12: bl YY - (XX+08) ; Call shared slow path for PLT resolver, x16 works like a "parame…
203 AOT file, but distance to `.aot_got` section can be calculated in the same way like for usual code …
/arkcompiler/runtime_core/docs/
Dcoding-style.md3 …s://google.github.io/styleguide/cppguide.html) (you can get google config like this: `clang-format…
46 … unreachable, but the language syntax requires it, mark it with something like return nullptr; /* …
Dirtoc.md37 Pseudo instructions are described like regular instructions in the `instructions.yaml` file, but in…
42 Thus, dataflow is constructing like in other general-purpose language: assign variable - use variab…
Ddoxygen.config178 # support long names like on DOS, Mac, or CD-ROM.
185 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
194 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
341 # will parse them like normal C++ but will assume all classes use public instead
788 # documented source files. You may enter file names like myfile.cpp or
789 # directories like /usr/src/myproject. Separate the files or directories with
805 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
874 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
917 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1428 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h27 * After compiler's register allocation layout of the virtual frame looks like:
53 * numbers for affected instructions. After this is done, the virtual frame looks like:
61 * the virtual frame looks like:
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h113 // Support cases, such as: string like '2333', boolean, null in SubWithTSType()
142 // Support cases, such as: string like '2333', boolean, null in MulWithTSType()
186 // Support special cases, such as: string like '2333', boolean, null in DivWithTSType()
218 // Support special cases, such as: string like '2333', boolean, null in ModWithTSType()
260 // Support special cases, such as: string like '2333', boolean, null in GetBitOPDate()
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md6 like storage size, bit width, etc.
80 Types which are in circular subtyping relation, like `A <: B <: C <: A`, are indistinguishable
Dabsint_checks.md31 Some code may exibit behavior of permanently throwing of exceptions, like always throwing NPE.
/arkcompiler/runtime_core/runtime/mem/
Dframe_allocator.h27 // Allocation flow looks like that:
44 // Frame allocator uses arenas and works like a stack -
/arkcompiler/runtime_core/scripts/
Drun-clang-format17 # look like and output corresponding diff. Exit with the same code as diff.
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h80 /// Works like FNV hash but operates over 4-byte words at a time instead of single bytes
98 /// Works like FNV hash but operates over 4-byte words at a time instead of single bytes
Dmurmur3_hash.h28 // In general murmur hash looks like that:
55 // Many of them looks like some kind of magic
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.h59 // We'd like to swap only to make second operand immediate
/arkcompiler/runtime_core/runtime/include/coretypes/
Ddyn_objects.h28 // Class for objects in dynamic languages like JavaScript
/arkcompiler/runtime_core/cmake/
DREADME.md12 …aries and some debug targets (if you have installed additional libraries, like google-test, clang-…
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Darguments.test.ts35 it('arguments: Array-like object accessible inside functions', function () {
/arkcompiler/runtime_core/verification/gen/templates/
Dabs_int_inl_compat_checks.h.erb66 % if !name.start_with?('_') # those are special like _domains and _default
/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py10 does not have a POSIX-like shell (e.g. Windows).
Dgcc_solink_wrapper.py10 does not have a POSIX-like shell (e.g. Windows).
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb117 # The following methods make not covered assertions look like in ISA
/arkcompiler/runtime_core/runtime/include/
Dhclass.h28 // Class for objects in DYNAMIC_CLASS languages like JavaScript
/arkcompiler/ets_frontend/ts2panda/src/expression/
DmemberAccessExpression.ts67 // deal with case like a["1"]
/arkcompiler/runtime_core/runtime/tests/
Dthread_test.cpp31 * "In particular, death tests don't like having multiple threads in the parent process" in ThreadTest()
/arkcompiler/runtime_core/irtoc/lang/
Dregmask.rb18 # RegMask class is like bitset
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.h44 // Use through ArkPrivate.Load([ContainerTag]) in js, ContainTag was declaerd in ArkPrivate like Ar…

1234