Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.cpp26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() function in ark::verifier::debug::DebugContext
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dwrapped_module.cpp41 void WrappedModule::AddMethod(ark::compiler::RuntimeInterface::MethodPtr method) in AddMethod() function in ark::llvmbackend::WrappedModule
/arkcompiler/runtime_core/static_core/runtime/
Dimtable_builder.cpp99 bool IMTableBuilder::AddMethod(ark::Span<ark::Method *> imtable, [[maybe_unused]] uint32_t imtableS… in AddMethod() function in ark::IMTableBuilder
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.h165 void AddMethod(uint32_t offset, Method const *method) in AddMethod() function
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Daot_profiling_data.h172 void AddMethod(PandaFileIdxType pfIdx, uint32_t methodIdx, AotMethodProfilingData &&profData) in AddMethod() function
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_saver.cpp83 void ProfilingSaver::AddMethod(pgo::AotProfilingData *profileData, Method *method, int32_t pandaFil… in AddMethod() function in ark::ProfilingSaver
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp192 bool PGOMethodInfoMap::AddMethod(const JSThread *thread, Chunk *chunk, Method *jsMethod, SampleMode… in AddMethod() function in panda::ecmascript::pgo::PGOMethodInfoMap
647 bool PGORecordDetailInfos::AddMethod(const JSThread *thread, ProfileType recordProfileType, Method … in AddMethod() function in panda::ecmascript::pgo::PGORecordDetailInfos
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1101 MethodItem *AddMethod(Args... args) in AddMethod() function
1450 void AddMethod(BaseMethodItem *method) in AddMethod() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1178 MethodItem *AddMethod(Args... args) in AddMethod() function
1629 void AddMethod(BaseMethodItem *method) in AddMethod() function
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1120 void AddMethod(const CompiledMethod &method) in AddMethod() function