Home
last modified time | relevance | path

Searched defs:AddMethod (Results 1 – 8 of 8) 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/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp189 bool PGOMethodInfoMap::AddMethod(Chunk *chunk, Method *jsMethod, SampleMode mode) in AddMethod() function in panda::ecmascript::pgo::PGOMethodInfoMap
601 bool PGORecordDetailInfos::AddMethod(ProfileType recordProfileType, Method *jsMethod, SampleMode mo… in AddMethod() function in panda::ecmascript::pgo::PGORecordDetailInfos
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h1131 MethodItem *AddMethod(Args... args) in AddMethod() function
1576 void AddMethod(BaseMethodItem *method) in AddMethod() function
/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/compiler/aot/aot_builder/
Delf_builder.h1120 void AddMethod(const CompiledMethod &method) in AddMethod() function