Home
last modified time | relevance | path

Searched defs:methodIdx (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Daot_profiling_data.h37 …AotMethodProfilingData(uint32_t methodIdx, uint32_t classIdx, uint32_t inlineCaches, uint32_t bran… in AotMethodProfilingData()
47 …AotMethodProfilingData(uint32_t methodIdx, uint32_t classIdx, PandaVector<AotCallSiteInlineCache> … in AotMethodProfilingData()
172 void AddMethod(PandaFileIdxType pfIdx, uint32_t methodIdx, AotMethodProfilingData &&profData) in AddMethod()
Dpgo_header.h68 uint32_t methodIdx; member
Dpgo_file_builder.cpp202 uint32_t AotPgoFile::WriteMethodSubSection(uint32_t &currPos, Buffer *buffer, uint32_t methodIdx, in WriteMethodSubSection()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_snapshot.cpp156 size_t methodIdx = 0; in WriteDataToFile() local
290 size_t methodIdx = 0; in ReadDataFromFile() local
Djs_pandafile.cpp394 CString JSPandaFile::GetRecordNameWithBundlePack(EntityId methodIdx) in GetRecordNameWithBundlePack()
428 uint32_t methodIdx = 0; in GetClassAndMethodIndexes() local
526 size_t methodIdx = 0; in SetAllMethodLiteralToMap() local
Dpanda_file_translator.cpp36 size_t methodIdx = 0; in TranslateClasses() local
97 const CString &methodName, size_t methodIdx, size_t classIdx) in TranslateClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp63 size_t methodIdx = 0; in ProcessClasses() local
133 panda_file::File::EntityId methodIdx = method->GetMethodId(); in ProcessMethodForJIT() local
178 panda_file::File::EntityId methodIdx = methodLiteral->GetMethodId(); in ProcessMethod() local
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dclass.cpp133 const std::string methodIdx = std::get<std::string>(value_); in CreateMethod() local
Dnode.cpp363 const std::string methodIdx = info.ins_->GetId(0); in CreateOuterMethod() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp106 panda_file::File::EntityId methodIdx = methodLiteral->GetMethodId(); in DumpBytecodeInst() local
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_saver.cpp105 auto methodIdx = method->GetFileId().GetOffset(); in AddMethod() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp499 auto methodIdx = lineBuffer.ReadUintAndAdvance<uint32_t>(); in ProcessLine() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp636 size_t methodIdx = 0; in BuildJSProperties() local