/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
D | calling_methods_test_helper.h | 33 …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/ |
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() 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
|
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 | 170 … 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/ |
D | ets_napi_native_interface.cpp | 185 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/ |
D | test_extractor.cpp | 69 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/ |
D | debug_info_cache.cpp | 27 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
|
D | debug_info_cache.h | 67 for (auto methodId : debug_info.GetMethodIdList()) { in EnumerateLineEntries() local
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | method_data_accessor.cpp | 21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor()
|
D | method_data_accessor-inl.h | 28 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/ |
D | results_cache.cpp | 129 void VerificationResultCache::CacheResult(uint64_t methodId, bool result) in CacheResult() 140 VerificationResultCache::Status VerificationResultCache::Check(uint64_t methodId) in Check()
|
/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/runtime_core/static_core/compiler/optimizer/ir/ |
D | aot_data.cpp | 52 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/ |
D | pgo_profiler_info.cpp | 185 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 …]
|
D | pgo_profiler.cpp | 360 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/ |
D | pt_location.h | 28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation()
|
/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/jspandafile/tests/ |
D | js_pandafile_executor_test.cpp | 78 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/ |
D | debug_info_extractor_test.cpp | 277 … File::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/ |
D | inst_builder-inl.h | 27 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/ |
D | extractor_test.cpp | 45 panda::panda_file::File::EntityId methodId; in TEST() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 103 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/ |
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/backendloadmodule_fuzzer/ |
D | backendloadmodule_fuzzer.cpp | 50 EntityId methodId(input); in BackendLoadModuleFuzzTest() local
|