Home
last modified time | relevance | path

Searched defs:classIdx (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfield_data_accessor.cpp28 auto classIdx = helpers::Read<IDX_SIZE>(&sp); in FieldDataAccessor() local
Dannotation_data_accessor.cpp25 auto classIdx = helpers::Read<IDX_SIZE>(&sp); in AnnotationDataAccessor() local
Dproto_data_accessor-inl.h133 auto classIdx = helpers::Read<IDX_SIZE>(&sp); in GetReferenceType() local
Dmethod_data_accessor-inl.h55 auto classIdx = helpers::Read<IDX_SIZE>(&sp); in GetClassId() local
Dfile.cpp584 auto classIdx = GetClasses(); in GetClassId() local
Dfile_reader.cpp1045 const auto classIdx = file_->GetClasses(); in ReadClasses() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h61 uint32_t classIdx; member
74 uint32_t classIdx; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdparser.cpp97 unsigned int classIdx = dataKeeper.CreateStrInTable(lexer.GetStrToken(), kClassName); in ParseMDClass() local
Dmdgenerator.cpp44 unsigned int classIdx = curKeeper.GetStrInTable(className).idx; in GetSpecificClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/include/
Dmdrecord.h241 MDClass(unsigned int classIdx, bool isAnonymous) in MDClass()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp97 std::string Profile::GetFunctionName(uint32 classIdx, uint32 methodIdx, uint32 sigIdx) const in GetFunctionName()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp489 size_t classIdx = GetClassAndMethodIndex(&methodIdx); in TranslateClass() local
Dpanda_file_translator.cpp97 const CString &methodName, size_t methodIdx, size_t classIdx) in TranslateClass()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp543 const auto classIdx = file_->GetClasses(); in GetRecords() local
697 auto classIdx = catchBlock.GetTypeIdx(); in GetExceptions() local