| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | accumulators.h | 30 std::string methodInfo; member
|
| H A D | disassembler.cpp | 227 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 D | vtable_builder_variance-inl.h | 118 ProcessDefaultMethod(ITable itable, size_t itableIdx, MethodInfo *methodInfo) ProcessDefaultMethod() argument
|
| H A D | vtable_builder_standard-inl.h | 122 bool StandardVTableBuilder<OverridePred>::ProcessDefaultMethod(ITable itable, size_t itableIdx, MethodInfo *methodInfo) in ProcessDefaultMethod() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/external/ |
| H A D | panda_file_external.h | 122 static void AppendMethodInfo(MethodSymInfoExt *methodInfo, void *userData) in AppendMethodInfo() argument
|
| H A D | file_ext.cpp | 150 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 D | debugger_test.cpp | 106 static void CheckFrame(Frame *frame, std::vector<VRegValue> ®s, const MethodInfo &methodInfo) in CheckFrame() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | compilation_driver.h | 164 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 D | bytecode_info_collector.cpp | 242 MethodInfo &methodInfo = iter->second; in SetMethodPcInfoIndex() local
|
| H A D | compiler_log.cpp | 221 auto methodInfo = std::make_pair(id, name); in AddMethodTime() local
|
| H A D | aot_compiler_preprocessor.cpp | 457 auto &methodInfo = it->second; in GenerateMethodMap() local
|
| H A D | ts_inline_lowering.cpp | 129 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 D | dropframe_manager_test.cpp | 55 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 D | opt_code_profiler.cpp | 144 CString methodInfo = abcNames_[key.GetAbcId()] + ":" + CString(methodName); in FilterMethodToPrint() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | dropframe_manager.cpp | 299 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 D | jit_dfx.cpp | 100 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 D | jit.cpp | 339 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 D | pgo_profiler_info.h | 415 auto methodInfo = methodMap_.find(checksum); in Merge() local 435 auto methodInfo = methodMap_.find(checksum); in GetMethodInfo() local
|
| H A D | pgo_profiler_info.cpp | 436 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 D | transformer.cpp | 905 AddMethodToClass(ir::ClassDefinition *classDefinition, const MethodInfo& methodInfo, ArenaVector<ir::Expression *> ¶ms, 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...] |