| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| D | pass_manager_statistics.h | 40 auto AddInlinedMethods(size_t num) in AddInlinedMethods() 49 auto AddPbcInstNum(uint64_t num) in AddPbcInstNum() 53 auto SetPbcInstNum(uint64_t num) in SetPbcInstNum()
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager_statistics.h | 40 auto AddInlinedMethods(size_t num) in AddInlinedMethods() 49 auto AddPbcInstNum(uint64_t num) in AddPbcInstNum() 53 auto SetPbcInstNum(uint64_t num) in SetPbcInstNum()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | numberLiteral.h | 35 explicit NumberLiteral(double num) : Literal(AstNodeType::NUMBER_LITERAL), number_(num) {} in NumberLiteral() 36 explicit NumberLiteral(double num, util::StringView str) in NumberLiteral()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | macro_assembler_x64.cpp | 112 int16_t num = std::get<int8_t>(param); in MovParameterIntoParamReg() local 117 int16_t num = std::get<int16_t>(param); in MovParameterIntoParamReg() local 122 int32_t num = std::get<int32_t>(param); in MovParameterIntoParamReg() local 127 int64_t num = std::get<int64_t>(param); in MovParameterIntoParamReg() local
|
| /arkcompiler/ets_runtime/test/aottest/load_local_module_var/ |
| D | load_local_module_var.ts | 24 let num = RunNormalCall() variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-ts-index-signature-6.ts | 19 num: number = 123; property in FooError
|
| D | test-type-template-literal2.ts | 19 type num = 1 | 2; alias
|
| D | test-ts-index-signature-5.ts | 19 num: number = 123; property in Foo
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/ |
| D | any_define.ts | 18 let num: any = 3; variable
|
| /arkcompiler/ets_runtime/test/jittest/icnotfound/ |
| D | icnotfound.js | 161 function add(f, num) { argument 183 function add(f, num) { argument 205 function add(f, num) { argument
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_deopt_loop/ |
| D | ts_inline_deopt_loop.ts | 51 let num = RunNormalCall() variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-index-signature-2.ts | 19 num: number = 123; property in Foo
|
| D | test-ts-index-signature-3.ts | 19 num: number = 123; property in Foo
|
| D | test-ts-static-blocks-in-class2.ts | 24 static num: number = 0; property in PrivateFoo
|
| D | test-ts-static-blocks-in-class5.ts | 24 static num: number = 0; variable
|
| /arkcompiler/ets_runtime/test/moduletest/forin_primitive/ |
| D | forin_primitive.js | 29 let num = 123 variable
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_export_import_cases/export_default_assignment/ |
| D | export_default_02_instance.ts | 18 num: numTypeAlias = 1; property in A
|
| /arkcompiler/ets_runtime/test/moduletest/icnotfoundtest/ |
| D | icnotfoundtest.js | 161 function add(f, num) { argument 183 function add(f, num) { argument 205 function add(f, num) { argument
|
| /arkcompiler/ets_runtime/test/aottest/ts_multi_inline_deopt/ |
| D | ts_multi_inline_deopt.ts | 59 let num = PreCall() variable
|
| /arkcompiler/ets_runtime/test/aottest/icnotfound/ |
| D | icnotfound.js | 161 function add(f, num) { argument 183 function add(f, num) { argument 205 function add(f, num) { argument
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | reg_context.h | 169 bool IsRegDefined(int num) const in IsRegDefined() 173 bool IsValid(int num) const in IsValid() 177 bool WasConflictOnReg(int num) const in WasConflictOnReg()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | type_inference.ts | 22 let num: any = 333; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_number.h | 40 Number(const Number &num) : val(num.val) {} in Number() 42 Number(Number &&num) noexcept : val(std::move(num.val)) {} in Number() function
|
| D | mpl_logging.h | 280 #define INFO(num, fmt, ...) \ argument 287 #define INFO_V(verbose, num, fmt, ...) \ argument 294 #define WARN(num, fmt, ...) \ argument 301 #define ERR(num, fmt, ...) \ argument 308 #define FATAL(num, fmt, ...) \ argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | math_helpers_test.cpp | 44 auto testIsPowerOfTwo = [](uint64_t num, bool expect) { in TEST() 67 auto testAbsOrMin = [](int64_t num, int64_t expect) { EXPECT_EQ(expect, AbsOrMin(num)); }; in TEST()
|