| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_access_flag_test.cpp | 49 auto class_name = class_accessor.GetName(); variable
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | enums.rb | 70 def get_astnodetype_value(class_name) argument
|
| D | es2panda_lib.rb | 687 def class_name method in Es2pandaLibApi.ClassData 1141 def check_class_type(class_name, class_base_namespace) argument 1180 def stat_add_method_type(class_name, class_base_namespace, func_new_name) argument 1190 def stat_add_constructor_type(class_name, class_base_namespace, constructor_new_name) argument 1200 def stat_add_method(support, class_name, class_base_namespace, func_new_name) argument 1206 def stat_add_constructor(support, class_name, class_base_namespace, constructor_new_name) argument 1212 def stat_add_class(support, class_name) argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 45 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument 68 #define GEN_SCOPE_TYPES(type, class_name) type, argument 100 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | class.h | 37 Class(std::string_view class_name, std::string_view record_name, in Class()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variableFlags.h | 53 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument 78 #define GEN_SCOPE_TYPES(type, class_name) type, argument 114 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | callee_info.cpp | 99 void CalleeInfo::SetClassName(std::string_view class_name) in SetClassName()
|
| D | abc_file.cpp | 1116 std::string class_name = record_name + GetStringByInst(inst); in ResolveInstCommon() local 1289 std::string class_name = record_name + GetStringByMethodId(m_id); in ResolveDefineClassWithBufferInst() local 1357 const std::string &class_name = cls->GetClassName(); in GetClassFromMemberFunctionName() local 1457 auto &class_name = def_class->GetClassName(); in AddDefinedClass() local 1465 auto &class_name = def_class->GetClassName(); in AddMergedDefinedClass() local
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | intrinsics-yaml.md | 36 ### class_name subsection
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 90 def class_name(item_type) method
|
| D | assembly-emitter.cpp | 1803 auto class_name = catch_block->exception_record; in BuildTryBlocks() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 145 auto class_name = GetClassNameFromMethod(method); in GetMethodFullName() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | asm_metadata.rb | 90 def class_name(item_type) method
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 737 …void CheckConstArrayFilling(panda::pandasm::Program *prog, [[maybe_unused]] std::string class_name, in CheckConstArrayFilling() 770 … void CheckConstArray(panda::pandasm::Program *prog, const char *class_name, std::string func_name, in CheckConstArray()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 179 const std::string class_name("Foo"); in TEST_F() local 523 const std::string class_name("Foo"); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | run_js_test.py | 212 def run_js_case_via_ark(binary_path, js_file_path, class_name, api_name, report_file): argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | debug_info_extractor.cpp | 188 const char *class_name = utf::Mutf8AsCString(pf->GetStringData(cda.GetClassId()).data); in ExtractMethodParams() local
|
| D | file_reader.cpp | 904 std::string class_name(utf::Mutf8AsCString(file_->GetStringData(class_id).data)); in CreateForeignClassItem() local 914 const std::string& class_name) in CreateSuperClassItem() 940 std::string class_name(utf::Mutf8AsCString(file_->GetStringData(class_id).data)); in CreateClassItem() local
|
| D | file_items.h | 1462 std::string class_name; in GetMethodNames() local
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 283 def run_js_case_via_ark(js_file_path, class_name, api_name, iterations, report_file): argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | defect_scan_aux_test.cpp | 87 …atic const Class *CheckClass(std::unique_ptr<const AbcFile> &abc_file, std::string_view class_name) in CheckClass()
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 955 … const auto class_name = StringDataToString(file_->GetStringData(method_accessor.GetClassId())); in GetMetaData() local 1260 std::string class_name = GetFullRecordName(method_accessor.GetClassId()); in GetFullMethodName() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 420 std::vector<uint8_t> class_name {'B', 'a', 'r', '\0'}; variable
|