Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile_type.h62 uint32_t methodIdx; member
75 uint32_t methodIdx; member
97 uint32_t methodIdx; member
/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()
106 std::string Profile::GetMethodSigStr(uint32 methodIdx, uint32 sigIdx) const in GetMethodSigStr()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp84 size_t methodIdx = 0; in ProcessClasses() local
174 panda_file::File::EntityId methodIdx = method->GetMethodId(); in ProcessMethod() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp498 auto methodIdx = lineBuffer.ReadUintAndAdvance<uint32_t>(); in ProcessLine() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp386 size_t methodIdx = 0; in BuildJSProperties() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp46 size_t methodIdx = 0; in TranslateClasses() local