Home
last modified time | relevance | path

Searched full:special (Results 1 – 25 of 142) sorted by relevance

123456

/arkcompiler/runtime_core/libpandafile/
Dmethod_handle_data_accessor.h24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
Dindex_accessor.h24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
Dproto_data_accessor.h24 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
Dclass_data_accessor.h26 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
Dbytecode_instruction.h87 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
221 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
Dmethod_data_accessor.h25 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
Dpanda_cache.h34 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
/arkcompiler/runtime_core/docs/
Daot.md24 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.
Dcfi_directives.md5 … 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…
Don-stack-replacement.md62 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/
Dencoder.md12special 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/
Dmath_helper.h42 … // +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()
Dutf_helper.cpp138 // 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/
Dverification.h29 // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions, hicpp-special-member-functions)
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-class-definition5-expected.txt1 SyntaxError: Constructor can not be special method [test-class-definition5.js:18:7]
/arkcompiler/runtime_core/assembler/
Dlexer.h51 … OPERATION, /* special */
55 KEYWORD, /* special */
Dassembly-record.h32 bool conflict = false; /* Name is conflict with panda primitive types. Need special handle. */
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md3 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…
Dcodegen_doc.md3 …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/
Dtest-type-annotation1.ts17 // Test types with special keywords
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dencode_bit.h30 * 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/
Dfuzzing-coverage-clang-9.cmake14 # This target is to collect coverage after fuzzing on special fuzzing targets
Dfuzzilli.cmake14 # This target is to collect coverage after fuzzing on special fuzzing targets
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h89 // 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/
Drun-clang-format23 # escaping special chatracters in CMake files.

123456