Home
last modified time | relevance | path

Searched defs:class_name (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Dassembler_access_flag_test.cpp49 auto class_name = class_accessor.GetName(); variable
/arkcompiler/ets_frontend/ets2panda/public/
Denums.rb70 def get_astnodetype_value(class_name) argument
Des2panda_lib.rb687 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/
DvariableFlags.h45 #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/
Dclass.h37 Class(std::string_view class_name, std::string_view record_name, in Class()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h53 #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/
Dcallee_info.cpp99 void CalleeInfo::SetClassName(std::string_view class_name) in SetClassName()
Dabc_file.cpp1116 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/
Dintrinsics-yaml.md36 ### class_name subsection
/arkcompiler/runtime_core/assembler/
Dasm_metadata.rb90 def class_name(item_type) method
Dassembly-emitter.cpp1803 auto class_name = catch_block->exception_record; in BuildTryBlocks() local
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h145 auto class_name = GetClassNameFromMethod(method); in GetMethodFullName() local
/arkcompiler/runtime_core/static_core/assembler/
Dasm_metadata.rb90 def class_name(item_type) method
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h737 …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/
Daot_test.cpp179 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/
Drun_js_test.py212 def run_js_case_via_ark(binary_path, js_file_path, class_name, api_name, report_file): argument
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp188 const char *class_name = utf::Mutf8AsCString(pf->GetStringData(cda.GetClassId()).data); in ExtractMethodParams() local
Dfile_reader.cpp904 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
Dfile_items.h1462 std::string class_name; in GetMethodNames() local
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py283 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/
Ddefect_scan_aux_test.cpp87 …atic const Class *CheckClass(std::unique_ptr<const AbcFile> &abc_file, std::string_view class_name) in CheckClass()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp955 … 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/
Dfile_item_container_test.cpp420 std::vector<uint8_t> class_name {'B', 'a', 'r', '\0'}; variable