Searched defs:AddMethod (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/verification/config/context/ |
| D | context.cpp | 38 void DebugContext::AddMethod(const Method &method, bool isDebug) in AddMethod() function in panda::verifier::debug::DebugContext
|
| /arkcompiler/runtime_core/runtime/ |
| D | imtable_builder.cpp | 99 bool IMTableBuilder::AddMethod(panda::Span<panda::Method *> imtable, [[maybe_unused]] uint32_t imta… in AddMethod() function in panda::IMTableBuilder
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | job.h | 135 void AddMethod(uint32_t offset, const CachedMethod &cached_method) in AddMethod() function
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | vtable_builder.h | 176 std::pair<bool, size_t> AddMethod(const MethodInfo &info) in AddMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 180 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/ |
| D | file_items.h | 1074 MethodItem *AddMethod(Args... args) in AddMethod() function 1423 void AddMethod(BaseMethodItem *method) in AddMethod() function
|
| /arkcompiler/runtime_core/compiler/aot/aot_builder/ |
| D | elf_builder.h | 1092 void AddMethod(const CompiledMethod &method, size_t method_index) in AddMethod() function
|