Home
last modified time | relevance | path

Searched defs:methodId (Results 1 – 25 of 106) 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
84 std::string MethodLiteral::ParseFunctionName(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionName()
100 CString MethodLiteral::ParseFunctionNameToCString(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionNameToCString()
115 const char *MethodLiteral::GetMethodName(const JSPandaFile *jsPandaFile, EntityId methodId, bool cp… in GetMethodName()
126 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName()
135 …nst char *MethodLiteral::GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordNameWithSymbol()
147 uint32_t MethodLiteral::GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) in GetCodeSize()
167 EntityId methodId = GetMethodId(); in GetConcurrentRequestedModules() local
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.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.cpp185 EtsMethod *ToInternalType(ets_method methodId) in ToInternalType()
190 ets_method ToEtsNapiType(EtsMethod *methodId) in ToEtsNapiType()
205 …ic EtsMethod *ResolveVirtualMethod(ScopedManagedCodeFix *s, ets_object object, ets_method methodId) in ResolveVirtualMethod()
219 static NapiType GeneralMethodCall(EtsEnv *env, ets_object obj, ets_method methodId, Args args) in GeneralMethodCall()
238 static void CheckMethodReturnType(ets_method methodId, EtsType type) in CheckMethodReturnType()
720 …tatic ets_object CallObjectMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list ar… in CallObjectMethodList()
729 NO_UB_SANITIZE static ets_object CallObjectMethod(EtsEnv *env, ets_object obj, ets_method methodId,… in CallObjectMethod()
739 …_SANITIZE static ets_object CallObjectMethodArray(EtsEnv *env, ets_object obj, ets_method methodId, in CallObjectMethodArray()
749 …tic ets_boolean CallBooleanMethodList(EtsEnv *env, ets_object obj, ets_method methodId, va_list ar… in CallBooleanMethodList()
758 …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.cpp27 std::forward_as_tuple(file, [this, &file](auto methodId, auto sourceName) { in AddPandaFile()
61 auto methodId = method->GetFileId(); in GetCurrentLineLocations() local
91 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
92 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
127 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
131 auto &entry, auto /* next */) { in GetBreakpointLocations()
156 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
182 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
297 auto methodId = method->GetFileId(); in GetLocals() local
Ddebug_info_cache.h67 for (auto methodId : debug_info.GetMethodIdList()) { in EnumerateLineEntries() 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.h28 inline File::EntityId MethodDataAccessor::GetNameId(const File &pandaFile, File::EntityId methodId) in GetNameId()
36 …_file::File::StringData MethodDataAccessor::GetName(const File &pandaFile, File::EntityId methodId) in GetName()
42 inline File::EntityId MethodDataAccessor::GetProtoId(const File &pandaFile, File::EntityId methodId) in GetProtoId()
51 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/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/pgo_profiler/
Dpgo_profiler_info.cpp185 PGOMethodId methodId(jsMethod->GetMethodId()); in AddMethod() local
207 PGOMethodTypeSet *PGOMethodInfoMap::GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId) in GetOrInsertMethodTypeSet()
219 bool PGOMethodInfoMap::AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType ty… in AddType()
227 bool PGOMethodInfoMap::AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSam… in AddCallTargetType()
235 bool PGOMethodInfoMap::AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOO… in AddObjectInfo()
243 bool PGOMethodInfoMap::AddDefine(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGODefineOpTyp… in AddDefine()
254 auto methodId = iter->first; in Merge() local
273 auto methodId = iter->first; in Merge() local
288 auto methodId = iter->first; in Merge() local
399 uint32_t methodId; in ParseFromText() local
[all …]
Dpgo_profiler.cpp360 EntityId methodId, in UpdateExtraProfileTypeInfo()
406 EntityId methodId = method->GetMethodId(); in HandlePGOPreDump() local
449 EntityId methodId = method->GetMethodId(); in HandlePGODump() local
520 auto methodId = method->GetMethodId(); in ProfileBytecode() local
728 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName()
751 void PGOProfiler::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int… in DumpICByValue()
784 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly()
808 …const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly()
831 …GOProfiler::DumpICByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, in DumpICByNameWithHandler()
916 …OProfiler::DumpICByValueWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, in DumpICByValueWithHandler()
[all …]
/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/debugger/
Djs_pt_method.h27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod()
/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/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/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h27 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIndex()); in BuildCall() local
93 … Inst *nullCheck, SaveStateInst *saveState, bool hasImplicitArg, uint32_t methodId, in SetCallArgs()
151 CallInst *InstBuilder::BuildCallStaticInst(RuntimeInterface::MethodPtr method, uint32_t methodId, s… in BuildCallStaticInst()
180 CallInst *InstBuilder::BuildCallVirtualInst(RuntimeInterface::MethodPtr method, uint32_t methodId, … in BuildCallVirtualInst()
218 CallInst *InstBuilder::BuildCallInst(RuntimeInterface::MethodPtr method, uint32_t methodId, size_t … in BuildCallInst()
263 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), bcInst->GetId(0).AsIndex()); in BuildDefaultStaticIntrinsic() local
293 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildAbsIntrinsic() local
328 [[maybe_unused]] auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildBinaryOperationIntrinsic() local
342 [[maybe_unused]] auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildSqrtIntrinsic() local
355 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildIsNanIntrinsic() local
[all …]
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dextractor_test.cpp45 panda::panda_file::File::EntityId methodId; in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp103 auto methodId = mda.GetMethodId(); in ProcessClasses() local
181 auto methodId = mda.GetMethodId(); in ProcessMethod() local
256 auto methodId = method->GetMethodId().GetOffset(); in CollectInnerFuncType() local
389 auto methodId = method->GetMethodId().GetOffset(); in CollectInnerMethods() local
393 void BytecodeInfoCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool… in CollectInnerMethods()
476 uint32_t methodId; in CollectMethodInfoFromBC() local
803 void LexEnvManager::SetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot, const Ga… in SetLexEnvElementType()
809 GateType LexEnvManager::GetLexEnvElementType(uint32_t methodId, uint32_t level, uint32_t slot) const in GetLexEnvElementType()
815 uint32_t LexEnvManager::GetTargetLexEnv(uint32_t methodId, uint32_t level) const in GetTargetLexEnv()
/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/backendloadmodule_fuzzer/
Dbackendloadmodule_fuzzer.cpp50 EntityId methodId(input); in BackendLoadModuleFuzzTest() local

12345