Searched full:special (Results 1 – 25 of 142) sorted by relevance
123456
| /arkcompiler/runtime_core/libpandafile/ |
| D | method_handle_data_accessor.h | 24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| D | index_accessor.h | 24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| D | proto_data_accessor.h | 24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| D | class_data_accessor.h | 26 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| D | bytecode_instruction.h | 87 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions) 221 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| D | method_data_accessor.h | 25 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| D | panda_cache.h | 34 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 24 special alignment, mostly it is 16 bytes (see `CODE_ALIGNMENT` in `libpandabase/utils/arch.h` file). 49 ## Special `.aot_got` section 51 …ct rule: `.text` section must be placed right after `.aot_got` section, and this special section is 103 …or `CallStatic`, `CallVirtual`, and opcodes related to `Class` resolving there exists a special way 108 AOT-compiled code may use special PLT-slots to load resolved string without runtime calls.
|
| D | cfi_directives.md | 5 … preferred to compiler-generated, i.e. for performance reasons (usage of special cryptographic/vec… 6 In case of **compiler-generated** code compilers emit special **debug symbols** in resulting binary…
|
| D | on-stack-replacement.md | 62 In OSR-methods special osr-entry flag is added to the loop-header basic blocks and some optimizatio… 71 Codegen creates special OsrStackMap for each SaveStateOsr instruction. Difference from regular stac… 81 No code is generated in place of OsrSaveState, but a special OsrEntryStub entity is created,
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encoder.md | 12 …special registers and temps. It also may holds low-level information about callee and caller-saved… 22 …hy it contains Labels list for have possibility to know concrete address for special branch-target. 75 …ot to make dependency from compiler. It also must not to make dependency from special architecture. 146 // 1. Create encoder for special-architecture 165 // Get special registers data
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | math_helper.h | 42 … // +0.0(double) is the special case for std::asinh() function compiled in linux for windows. in Asinh() 53 … // -0.0(double) is the special case for std::atanh() function compiled in linux for windows. in Atanh()
|
| D | utf_helper.cpp | 138 // special case for \u0000 ==> C080 - 1100'0000 1000'0000 in ConvertUtf16ToUtf8() 186 res += UtfLength::TWO; // special case for U+0000 => C0 80 in Utf16ToUtf8Size() 221 // special case for \u0000 ==> C080 - 1100'0000 1000'0000 in ConvertRegionUtf16ToUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | verification.h | 29 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-class-definition5-expected.txt | 1 SyntaxError: Constructor can not be special method [test-class-definition5.js:18:7]
|
| /arkcompiler/runtime_core/assembler/ |
| D | lexer.h | 51 … OPERATION, /* special */ 55 KEYWORD, /* special */
|
| D | assembly-record.h | 32 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 3 To get string literal by its identifier application has to perform special runtime call. To improve… 4 mode such runtime calls could be replaced with load from a special PLT-slot in AOT file. In that ca…
|
| D | codegen_doc.md | 3 …ependence from target-architecture - also, for this target - was created special compiler-independ… 37 …emented ScopedDisasmPrinter(for print disassembly), EncodeVisitor (for generating special opcodes).
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-annotation1.ts | 17 // Test types with special keywords
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | encode_bit.h | 30 * is reference unused weak builtins special obj type string obj offset region index 49 static constexpr int OBJECT_SPECIAL = 1; // special
|
| /arkcompiler/runtime_core/cmake/toolchain/ |
| D | fuzzing-coverage-clang-9.cmake | 14 # This target is to collect coverage after fuzzing on special fuzzing targets
|
| D | fuzzilli.cmake | 14 # This target is to collect coverage after fuzzing on special fuzzing targets
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 89 // Some special cases, such as: object + undefined, object + boolean, etc. in AddWithTSType() 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/scripts/ |
| D | run-clang-format | 23 # escaping special chatracters in CMake files.
|
123456