Home
last modified time | relevance | path

Searched defs:methodInfo (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/parameter_check/
Dparameter_check_test.cpp82 …e::ImportDescriptor GetImportDescriptor(const abckit::core::Module &module, MethodInfo &methodInfo) in GetImportDescriptor()
124 abckit::core::Function GetMethodToModify(const abckit::core::Class &klass, MethodInfo &methodInfo) in GetMethodToModify()
138 MethodInfo &methodInfo) in GetSubclassMethod()
161 …on(const abckit::core::Function &method, abckit::core::ImportDescriptor id, MethodInfo &methodInfo) in ModifyFunction()
198 MethodInfo methodInfo = {"modules/base", "Handler", "handle"}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Ddropframe_manager_test.cpp55 void PushMethodInfoTest(std::tuple<JSPandaFile*, panda_file::File::EntityId> methodInfo) in PushMethodInfoTest()
60 bool CheckExitMethodInfoTest(std::tuple<JSPandaFile*, panda_file::File::EntityId> methodInfo) in CheckExitMethodInfoTest()
153 std::tuple<JSPandaFile*, panda_file::File::EntityId> methodInfo(jspandaFilePtr, entityId); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h56 MethodInfo &methodInfo) in CompileMethod()
164 auto &methodInfo = methodList.at(methodLiteral->GetMethodId().GetOffset()); in CompileMethod() local
Dpass_manager.cpp75 ApEntityId abcId) -> bool { in Compile()
280 Module *m) { in Compile()
Dcompiler_log.cpp193 auto methodInfo = std::make_pair(id, name); in AddMethodTime() local
Dts_inline_lowering.cpp127 auto &methodInfo = bytecodeInfo.GetMethodList().at(methodOffset); in TryInline() local
213 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral… in InlineCall()
Dbytecode_info_collector.cpp284 MethodInfo &methodInfo = iter->second; in SetMethodPcInfoIndex() local
Daot_compiler_preprocessor.cpp456 auto &methodInfo = it->second; in GenerateMethodMap() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/parameter_check/
Dparameter_check_test.cpp128 AbckitCoreImportDescriptor *GetImportDescriptor(AbckitCoreModule *module, MethodInfo &methodInfo) in GetImportDescriptor()
224 AbckitCoreFunction *GetMethodToModify(AbckitCoreClass *klass, MethodInfo &methodInfo) in GetMethodToModify()
238 …nction *GetSubclassMethod(AbckitCoreImportDescriptor *id, AbckitInst *inst, MethodInfo &methodInfo) in GetSubclassMethod()
259 … ModifyFunction(AbckitCoreFunction *method, AbckitCoreImportDescriptor *id, MethodInfo &methodInfo) in ModifyFunction()
269 void Modify(MethodInfo &methodInfo, AbckitFile *file) in Modify()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_dfx.cpp100 …CString methodInfo = method->GetRecordNameStr(thread) + "." + CString(method->GetMethodName(thread… in DumpBytecodeInst() local
135 …CString methodInfo = method->GetRecordNameStr(thread) + "." + CString(method->GetMethodName(thread… in TraceJitCode() local
Djit.cpp249 CString methodInfo = in CountInterpExecFuncs() local
282 auto methodInfo = decision.GetMethodInfo(); in Compile() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/
Dapi_modifier.h31 …fier(enum AbckitApiVersion version, AbckitFile *file, const AbckitApi *impl, MethodInfo methodInfo) in ApiModifier() argument
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dfile_ext.cpp150 std::vector<struct MethodSymInfoExt> methodInfo; in QueryAllMethodSyms() local
223 …MethodSymByOffsetExt(struct PandaFileExt *pf, uint64_t offset, struct MethodSymInfoExt *methodInfo) in QueryMethodSymByOffsetExt()
235 …ymAndLineByOffsetExt(struct PandaFileExt *pf, uint64_t offset, struct MethodSymInfoExt *methodInfo) in QueryMethodSymAndLineByOffsetExt()
Dpanda_file_external.h122 static void AppendMethodInfo(MethodSymInfoExt *methodInfo, void *userData) in AppendMethodInfo()
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp106 static void CheckFrame(Frame *frame, std::vector<VRegValue> &regs, const MethodInfo &methodInfo) in CheckFrame()
212 MethodInfo methodInfo {nregs, nargs, methodId}; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_variance-inl.h123MethodInfo *methodInfo) in ProcessDefaultMethod()
Dvtable_builder_standard-inl.h122 …uilder<OverridePred>::ProcessDefaultMethod(ITable itable, size_t itableIdx, MethodInfo *methodInfo) in ProcessDefaultMethod()
/arkcompiler/runtime_core/static_core/disassembler/
Daccumulators.h30 std::string methodInfo; member
Ddisassembler.cpp235 …unction &method, bool printMethodInfo, std::ostringstream &headerSs, const MethodInfo *&methodInfo, in SerializeIfPrintMethodInfo()
277 const MethodInfo *methodInfo = nullptr; in Serialize() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp299 panda_file::File::EntityId> methodInfo) in PushMethodInfo()
305 panda_file::File::EntityId> methodInfo) in CheckExitMethodInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp143 CString methodInfo = abcNames_[key.GetAbcId()] + ":" + CString(methodName); in FilterMethodToPrint() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h447 auto methodInfo = methodMap_.find(checksum); in Merge() local
467 auto methodInfo = methodMap_.find(checksum); in GetMethodInfo() local
Dpgo_profiler_info.cpp498 auto methodInfo = methodInfoIter.second; in ProcessToText() local
536 auto methodInfo = methodInfoIter.second; in ProcessToJson() local
575 … auto &methodInfo = methodNameSetIter->second.GetOrCreateMethodInfo(checksum, info->GetMethodId()); in ParseFromBinary() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp902 const MethodInfo& methodInfo, in AddMethodToClass()
954 const MethodInfo &methodInfo, in AddGeneratedMethodToClass()
996 const MethodInfo &methodInfo) in AddGeneratedSetOrGetMethodToClass()