Home
last modified time | relevance | path

Searched defs:methodId (Results 1 - 25 of 115) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmethod_data_accessor.cpp21 MethodDataAccessor::MethodDataAccessor(const File &pandaFile, File::EntityId methodId) in MethodDataAccessor() argument
H A Ddebug_info_extractor.h100 File::EntityId methodId; member
H A Dfile_reader.h165 inline BaseItem *CreateGenericMethodItem(BaseClassItem *classItem, File::EntityId methodId) in CreateGenericMethodItem() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DevaluateContext.h63 panda_file::File::EntityId methodId; member
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_helper.cpp26 EntityId methodId = mainMethodLiteral->GetMethodId(); in CreateMainFuncWithPatch() local
H A Dpatch_loader.h73 EntityId methodId; member
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dextractor_test.cpp46 ark::panda_file::File::EntityId methodId; in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dir_module.cpp27 auto methodId = methodLiteral->GetMethodId(); in GetFuncName() local
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dpt_location.h28 explicit PtLocation(const char *pandaFile, EntityId methodId, uint32_t bytecodeOffset) in PtLocation() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumPostCheckLowering.cpp30 auto *methodId = checker->AllocNode<ir::Identifier>( in CreateCall() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_pt_method.h27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod() argument
H A Djs_pt_location.h30 JSPtLocation(const JSPandaFile *jsPandaFile, EntityId methodId, uint32_t bytecodeOffset, in JSPtLocation() argument
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_extractor.cpp43 SourceLocation TestExtractor::GetSourceLocation(const JSPandaFile *file, EntityId methodId, uint32_t bytecodeOffset) in GetSourceLocation() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtab_content_modifier.cpp23 void SetTabContentBuilder(ArkUINodeHandle node, ArkUI_Int32 methodId) in SetTabContentBuilder() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dir_build_intrinsics_ets.cpp36 auto methodId = GetRuntime()->ResolveMethodIndex(GetMethod(), methodIndex); in BuildIsFiniteIntrinsic() local
/arkcompiler/runtime_core/static_core/verification/cache/
H A Dresults_cache.cpp129 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 Djs_single_stepper.cpp90 GetStepRanges(DebugInfoExtractor *extractor, panda_file::File::EntityId methodId, uint32_t offset) GetStepRanges() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp192 const auto methodId = adapter.ResolveMethodIndex(main, 0U); in TEST() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisasm_backed_debug_info_extractor.cpp104 name << sourceNamePrefix_ << methodId; GetDisassemblySourceName() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.cpp39 auto methodId = method->GetFileId(); in GetValueRegister() local
H A Dtest_extractor.cpp69 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 Dfunction_call_timer.cpp60 void FunctionCallTimer::InitialStatAndTimer(Method *method, size_t methodId, bool isAot) in InitialStatAndTimer() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp26 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 Dmethod.cpp118 EntityId methodId = methodLiteral->GetMethodId(); in Create() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp79 bool MachineCode::SetNonText(const MachineCodeDesc &desc, EntityId methodId) in SetNonText() argument

Completed in 8 milliseconds

12345