Searched defs:AddMethod (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/config/context/ |
| D | context.cpp | 26 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() function in ark::verifier::debug::DebugContext
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | wrapped_module.cpp | 41 void WrappedModule::AddMethod(ark::compiler::RuntimeInterface::MethodPtr method) in AddMethod() function in ark::llvmbackend::WrappedModule
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | imtable_builder.cpp | 99 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/ |
| D | job.h | 165 void AddMethod(uint32_t offset, Method const *method) in AddMethod() function
|
| /arkcompiler/runtime_core/static_core/runtime/jit/libprofile/ |
| D | aot_profiling_data.h | 172 void AddMethod(PandaFileIdxType pfIdx, uint32_t methodIdx, AotMethodProfilingData &&profData) in AddMethod() function
|
| /arkcompiler/runtime_core/static_core/runtime/jit/ |
| D | profiling_saver.cpp | 83 void ProfilingSaver::AddMethod(pgo::AotProfilingData *profileData, Method *method, int32_t pandaFil… in AddMethod() function in ark::ProfilingSaver
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 192 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/ |
| D | file_items.h | 1101 MethodItem *AddMethod(Args... args) in AddMethod() function 1450 void AddMethod(BaseMethodItem *method) in AddMethod() function
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.h | 1178 MethodItem *AddMethod(Args... args) in AddMethod() function 1629 void AddMethod(BaseMethodItem *method) in AddMethod() function
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 1120 void AddMethod(const CompiledMethod &method) in AddMethod() function
|