Searched full:like (Results 1 – 25 of 94) sorted by relevance
1234
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 15 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/ |
| D | coding-style.md | 3 …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; /* …
|
| D | irtoc.md | 37 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…
|
| D | doxygen.config | 178 # 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/ |
| D | reg_encoder.h | 27 * 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/ |
| D | ic_binary_op.h | 113 // 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/ |
| D | types_n_values.md | 6 like storage size, bit width, etc. 80 Types which are in circular subtyping relation, like `A <: B <: C <: A`, are indistinguishable
|
| D | absint_checks.md | 31 Some code may exibit behavior of permanently throwing of exceptions, like always throwing NPE.
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | frame_allocator.h | 27 // Allocation flow looks like that: 44 // Frame allocator uses arenas and works like a stack -
|
| /arkcompiler/runtime_core/scripts/ |
| D | run-clang-format | 17 # look like and output corresponding diff. Exit with the same code as diff.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 80 /// 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
|
| D | murmur3_hash.h | 28 // In general murmur hash looks like that: 55 // Many of them looks like some kind of magic
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.h | 59 // We'd like to swap only to make second operand immediate
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | dyn_objects.h | 28 // Class for objects in dynamic languages like JavaScript
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 12 …aries and some debug targets (if you have installed additional libraries, like google-test, clang-…
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | arguments.test.ts | 35 it('arguments: Array-like object accessible inside functions', function () {
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | abs_int_inl_compat_checks.h.erb | 66 % if !name.start_with?('_') # those are special like _domains and _default
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_link_wrapper.py | 10 does not have a POSIX-like shell (e.g. Windows).
|
| D | gcc_solink_wrapper.py | 10 does not have a POSIX-like shell (e.g. Windows).
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 117 # The following methods make not covered assertions look like in ISA
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | hclass.h | 28 // Class for objects in DYNAMIC_CLASS languages like JavaScript
|
| /arkcompiler/ets_frontend/ts2panda/src/expression/ |
| D | memberAccessExpression.ts | 67 // deal with case like a["1"]
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | thread_test.cpp | 31 * "In particular, death tests don't like having multiple threads in the parent process" in ThreadTest()
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | regmask.rb | 18 # RegMask class is like bitset
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.h | 44 // Use through ArkPrivate.Load([ContainerTag]) in js, ContainTag was declaerd in ArkPrivate like Ar…
|
1234