Home
last modified time | relevance | path

Searched defs:methodInfo (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/
H A Daccumulators.h30 std::string methodInfo; member
H A Ddisassembler.cpp227 SerializeIfPrintMethodInfo( const pandasm::Function &method, bool printMethodInfo, std::ostringstream &headerSs, const MethodInfo *&methodInfo, std::map<std::string, ark::disasm::MethodInfo>::const_iterator &methodInfoIt) const SerializeIfPrintMethodInfo() argument
269 const MethodInfo *methodInfo = nullptr; Serialize() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_variance-inl.h118 ProcessDefaultMethod(ITable itable, size_t itableIdx, MethodInfo *methodInfo) ProcessDefaultMethod() argument
H A Dvtable_builder_standard-inl.h122 bool StandardVTableBuilder<OverridePred>::ProcessDefaultMethod(ITable itable, size_t itableIdx, MethodInfo *methodInfo) in ProcessDefaultMethod() argument
/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dpanda_file_external.h122 static void AppendMethodInfo(MethodSymInfoExt *methodInfo, void *userData) in AppendMethodInfo() argument
H A Dfile_ext.cpp150 std::vector<struct MethodSymInfoExt> methodInfo; in QueryAllMethodSyms() local
223 bool QueryMethodSymByOffsetExt(struct PandaFileExt *pf, uint64_t offset, struct MethodSymInfoExt *methodInfo) in QueryMethodSymByOffsetExt() argument
235 bool QueryMethodSymAndLineByOffsetExt(struct PandaFileExt *pf, uint64_t offset, struct MethodSymInfoExt *methodInfo) in QueryMethodSymAndLineByOffsetExt() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddebugger_test.cpp106 static void CheckFrame(Frame *frame, std::vector<VRegValue> &regs, const MethodInfo &methodInfo) in CheckFrame() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_driver.h164 auto &methodInfo in CompileMethod() local
50 CompileMethod(const Callback &cb, const CString &recordName, const std::string &methodName, MethodLiteral *methodLiteral, uint32_t methodOffset, const MethodPcInfo &methodPcInfo, MethodInfo &methodInfo) CompileMethod() argument
[all...]
H A Dbytecode_info_collector.cpp242 MethodInfo &methodInfo = iter->second; in SetMethodPcInfoIndex() local
H A Dcompiler_log.cpp221 auto methodInfo = std::make_pair(id, name); in AddMethodTime() local
H A Daot_compiler_preprocessor.cpp457 auto &methodInfo = it->second; in GenerateMethodMap() local
H A Dts_inline_lowering.cpp129 auto &methodInfo = bytecodeInfo.GetMethodList().at(methodOffset); in TryInline() local
209 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral* method, in InlineCall() argument
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Ddropframe_manager_test.cpp55 void PushMethodInfoTest(std::tuple<JSPandaFile*, panda_file::File::EntityId> methodInfo) in PushMethodInfoTest() argument
60 bool CheckExitMethodInfoTest(std::tuple<JSPandaFile*, panda_file::File::EntityId> methodInfo) in CheckExitMethodInfoTest() argument
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp144 CString methodInfo = abcNames_[key.GetAbcId()] + ":" + CString(methodName); in FilterMethodToPrint() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp299 PushMethodInfo(std::tuple<JSPandaFile*, panda_file::File::EntityId> methodInfo) PushMethodInfo() argument
305 CheckExitMethodInfo(std::tuple<JSPandaFile*, panda_file::File::EntityId> methodInfo) CheckExitMethodInfo() argument
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp100 CString methodInfo = method->GetRecordNameStr() + "." + CString(method->GetMethodName()); in DumpBytecodeInst() local
113 ss << "BytecodeInst func:" << methodInfo << "\n"; in DumpBytecodeInst() local
134 CString methodInfo = method->GetRecordNameStr() + "." + CString(method->GetMethodName()); in TraceJitCode() local
143 LOG_JIT(INFO) << prefixStr << prefix << methodInfo; in TraceJitCode() local
H A Djit.cpp339 CString methodInfo = fileDesc + ":" + method->GetRecordNameStr() + "." + CString(method->GetMethodName()); in CountInterpExecFuncs() local
365 CString methodInfo = methodName + ", bytecode size:" + ToCString(codeSize); in Compile() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h415 auto methodInfo = methodMap_.find(checksum); in Merge() local
435 auto methodInfo = methodMap_.find(checksum); in GetMethodInfo() local
H A Dpgo_profiler_info.cpp436 auto methodInfo = methodInfoIter.second; in ProcessToText() local
473 auto methodInfo = methodInfoIter.second; in ProcessToJson() local
512 auto &methodInfo in ParseFromBinary() local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp905 AddMethodToClass(ir::ClassDefinition *classDefinition, const MethodInfo& methodInfo, ArenaVector<ir::Expression *> &params, ArenaVector<ir::Statement *> &statements) AddMethodToClass() argument
957 AddGeneratedMethodToClass(ir::ClassDefinition *classDefinition, const MethodInfo &methodInfo, util::StringView propName) AddGeneratedMethodToClass() argument
998 AddGeneratedSetOrGetMethodToClass(ir::ClassDefinition *classDefinition, ir::ClassProperty *propertyNode, const MethodInfo &methodInfo) AddGeneratedSetOrGetMethodToClass() argument
[all...]

Completed in 18 milliseconds