Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp26 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()
Ddebug_info_extractor.cpp183 … 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
Ddebug_info_extractor.h165 … 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()
Dliteral_data_extractor.cpp47 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/
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/debugger/
Djs_pt_method.h27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.h39 std::pair<uint64_t, bool> GetMainFuncEntry(uint32_t methodId) const in GetMainFuncEntry()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp78 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
Dpanda_file_translator_test.cpp78 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
121 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
Djs_pandafile_test.cpp134 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/
Dpgo_profiler_info.cpp618 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 …]
Dpgo_profiler.cpp238 auto methodId = jsMethod->GetMethodId(); in ProfileObjLayout() local
251 auto methodId = jsMethod->GetMethodId(); in ProfileObjLayout() local
271 auto methodId = ctorJSMethod->GetMethodId(); in ProfileObjLayout() local
Dpgo_profiler_decoder.h99 void MatchAndMarkMethod(const CString &recordName, const char *methodName, EntityId methodId) in MatchAndMarkMethod()
Dpgo_profiler_decoder.cpp176 bool PGOProfilerDecoder::Match(const CString &recordName, PGOMethodId methodId) in Match()
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/
Dbackendsinglestep_fuzzer.cpp50 EntityId methodId(input); in BackendSingleStepFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/
Dbackendbreakpoint_fuzzer.cpp50 EntityId methodId(input); in BackendBreakpointFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/
Dbackendexception_fuzzer.cpp50 EntityId methodId(input); in BackendExceptionFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/
Dbackendloadmodule_fuzzer.cpp50 EntityId methodId(input); in BackendLoadModuleFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/
Dbackendnativecalling_fuzzer.cpp50 EntityId methodId(input); in BackendNativeCallingFuzzTest() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_extractor.cpp42 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_… in GetSourceLocation()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp88 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()
Dbytecodes.cpp748 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/
Djs_single_stepper.cpp91 panda_file::File::EntityId methodId, uint32_t offset) in GetStepRanges()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp67 … 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/
Dmethod.cpp95 EntityId methodId = methodLiteral->GetMethodId(); in Create() local

123