Searched defs:methodIdx (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/jit/libprofile/ |
| D | aot_profiling_data.h | 37 …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()
|
| D | pgo_header.h | 68 uint32_t methodIdx; member
|
| D | pgo_file_builder.cpp | 202 uint32_t AotPgoFile::WriteMethodSubSection(uint32_t &currPos, Buffer *buffer, uint32_t methodIdx, in WriteMethodSubSection()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_snapshot.cpp | 156 size_t methodIdx = 0; in WriteDataToFile() local 290 size_t methodIdx = 0; in ReadDataFromFile() local
|
| D | js_pandafile.cpp | 394 CString JSPandaFile::GetRecordNameWithBundlePack(EntityId methodIdx) in GetRecordNameWithBundlePack() 428 uint32_t methodIdx = 0; in GetClassAndMethodIndexes() local 526 size_t methodIdx = 0; in SetAllMethodLiteralToMap() local
|
| D | panda_file_translator.cpp | 36 size_t methodIdx = 0; in TranslateClasses() local 97 const CString &methodName, size_t methodIdx, size_t classIdx) in TranslateClass()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 63 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/ |
| D | class.cpp | 133 const std::string methodIdx = std::get<std::string>(value_); in CreateMethod() local
|
| D | node.cpp | 363 const std::string methodIdx = info.ins_->GetId(0); in CreateOuterMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 106 panda_file::File::EntityId methodIdx = methodLiteral->GetMethodId(); in DumpBytecodeInst() local
|
| /arkcompiler/runtime_core/static_core/runtime/jit/ |
| D | profiling_saver.cpp | 105 auto methodIdx = method->GetFileId().GetOffset(); in AddMethod() local
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.cpp | 499 auto methodIdx = lineBuffer.ReadUintAndAdvance<uint32_t>(); in ProcessLine() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_class_wrapper.cpp | 636 size_t methodIdx = 0; in BuildJSProperties() local
|