Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/config/context/
Dcontext.cpp38 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() function in panda::verifier::debug::DebugContext
/arkcompiler/runtime_core/runtime/
Dimtable_builder.cpp99 bool IMTableBuilder::AddMethod(panda::Span<panda::Method *> imtable, [[maybe_unused]] uint32_t imta… in AddMethod() function in panda::IMTableBuilder
/arkcompiler/runtime_core/verification/jobs/
Djob.h135 void AddMethod(uint32_t offset, const CachedMethod &cached_method) in AddMethod() function
/arkcompiler/runtime_core/runtime/include/
Dvtable_builder.h176 std::pair<bool, size_t> AddMethod(const MethodInfo &info) in AddMethod() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp180 bool PGOMethodInfoMap::AddMethod(Chunk *chunk, EntityId methodId, const CString &methodName, Sample… in AddMethod() function in panda::ecmascript::PGOMethodInfoMap
344 bool PGORecordDetailInfos::AddMethod(const CString &recordName, EntityId methodId, in AddMethod() function in panda::ecmascript::PGORecordDetailInfos
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1074 MethodItem *AddMethod(Args... args) in AddMethod() function
1423 void AddMethod(BaseMethodItem *method) in AddMethod() function
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h1092 void AddMethod(const CompiledMethod &method, size_t method_index) in AddMethod() function