Home
last modified time | relevance | path

Searched defs:methodId (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp25 MethodLiteral::MethodLiteral(const JSPandaFile *jsPandaFile, EntityId methodId) in MethodLiteral()
80 std::string MethodLiteral::ParseFunctionName(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionName()
93 const char *MethodLiteral::GetMethodName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetMethodName()
101 …da_file::File::StringData MethodLiteral::GetName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetName()
107 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName()
134 uint32_t MethodLiteral::GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) in GetCodeSize()
Ddebug_info_extractor.h101 auto methodId = panda_file::File::EntityId(id); in MatchWithLocation() local
122 … bool MatchLineWithOffset(const Callback &cb, panda_file::File::EntityId methodId, uint32_t offset) in MatchLineWithOffset()
134 …bool MatchColumnWithOffset(const Callback &cb, panda_file::File::EntityId methodId, uint32_t offse… in MatchColumnWithOffset()
146 int32_t GetFristLine(panda_file::File::EntityId methodId) in GetFristLine()
155 int32_t GetFristColumn(panda_file::File::EntityId methodId) in GetFristColumn()
Dliteral_data_extractor.cpp51 uint32_t methodId; in ExtractObjectDatas() local
169 uint32_t methodId; in EnumerateLiteralVals() local
343 uint32_t methodId; in ExtractObjectDatas() local
443 uint32_t methodId; in GetDatasIgnoreType() local
Dquick_fix_manager.cpp134 auto methodId = patch->GetMethodId(); in IsQuickFixCausedException() local
Dclass_info_extractor.cpp47 EntityId methodId = method->GetMethodId(); in BuildClassInfoExtractorFromLiteral() local
155 EntityId methodId = detail.methodLiteral->GetMethodId(); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/toolchain/tooling/test/
Djs_pt_hooks_test.cpp65 EntityId methodId(0); in HWTEST_F_L0() local
84 EntityId methodId(0); in HWTEST_F_L0() local
95 EntityId methodId(0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp53 auto methodId = mda.GetMethodId(); in ProcessClasses() local
224 auto methodId = method->GetMethodId().GetOffset(); in CollectInnerMethods() local
228 void BytecodeInfoCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset) in CollectInnerMethods()
298 uint32_t methodId; in CollectMethodInfoFromBC() local
476 void LexEnvManager::SetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot, const Ga… in SetLexEnvElementType()
482 GateType LexEnvManager::GetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot) const in GetLexEnvElementType()
488 uint32_t LexEnvManager::GetTargetLexEnv(uint32_t methodId, uint32_t level) const in GetTargetLexEnv()
Dbytecode_info_collector.h397 inline uint32_t GetOutMethodId(uint32_t methodId) const in GetOutMethodId()
402 inline LexicalEnvStatus GetLexEnvStatus(uint32_t methodId) const in GetLexEnvStatus()
407 inline bool HasDefaultRoot(uint32_t methodId) const in HasDefaultRoot()
Dbytecodes.cpp550 uint16_t methodId = READ_INST_16_1(); in InitBytecodeInfo() local
558 uint16_t methodId = READ_INST_16_2(); in InitBytecodeInfo() local
566 uint16_t methodId = READ_INST_16_1(); in InitBytecodeInfo() local
574 uint16_t methodId = READ_INST_16_2(); in InitBytecodeInfo() local
1256 uint16_t methodId = READ_INST_16_1(); in InitBytecodeInfo() local
1268 uint16_t methodId = READ_INST_16_2(); in InitBytecodeInfo() local
Dpass_manager.cpp151 panda_file::File::EntityId methodId = methodLiteral->GetMethodId(); in IsReleasedPandaFile() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h27 explicit PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp78 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
112 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
149 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
Dpanda_file_translator_test.cpp78 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
123 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
Djs_pandafile_test.cpp138 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
173 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
224 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp57 panda_file::File::EntityId methodId = method->GetMethodId(); in BuildMethodTrace() local
144 panda_file::File::EntityId methodId = method->GetMethodId(); in BuildJsStackInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp180 bool PGOMethodInfoMap::AddMethod(Chunk *chunk, EntityId methodId, const CString &methodName, Sample… in AddMethod()
201 auto methodId = iter->first; in Merge() local
287 uint32_t methodId; in ParseFromText() local
344 bool PGORecordDetailInfos::AddMethod(const CString &recordName, EntityId methodId, in AddMethod()
451 bool PGORecordSimpleInfos::Match(const CString &recordName, EntityId methodId) in Match()
Dpgo_profiler_loader.cpp167 bool PGOProfilerLoader::Match(const CString &recordName, EntityId methodId) in Match()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_extractor.cpp42 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_… in GetSourceLocation()
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_file.cpp45 for (auto methodId : debugInfo_.GetMethodIdList()) { in EnumerateLocations() local
Dsource_manager.cpp52 for (auto methodId : debugInfo.GetMethodIdList()) { in GetDebugInfo() local
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp91 File::EntityId methodId, uint32_t offset) in GetStepRanges()
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_loader.cpp167 bool PGOProfilerLoader::Match(const CString &recordName, EntityId methodId) in Match()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.h39 PassInfo *info, size_t methodId, bool enableLog, in TypeInfer()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.cpp37 auto methodId = method->GetFileId(); in GetVariables() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp172 File::EntityId methodId = location.GetMethodId(); in IsSkipLine() local
220 File::EntityId methodId = location->GetMethodId(); in NotifyPaused() local
936 auto methodId = method->GetMethodId(); in GenerateCallFrame() local
1001 auto methodId = method->GetMethodId(); in GetLocalScopeChain() local
1063 …uggerImpl::GetLocalVariables(const FrameHandler *frameHandler, panda_file::File::EntityId methodId, in GetLocalVariables()

12