Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dcalling_methods_test_helper.h33 …nused]] static void CallVoidMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallVoidMethodListHelper()
40 …static ets_object CallObjectMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallObjectMethodListHelper()
47 …atic ets_boolean CallBooleanMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallBooleanMethodListHelper()
54 …d]] static ets_byte CallByteMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallByteMethodListHelper()
61 …d]] static ets_char CallCharMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallCharMethodListHelper()
68 …] static ets_short CallShortMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallShortMethodListHelper()
75 …sed]] static ets_int CallIntMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallIntMethodListHelper()
82 …d]] static ets_long CallLongMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallLongMethodListHelper()
89 …] static ets_float CallFloatMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallFloatMethodListHelper()
96 …static ets_double CallDoubleMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallDoubleMethodListHelper()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp26 MethodLiteral::MethodLiteral(EntityId methodId) in MethodLiteral()
35 EntityId methodId = GetMethodId(); in Initialize() local
89 std::string MethodLiteral::ParseFunctionName(const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionName()
97 const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionNameView()
117 CString MethodLiteral::ParseFunctionNameToCString(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionNameToCString()
137 const char* MethodLiteral::GetMethodName(const JSPandaFile* jsPandaFile, EntityId methodId, bool cp… in GetMethodName()
146 const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) in GetMethodNameView()
155 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName()
164 …nst char *MethodLiteral::GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordNameWithSymbol()
176 uint32_t MethodLiteral::GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) in GetCodeSize()
[all …]
Ddebug_info_extractor.cpp181 … LineNumberTable &DebugInfoExtractor::GetLineNumberTable(const panda_file::File::EntityId methodId) in GetLineNumberTable()
197 …umnNumberTable &DebugInfoExtractor::GetColumnNumberTable(const panda_file::File::EntityId methodId) in GetColumnNumberTable()
213 …VariableTable &DebugInfoExtractor::GetLocalVariableTable(const panda_file::File::EntityId methodId) in GetLocalVariableTable()
229 const std::string &DebugInfoExtractor::GetSourceFile(const panda_file::File::EntityId methodId) in GetSourceFile()
245 const std::string &DebugInfoExtractor::GetSourceCode(const panda_file::File::EntityId methodId) in GetSourceCode()
261 bool DebugInfoExtractor::ExtractorMethodDebugInfo(const panda_file::File::EntityId methodId) in ExtractorMethodDebugInfo()
332 panda_file::File::EntityId methodId = mda.GetMethodId(); in Extract() local
Ddebug_info_extractor.h170 … bool MatchLineWithOffset(const Callback &cb, panda_file::File::EntityId methodId, uint32_t offset) in MatchLineWithOffset()
182 …bool MatchColumnWithOffset(const Callback &cb, panda_file::File::EntityId methodId, uint32_t offse… in MatchColumnWithOffset()
193 int32_t GetFristLine(panda_file::File::EntityId methodId) in GetFristLine()
207 int32_t GetFristColumn(panda_file::File::EntityId methodId) in GetFristColumn()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp186 EtsMethod *ToInternalType(ets_method methodId) in ToInternalType()
191 ets_method ToEtsNapiType(EtsMethod *methodId) in ToEtsNapiType()
206 …ic EtsMethod *ResolveVirtualMethod(ScopedManagedCodeFix *s, ets_object object, ets_method methodId) in ResolveVirtualMethod()
220 static NapiType GeneralMethodCall(EtsEnv *env, ets_object obj, ets_method methodId, Args args) in GeneralMethodCall()
239 static void CheckMethodReturnType(ets_method methodId, EtsType type) in CheckMethodReturnType()
722 …tatic ets_object CallObjectMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list ar… in CallObjectMethodList()
731 NO_UB_SANITIZE static ets_object CallObjectMethod(EtsEnv *env, ets_object obj, ets_method methodId,… in CallObjectMethod()
741 …_SANITIZE static ets_object CallObjectMethodArray(EtsEnv *env, ets_object obj, ets_method methodId, in CallObjectMethodArray()
751 …tic ets_boolean CallBooleanMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list ar… in CallBooleanMethodList()
760 …ANITIZE static ets_boolean CallBooleanMethod(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallBooleanMethod()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_extractor.cpp69 PandaList<PtStepRange> TestExtractor::GetStepRanges(EntityId methodId, uint32_t currentOffset) in GetStepRanges()
95 std::vector<panda_file::LocalVariableInfo> TestExtractor::GetLocalVariableInfo(EntityId methodId, s… in GetLocalVariableInfo()
108 …ctor<panda_file::DebugInfoExtractor::ParamInfo> &TestExtractor::GetParameterInfo(EntityId methodId) in GetParameterInfo()
134 SourceLocation TestExtractor::GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.h67 for (auto methodId : debugInfo.GetMethodIdList()) { in EnumerateLineEntries() local
79panda_file::File::EntityId methodId, H &&handler) REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
Ddebug_info_cache.cpp29 std::forward_as_tuple(file, [this, &file](auto methodId, auto sourceName) { in AddPandaFile()
63 auto methodId = method->GetFileId(); in GetCurrentLineLocations() local
93 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
94 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
129 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
133 auto &entry, auto /* next */) { in GetBreakpointLocations()
158 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
165 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
298 auto methodId = method->GetFileId(); in GetLocals() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dmethod_data_accessor.cpp21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor()
Dmethod_data_accessor-inl.h29 inline File::EntityId MethodDataAccessor::GetNameId(const File &pandaFile, File::EntityId methodId) in GetNameId()
37 …_file::File::StringData MethodDataAccessor::GetName(const File &pandaFile, File::EntityId methodId) in GetName()
43 inline File::EntityId MethodDataAccessor::GetProtoId(const File &pandaFile, File::EntityId methodId) in GetProtoId()
52 inline File::EntityId MethodDataAccessor::GetClassId(const File &pandaFile, File::EntityId methodId) in GetClassId()
Dfile_reader.cpp194 File::EntityId methodId(std::get<uint32_t>(value)); in EmplaceLiteralVals() local
304 const File::EntityId methodId {scalar.Get<uint32_t>()}; in SetElemValueItem() local
394 const File::EntityId methodId {array.Get<uint32_t>(j)}; in SetElemValueItem() local
588 …em *FileReader::GetCatchTypeItem(CodeDataAccessor::CatchBlock &catchBlock, File::EntityId methodId, in GetCatchTypeItem()
606 File::EntityId &methodId) in SetMethodCodeIfPresent()
650 MethodItem *FileReader::CreateMethodItem(ClassItem *cls, File::EntityId methodId) in CreateMethodItem()
813 ForeignMethodItem *FileReader::CreateForeignMethodItem(BaseClassItem *fcls, File::EntityId methodId) in CreateForeignMethodItem()
998 for (auto methodId : methodIndex) { in ReadRegionHeaders() local
1079 File::EntityId methodId = reverseDone.find(methodItem)->second; in InstCheckByFlags() local
1087 File::EntityId methodId = reverseDone.find(methodItem)->second; in InstCheckByFlags() local
[all …]
/arkcompiler/runtime_core/static_core/verification/cache/
Dresults_cache.cpp129 void VerificationResultCache::CacheResult(uint64_t methodId, bool result) in CacheResult()
140 VerificationResultCache::Status VerificationResultCache::Check(uint64_t methodId) in Check()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Dpt_location.h28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_helper.cpp26 EntityId methodId = mainMethodLiteral->GetMethodId(); in CreateMainFuncWithPatch() 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/runtime_core/static_core/compiler/optimizer/ir/
Daot_data.cpp52 intptr_t AotData::GetPltSlotOffset(uint64_t pc, uint32_t methodId) in GetPltSlotOffset()
58 int32_t AotData::GetPltSlotId(uint32_t methodId) in GetPltSlotId()
71 intptr_t AotData::GetVirtIndexSlotOffset(uint64_t pc, uint32_t methodId) in GetVirtIndexSlotOffset()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp175 PGOMethodId methodId(jsMethod->GetMethodId()); in AddMethod() local
197 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet()
209 bool PGOMethodInfoMap::AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType ty… in AddType()
217 bool PGOMethodInfoMap::AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSam… in AddCallTargetType()
225 bool PGOMethodInfoMap::AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOO… in AddObjectInfo()
233 bool PGOMethodInfoMap::AddDefine(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGODefineOpTyp… in AddDefine()
244 auto methodId = iter->first; in Merge() local
263 auto methodId = iter->first; in Merge() local
278 auto methodId = iter->first; in Merge() local
389 uint32_t methodId; in ParseFromText() local
[all …]
Dpgo_profiler.cpp521 EntityId methodId, in UpdateExtraProfileTypeInfo()
578 EntityId methodId = method->GetMethodId(); in ProcessProfileTypeInfo() local
725 auto methodId = method->GetMethodId(); in ProfileBytecode() local
958 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName()
981 void PGOProfiler::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int… in DumpICByValue()
1010 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly()
1037 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly()
1060 …GOProfiler::DumpICByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, in DumpICByNameWithHandler()
1113 …ofiler::DumpICLoadByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, in DumpICLoadByNameWithHandler()
1155 …OProfiler::DumpICByValueWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, in DumpICByValueWithHandler()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dir_module.cpp27 auto methodId = methodLiteral->GetMethodId(); in GetFuncName() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h53 uintptr_t methodId; member
66 uintptr_t methodId; member
73 EntityId methodId; member
87 uintptr_t *methodId; member
Djs_stackinfo.cpp85 panda_file::File::EntityId methodId = method->GetMethodId(); in BuildMethodTrace() local
99 uint32_t methodId = it->second; in BuildInlinedMethodTrace() local
314 panda_file::File::EntityId methodId = method->GetMethodId(); in BuildJsStackInfo() local
486 uintptr_t methodId = mda.GetMethodId().GetOffset(); in ReadMethodInfo() local
558EntityId methodId, uintptr_t offset, T &jsFrame, SourceMap *sourceMap = nullptr) in ParseJsFrameInfo()
602 bool ArkParseJsFrameInfo(uintptr_t byteCodePc, uintptr_t methodId, uintptr_t mapBase, uintptr_t loa… in ArkParseJsFrameInfo()
784 bool ArkGetMethodIdFromMethod(void *ctx, ReadMemFunc readMem, uintptr_t method, uintptr_t &methodId) in ArkGetMethodIdFromMethod()
795 …dId(void *ctx, ReadMemFunc readMem, uintptr_t frameType, uintptr_t currentPtr, uintptr_t &methodId) in ArkGetMethodId()
817 uintptr_t &frameType, uintptr_t &pc, uintptr_t *methodId) in ArkGetNextFrame()
941 uintptr_t methodId = jitCodeArray[i]; in ArkWriteJitCode() local
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp277File::EntityId methodId, size_t offset) in GetLocalVariableInfoWrapper()
290 …Location GetSourcePairLocationWrapper(const DebugInfoExtractor &extractor, File::EntityId methodId, in GetSourcePairLocationWrapper()
370 …auto methodId = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 14U}).firs… in TEST_F() local
387 …auto methodId = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 16U}).firs… in TEST_F() local
402 for (auto const &methodId : methods) { in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp78 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
113 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
150 std::vector<File::EntityId> methodId {}; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp103 panda_file::File::EntityId methodId; member
111 auto methodId = methodInfo.methodId; in CheckFrame() local
189 panda_file::File::EntityId methodId; in TEST_F() local

12345