Home
last modified time | relevance | path

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

123456

/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
110 std::string MethodLiteral::ParseFunctionName(const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionName()
118 const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionNameView()
138 CString MethodLiteral::ParseFunctionNameToCString(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionNameToCString()
158 const char* MethodLiteral::GetMethodName(const JSPandaFile* jsPandaFile, EntityId methodId, bool cp… in GetMethodName()
167 const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) in GetMethodNameView()
176 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName()
185 …nst char *MethodLiteral::GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordNameWithSymbol()
197 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.cpp188 EtsMethod *ToInternalType(ets_method methodId) in ToInternalType()
193 ets_method ToEtsNapiType(EtsMethod *methodId) in ToEtsNapiType()
208 …ic EtsMethod *ResolveVirtualMethod(ScopedManagedCodeFix *s, ets_object object, ets_method methodId) in ResolveVirtualMethod()
223 static NapiType GeneralMethodCall(EtsEnv *env, ets_object obj, ets_method methodId, Args args) in GeneralMethodCall()
242 static void CheckMethodReturnType(ets_method methodId, EtsType type) in CheckMethodReturnType()
726 …tatic ets_object CallObjectMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list ar… in CallObjectMethodList()
735 NO_UB_SANITIZE static ets_object CallObjectMethod(EtsEnv *env, ets_object obj, ets_method methodId,… in CallObjectMethod()
745 …_SANITIZE static ets_object CallObjectMethodArray(EtsEnv *env, ets_object obj, ets_method methodId, in CallObjectMethodArray()
755 …tic ets_boolean CallBooleanMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list ar… in CallBooleanMethodList()
764 …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/toolchain/tooling/static/debugger/
Ddebug_info_cache.cpp32 [this, &file](auto methodId, auto sourceName) { in AddPandaFile()
42 for (auto methodId : debugInfo.GetMethodIdList()) { in AddPandaFile() local
86 auto methodId = method->GetFileId(); in GetCurrentLineLocations() local
116 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
117 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
152 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
156 auto &entry, auto /* next */) { in GetBreakpointLocations()
183 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
190 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
323 auto methodId = method->GetFileId(); in GetLocals() local
[all …]
Ddebug_info_cache.h80 for (const auto &methodId : debugInfo.GetMethodIdList()) { in EnumerateLineEntries() local
91panda_file::File::EntityId methodId, H &&handler) const REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
Dbreakpoint.cpp43 …auto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry)… in TryResolveImpl()
55 for (const auto &methodId : debugInfo->GetMethodIdList()) { in TryResolveImpl() local
Dconditional_breakpoint.cpp71 …auto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry)… in TryResolveImpl()
83 for (const auto &methodId : debugInfo->GetMethodIdList()) { in TryResolveImpl() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebug_info_cache.cpp32 [this, &file](auto methodId, auto sourceName) { in AddPandaFile()
42 for (auto methodId : debugInfo.GetMethodIdList()) { in AddPandaFile() local
86 auto methodId = method->GetFileId(); in GetCurrentLineLocations() local
118 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
119 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
154 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
158 auto &entry, auto /* next */) { in GetBreakpointLocations()
185 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
192 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
325 auto methodId = method->GetFileId(); in GetLocals() local
[all …]
Ddebug_info_cache.h80 for (const auto &methodId : debugInfo.GetMethodIdList()) { in EnumerateLineEntries() local
91panda_file::File::EntityId methodId, H &&handler) const REQUIRES(debugInfosMutex_) in EnumerateLineEntries()
Dbreakpoint.cpp43 …auto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry)… in TryResolveImpl()
55 for (const auto &methodId : debugInfo->GetMethodIdList()) { in TryResolveImpl() local
Dconditional_breakpoint.cpp71 …auto lineHandler = [this, &breakpointLocations](const auto &pandaFile, auto methodId, auto &entry)… in TryResolveImpl()
83 for (const auto &methodId : debugInfo->GetMethodIdList()) { in TryResolveImpl() 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()
/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/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/toolchain/tooling/dynamic/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/
Dir_module.cpp26 auto methodId = methodLiteral->GetMethodId(); in GetFuncName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp194 PGOMethodId methodId(jsMethod->GetMethodId()); in AddMethod() local
220 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet()
232 bool PGOMethodInfoMap::AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType ty… in AddType()
240 bool PGOMethodInfoMap::AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSam… in AddCallTargetType()
248 bool PGOMethodInfoMap::AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOO… in AddObjectInfo()
256 bool PGOMethodInfoMap::AddDefine(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGODefineOpTyp… in AddDefine()
267 auto methodId = iter->first; in Merge() local
286 auto methodId = iter->first; in Merge() local
301 auto methodId = iter->first; in Merge() local
455 uint32_t methodId; in ParseFromText() local
[all …]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Ddebug_info_extractor_test.cpp278File::EntityId methodId, size_t offset) in GetLocalVariableInfoWrapper()
291 …Location GetSourcePairLocationWrapper(const DebugInfoExtractor &extractor, File::EntityId methodId, in GetSourcePairLocationWrapper()
371 …auto methodId = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 14U}).firs… in TEST_F() local
388 …auto methodId = GetBreakpointAddressWrapper(extractor, SourcePairLocation {SOURCE_FILE, 16U}).firs… in TEST_F() local
403 for (auto const &methodId : methods) { in TEST_F() local

123456