| /arkcompiler/runtime_core/verification/config/whitelist/ |
| D | whitelist.cpp | 33 whitelist.Names[static_cast<size_t>(kind)].push_back(name); in AddWhitelistMethodConfig() 46 auto &names = Whitelist.Names[k]; in InsertIntoWhitelist() local 47 if (std::find(names.begin(), names.end(), name) != names.end()) { in InsertIntoWhitelist()
|
| /arkcompiler/runtime_core/compiler/cmake/ |
| D | coverage.cmake | 18 NAMES "lcov" 26 NAMES "genhtml"
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 63 - Path to a file which contains full names of methods to compile. 87 # Keys are functions' full names (i.e. `class::method`). 99 # Keys are clusters' names.
|
| /arkcompiler/runtime_core/libpandabase/cmake/ |
| D | mm_coverage.cmake | 18 NAMES "lcov" 26 NAMES "genhtml"
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints_compiler.inl.erb | 26 constexpr const char* NAMES[static_cast<size_t>(EntrypointId::COUNT)] = { 31 return NAMES[static_cast<size_t>(id)];
|
| /arkcompiler/runtime_core/bytecode_optimizer/cmake/ |
| D | coverage.cmake | 25 NAMES "lcov" 33 NAMES "genhtml"
|
| /arkcompiler/runtime_core/docs/ |
| D | coding-style.md | 16 6. Same parameter names in Method definitions and declarations. 17 7. No `k` prefix in constant names.
|
| /arkcompiler/runtime_core/verification/type/ |
| D | type_image.h | 31 explicit TypeImage(const SortNames &names) : SNames_ {names} {} in TypeImage() argument
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-tuple-type2-expected.txt | 1 SyntaxError: Tuple members must all have or haven't names [test-tuple-type2.ts:17:17]
|
| /arkcompiler/runtime_core/cross_values/ |
| D | cross_values_getters_generator.rb | 37 names = data.scan /DEFINE_VALUE\((\w+),/ 42 names.sort_by(&:first).each do |define|
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | options.yaml | 35 description: Fully qualified class names to verify 43 …Fully qualified method names to verify (if neither this nor classes are set, all classes will be v…
|
| /arkcompiler/runtime_core/verification/config/ |
| D | README.md | 18 List with methods full names, which will be considered as verified.
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 102 std::vector<std::string> names = {"C", "B", "A"}; variable 105 for (auto &name : names) { 119 for (size_t i = 0; i < names.size(); i++) { 120 … EXPECT_EQ(panda_file->GetClassId(reinterpret_cast<const uint8_t *>(names[i].c_str())).GetOffset(),
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.h | 61 static constexpr std::array names = { in GetName() local 67 return names[static_cast<unsigned>(GetKind())]; in GetName()
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-18-04-dev | 37 libdwarf-dev=20180129-* # For printing function names and line numbers
|
| D | ubuntu-20-04-dev | 37 libdwarf-dev=20200114-* # For printing function names and line numbers
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | util.ts | 487 // Auto, Loop and Unique names are generated and cached based on their unique autoGenerateId. 496 … // Unique names are generated and cached based on their unique autoGenerateId and original idText. 514 …// Node names generate unique names based on their original node and are cached based on that node…
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
|
| /arkcompiler/ets_frontend/test262/ |
| D | module_tests.txt | 20 dup-bound-names.js 267 invalid-private-names-call-expression-bad-reference.js 268 invalid-private-names-call-expression-this.js 269 invalid-private-names-member-expression-bad-reference.js 270 invalid-private-names-member-expression-this.js
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /arkcompiler/runtime_core/verification/config/context/ |
| D | context.h | 52 std::array<PandaVector<PandaString>, static_cast<size_t>(WhitelistKind::__LAST__)> Names; member
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.yaml | 108 …description: Location paths of the each boot panda file, including file names, that will be writte…
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 134 - Positional arguments should be without names or `=` signs, separated by whitespaces 161 …values verified the same way as regular values, difference only that it's names are ignored in an …
|