| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | method_data_accessor.cpp | 21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor() argument
|
| H A D | debug_info_extractor.h | 100 File::EntityId methodId; member
|
| H A D | file_reader.h | 165 inline BaseItem *CreateGenericMethodItem(BaseClassItem *classItem, File::EntityId methodId) in CreateGenericMethodItem() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | evaluateContext.h | 63 panda_file::File::EntityId methodId; member
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | quick_fix_helper.cpp | 26 EntityId methodId = mainMethodLiteral->GetMethodId(); in CreateMainFuncWithPatch() local
|
| H A D | patch_loader.h | 73 EntityId methodId; member
|
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| H A D | extractor_test.cpp | 46 ark::panda_file::File::EntityId methodId; in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ir_module.cpp | 27 auto methodId = methodLiteral->GetMethodId(); in GetFuncName() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| H A D | pt_location.h | 28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | enumPostCheckLowering.cpp | 30 auto *methodId = checker->AllocNode<ir::Identifier>( in CreateCall() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_pt_method.h | 27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod() argument
|
| H A D | js_pt_location.h | 30 JSPtLocation(const JSPandaFile *jsPandaFile, EntityId methodId, uint32_t bytecodeOffset, in JSPtLocation() argument
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| H A D | test_extractor.cpp | 43 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| H A D | ir_build_intrinsics_ets.cpp | 36 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildIsFiniteIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/verification/cache/ |
| H A D | results_cache.cpp | 129 void VerificationResultCache::CacheResult(uint64_t methodId, bool result) in CacheResult() argument 140 VerificationResultCache::Status VerificationResultCache::Check(uint64_t methodId) in Check() argument
|
| /arkcompiler/toolchain/tooling/backend/ |
| H A D | js_single_stepper.cpp | 90 GetStepRanges(DebugInfoExtractor *extractor, panda_file::File::EntityId methodId, uint32_t offset) GetStepRanges() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 192 const auto methodId = adapter.ResolveMethodIndex(main, 0U); in TEST() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disasm_backed_debug_info_extractor.cpp | 104 name << sourceNamePrefix_ << methodId; GetDisassemblySourceName() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| H A D | test_util.cpp | 39 auto methodId = method->GetFileId(); in GetValueRegister() local
|
| H A D | test_extractor.cpp | 69 PandaList<PtStepRange> TestExtractor::GetStepRanges(EntityId methodId, uint32_t currentOffset) in GetStepRanges() argument 95 std::vector<panda_file::LocalVariableInfo> TestExtractor::GetLocalVariableInfo(EntityId methodId, size_t offset) in GetLocalVariableInfo() argument 108 const std::vector<panda_file::DebugInfoExtractor::ParamInfo> &TestExtractor::GetParameterInfo(EntityId methodId) in GetParameterInfo() argument 134 SourceLocation TestExtractor::GetSourceLocation(EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | function_call_timer.cpp | 60 void FunctionCallTimer::InitialStatAndTimer(Method *method, size_t methodId, bool isAot) in InitialStatAndTimer() argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | method_literal.cpp | 26 MethodLiteral::MethodLiteral(EntityId methodId) in MethodLiteral() argument 35 EntityId methodId = GetMethodId(); in Initialize() local 89 std::string MethodLiteral::ParseFunctionName(const JSPandaFile* jsPandaFile, EntityId methodId) in ParseFunctionName() argument 117 CString MethodLiteral::ParseFunctionNameToCString(const JSPandaFile *jsPandaFile, EntityId methodId) in ParseFunctionNameToCString() argument 96 ParseFunctionNameView( const JSPandaFile* jsPandaFile, EntityId methodId) ParseFunctionNameView() argument 137 GetMethodName(const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) GetMethodName() argument 145 GetMethodNameView( const JSPandaFile* jsPandaFile, EntityId methodId, bool cpuProfiler) GetMethodNameView() argument 155 GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) GetRecordName() argument 164 GetRecordNameWithSymbol(const JSPandaFile *jsPandaFile, EntityId methodId) GetRecordNameWithSymbol() argument 176 GetCodeSize(const JSPandaFile *jsPandaFile, EntityId methodId) GetCodeSize() argument 197 EntityId methodId = GetMethodId(); GetConcurrentRequestedModules() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | method.cpp | 118 EntityId methodId = methodLiteral->GetMethodId(); in Create() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | machine_code.cpp | 79 bool MachineCode::SetNonText(const MachineCodeDesc &desc, EntityId methodId) in SetNonText() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_decoder.cpp | 199 bool PGOProfilerDecoder::Match(const JSPandaFile *jsPandaFile, const CString &recordName, PGOMethodId methodId) in Match() argument
|