| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.cpp | 26 MethodLiteral::MethodLiteral(EntityId methodId) in MethodLiteral() 35 EntityId methodId = GetMethodId(); in Initialize() local 84 std::string MethodLiteral::ParseFunctionName(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionName() 99 const char *MethodLiteral::GetMethodName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetMethodName() 111 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName() 124 …nst char *MethodLiteral::GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordNameWithSymbol() 136 uint32_t MethodLiteral::GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) in GetCodeSize()
|
| D | debug_info_extractor.cpp | 183 … LineNumberTable &DebugInfoExtractor::GetLineNumberTable(const panda_file::File::EntityId methodId) in GetLineNumberTable() 199 …umnNumberTable &DebugInfoExtractor::GetColumnNumberTable(const panda_file::File::EntityId methodId) in GetColumnNumberTable() 215 …VariableTable &DebugInfoExtractor::GetLocalVariableTable(const panda_file::File::EntityId methodId) in GetLocalVariableTable() 231 const std::string &DebugInfoExtractor::GetSourceFile(const panda_file::File::EntityId methodId) in GetSourceFile() 247 const std::string &DebugInfoExtractor::GetSourceCode(const panda_file::File::EntityId methodId) in GetSourceCode() 263 bool DebugInfoExtractor::ExtractorMethodDebugInfo(const panda_file::File::EntityId methodId) in ExtractorMethodDebugInfo() 334 panda_file::File::EntityId methodId = mda.GetMethodId(); in Extract() local
|
| D | debug_info_extractor.h | 165 … bool MatchLineWithOffset(const Callback &cb, panda_file::File::EntityId methodId, uint32_t offset) in MatchLineWithOffset() 177 …bool MatchColumnWithOffset(const Callback &cb, panda_file::File::EntityId methodId, uint32_t offse… in MatchColumnWithOffset() 188 int32_t GetFristLine(panda_file::File::EntityId methodId) in GetFristLine() 202 int32_t GetFristColumn(panda_file::File::EntityId methodId) in GetFristColumn()
|
| D | literal_data_extractor.cpp | 47 uint32_t methodId = 0; in ExtractObjectDatas() local 146 uint32_t methodId = 0; in EnumerateLiteralVals() local 299 uint32_t methodId = 0; in ExtractObjectDatas() local 391 uint32_t methodId = 0; in GetDatasIgnoreType() 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/debugger/ |
| D | js_pt_method.h | 27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.h | 39 std::pair<uint64_t, bool> GetMainFuncEntry(uint32_t methodId) const in GetMainFuncEntry()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_executor_test.cpp | 78 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local 114 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local 152 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 121 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
|
| D | js_pandafile_test.cpp | 134 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local 168 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local 218 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 618 PGOMethodId methodId(jsMethod->GetMethodId()); in AddMethod() local 639 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet() 651 bool PGOMethodInfoMap::AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType ty… in AddType() 659 bool PGOMethodInfoMap::AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSam… in AddCallTargetType() 667 bool PGOMethodInfoMap::AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOO… in AddObjectInfo() 676 Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type, PGOSampleType superType) in AddDefine() 687 auto methodId = iter->first; in Merge() local 706 auto methodId = iter->first; in Merge() local 721 auto methodId = iter->first; in Merge() local 829 uint32_t methodId; in ParseFromText() local [all …]
|
| D | pgo_profiler.cpp | 238 auto methodId = jsMethod->GetMethodId(); in ProfileObjLayout() local 251 auto methodId = jsMethod->GetMethodId(); in ProfileObjLayout() local 271 auto methodId = ctorJSMethod->GetMethodId(); in ProfileObjLayout() local
|
| D | pgo_profiler_decoder.h | 99 void MatchAndMarkMethod(const CString &recordName, const char *methodName, EntityId methodId) in MatchAndMarkMethod()
|
| D | pgo_profiler_decoder.cpp | 176 bool PGOProfilerDecoder::Match(const CString &recordName, PGOMethodId methodId) in Match()
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
| D | backendsinglestep_fuzzer.cpp | 50 EntityId methodId(input); in BackendSingleStepFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
| D | backendbreakpoint_fuzzer.cpp | 50 EntityId methodId(input); in BackendBreakpointFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
| D | backendexception_fuzzer.cpp | 50 EntityId methodId(input); in BackendExceptionFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
| D | backendloadmodule_fuzzer.cpp | 50 EntityId methodId(input); in BackendLoadModuleFuzzTest() local
|
| /arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
| D | backendnativecalling_fuzzer.cpp | 50 EntityId methodId(input); in BackendNativeCallingFuzzTest() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_extractor.cpp | 42 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_… in GetSourceLocation()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 88 auto methodId = mda.GetMethodId(); in ProcessClasses() local 182 auto methodId = method->GetMethodId().GetOffset(); in CollectInnerFuncType() local 311 auto methodId = method->GetMethodId().GetOffset(); in CollectInnerMethods() local 315 void BytecodeInfoCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool… in CollectInnerMethods() 398 uint32_t methodId; in CollectMethodInfoFromBC() local 804 void LexEnvManager::SetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot, const Ga… in SetLexEnvElementType() 810 GateType LexEnvManager::GetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot) const in GetLexEnvElementType() 816 uint32_t LexEnvManager::GetTargetLexEnv(uint32_t methodId, uint32_t level) const in GetTargetLexEnv()
|
| D | bytecodes.cpp | 748 uint16_t methodId = READ_INST_16_1(); in InitBytecodeInfo() local 756 uint16_t methodId = READ_INST_16_2(); in InitBytecodeInfo() local 764 uint16_t methodId = READ_INST_16_1(); in InitBytecodeInfo() local 772 uint16_t methodId = READ_INST_16_2(); in InitBytecodeInfo() local 1454 uint16_t methodId = READ_INST_16_1(); in InitBytecodeInfo() local 1466 uint16_t methodId = READ_INST_16_2(); in InitBytecodeInfo() local
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_single_stepper.cpp | 91 panda_file::File::EntityId methodId, uint32_t offset) in GetStepRanges()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 67 … EntityId methodId = reinterpret_cast<MethodLiteral *>(methodKey.methodIdentifier)->GetMethodId(); in ParseMethodInfo() local 238 panda_file::File::EntityId methodId = methodLiteral->GetMethodId(); in GetNativeMethodCallPos() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | method.cpp | 95 EntityId methodId = methodLiteral->GetMethodId(); in Create() local
|