| /arkcompiler/runtime_core/libpandafile/ |
| H A D | type_helper.h | 30 inline bool IsArrayDescriptor(const uint8_t *descriptor) in IsArrayDescriptor() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | type_helper.h | 29 inline bool IsArrayDescriptor(const uint8_t *descriptor) in IsArrayDescriptor() argument
|
| H A D | class_data_accessor.h | 149 auto descriptor = data.data; in DemangledName() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| H A D | js_proxy.h | 41 const uint8_t *descriptor = klass->GetDescriptor(); in IsProxyClass() local
|
| H A D | js_proxy.cpp | 83 auto descriptor in Create() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_utils.cpp | 22 bool IsEtsGlobalClassName(const std::string &descriptor) in IsEtsGlobalClassName() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test_resolve_field.cpp | 99 PandaString descriptor; in TEST_F() local
|
| H A D | interpreter_test_resolve_ctor_class.cpp | 97 PandaString descriptor; in TEST_F() local
|
| H A D | compilation_status_test.cpp | 86 PandaString descriptor; in GetClass() local
|
| H A D | getmethod_test.cpp | 92 PandaString descriptor; in TEST_F() local
|
| H A D | interpreter_test_switch.cpp | 127 PandaString descriptor; in TEST_F() local
|
| H A D | osr_code_test.cpp | 86 PandaString descriptor; in GetClass() local
|
| H A D | compiler_thread_pool.cpp | 89 PandaString descriptor; in GetClass() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | class_helper.h | 65 static bool IsArrayDescriptor(const uint8_t *descriptor) in IsArrayDescriptor() argument 71 static const uint8_t *GetComponentDescriptor(const uint8_t *descriptor) in GetComponentDescriptor() argument 78 static size_t GetDimensionality(const uint8_t *descriptor) in GetDimensionality() argument 93 GetName(const uint8_t *descriptor) GetName() argument 145 GetNameUndecorated(const uint8_t *descriptor) GetNameUndecorated() argument [all...] |
| /arkcompiler/toolchain/tooling/client/manager/ |
| H A D | variable_manager.h | 43 TreeNode(std::unique_ptr<PropertyDescriptor> descriptor) : data(std::move(descriptor)) {} in TreeNode() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | bytecodeopt_peepholes_runtime_test.cpp | 114 PandaString descriptor; in TEST_F() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-type.cpp | 72 Type Type::FromDescriptor(std::string_view descriptor) in FromDescriptor() argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-type.cpp | 89 Type Type::FromDescriptor(std::string_view descriptor) in FromDescriptor() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | native_stack.cpp | 51 std::string ChangeJaveStackFormat([[maybe_unused]] const char *descriptor) in ChangeJaveStackFormat() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | panda_runner.h | 138 PandaString descriptor; in GetMethod() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Class.cpp | 107 PandaString descriptor; in StdCoreRuntimeLinkerLoadClassInternal() local 108 ClassHelper::GetDescriptor(utf::CStringAsMutf8(name.c_str()), &descriptor); in StdCoreRuntimeLinkerLoadClassInternal() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | class.h | 30 Class(const uint8_t *descriptor, uint32_t vtableSize, uint32_t imtSize, uint32_t klassSize) in Class() argument 37 void InitClass(const uint8_t *descriptor, uint32_t vtableSize, uint32_t imtSize, uint32_t klassSize) in InitClass() argument
|
| /arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/ |
| H A D | compilerinterfacestub_fuzzer.cpp | 49 std::u16string descriptor = AotCompilerService::GetDescriptor(); in DoSomethingInterestingWithMyAPI() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | panda_runner.h | 129 PandaString descriptor; in GetMethod() local
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| H A D | core_class_linker_extension.cpp | 310 Class *CoreClassLinkerExtension::CreateClass(const uint8_t *descriptor, size_t vtableSize, size_t imtSize, size_t size) in CreateClass() argument
|