Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 - 25 of 74) sorted by relevance

123

/arkcompiler/runtime_core/libpandafile/
H A Dtype_helper.h30 inline bool IsArrayDescriptor(const uint8_t *descriptor) in IsArrayDescriptor() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dtype_helper.h29 inline bool IsArrayDescriptor(const uint8_t *descriptor) in IsArrayDescriptor() argument
H A Dclass_data_accessor.h149 auto descriptor = data.data; in DemangledName() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
H A Djs_proxy.h41 const uint8_t *descriptor = klass->GetDescriptor(); in IsProxyClass() local
H A Djs_proxy.cpp83 auto descriptor in Create() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_utils.cpp22 bool IsEtsGlobalClassName(const std::string &descriptor) in IsEtsGlobalClassName() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test_resolve_field.cpp99 PandaString descriptor; in TEST_F() local
H A Dinterpreter_test_resolve_ctor_class.cpp97 PandaString descriptor; in TEST_F() local
H A Dcompilation_status_test.cpp86 PandaString descriptor; in GetClass() local
H A Dgetmethod_test.cpp92 PandaString descriptor; in TEST_F() local
H A Dinterpreter_test_switch.cpp127 PandaString descriptor; in TEST_F() local
H A Dosr_code_test.cpp86 PandaString descriptor; in GetClass() local
H A Dcompiler_thread_pool.cpp89 PandaString descriptor; in GetClass() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_helper.h65 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 Dvariable_manager.h43 TreeNode(std::unique_ptr<PropertyDescriptor> descriptor) : data(std::move(descriptor)) {} in TreeNode() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dbytecodeopt_peepholes_runtime_test.cpp114 PandaString descriptor; in TEST_F() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-type.cpp72 Type Type::FromDescriptor(std::string_view descriptor) in FromDescriptor() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-type.cpp89 Type Type::FromDescriptor(std::string_view descriptor) in FromDescriptor() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dnative_stack.cpp51 std::string ChangeJaveStackFormat([[maybe_unused]] const char *descriptor) in ChangeJaveStackFormat() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dpanda_runner.h138 PandaString descriptor; in GetMethod() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Class.cpp107 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 Dclass.h30 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 Dcompilerinterfacestub_fuzzer.cpp49 std::u16string descriptor = AotCompilerService::GetDescriptor(); in DoSomethingInterestingWithMyAPI() local
/arkcompiler/runtime_core/compiler/tests/
H A Dpanda_runner.h129 PandaString descriptor; in GetMethod() local
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp310 Class *CoreClassLinkerExtension::CreateClass(const uint8_t *descriptor, size_t vtableSize, size_t imtSize, size_t size) in CreateClass() argument

Completed in 7 milliseconds

123