| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.cpp | 25 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()
|
| D | debug_info_extractor.h | 101 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()
|
| D | literal_data_extractor.cpp | 51 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
|
| D | quick_fix_manager.cpp | 134 auto methodId = patch->GetMethodId(); in IsQuickFixCausedException() local
|
| D | class_info_extractor.cpp | 47 EntityId methodId = method->GetMethodId(); in BuildClassInfoExtractorFromLiteral() local 155 EntityId methodId = detail.methodLiteral->GetMethodId(); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | js_pt_hooks_test.cpp | 65 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/ |
| D | bytecode_info_collector.cpp | 53 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()
|
| D | bytecode_info_collector.h | 397 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()
|
| D | bytecodes.cpp | 550 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
|
| D | pass_manager.cpp | 151 panda_file::File::EntityId methodId = methodLiteral->GetMethodId(); in IsReleasedPandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_pt_method.h | 27 explicit PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_executor_test.cpp | 78 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
|
| D | panda_file_translator_test.cpp | 78 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local 123 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
|
| D | js_pandafile_test.cpp | 138 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/ |
| D | js_stackinfo.cpp | 57 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/ |
| D | pgo_profiler_info.cpp | 180 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()
|
| D | pgo_profiler_loader.cpp | 167 bool PGOProfilerLoader::Match(const CString &recordName, EntityId methodId) in Match()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_extractor.cpp | 42 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_… in GetSourceLocation()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_file.cpp | 45 for (auto methodId : debugInfo_.GetMethodIdList()) { in EnumerateLocations() local
|
| D | source_manager.cpp | 52 for (auto methodId : debugInfo.GetMethodIdList()) { in GetDebugInfo() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_single_stepper.cpp | 91 File::EntityId methodId, uint32_t offset) in GetStepRanges()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/ |
| D | pgo_profiler_loader.cpp | 167 bool PGOProfilerLoader::Match(const CString &recordName, EntityId methodId) in Match()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.h | 39 PassInfo *info, size_t methodId, bool enableLog, in TypeInfer()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_util.cpp | 37 auto methodId = method->GetFileId(); in GetVariables() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 172 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()
|