| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | vtable_builder_base-inl.h | 68 void VTableBuilderBase<VISIT_SUPERITABLE>::BuildForInterface(Span<Method> methods) in BuildForInterface() 115 bool VTableBuilderBase<VISIT_SUPERITABLE>::AddClassMethods(Span<Method> methods) in AddClassMethods() 148 auto methods = iface->GetVirtualMethods(); in AddDefaultInterfaceMethods() local 191 bool VTableBuilderBase<VISIT_SUPERITABLE>::Build(Span<Method> methods, Class *baseClass, ITable ita… in Build()
|
| D | itable.h | 40 void SetMethods(Span<Method *> methods) in SetMethods()
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/core/ |
| D | class_impl.h | 44 std::vector<core::Function> methods; in GetAllMethods() local 91 inline bool Class::GetAllMethodsInner(std::vector<core::Function> &methods) const in GetAllMethodsInner()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 123 auto methods = entry.GetInterface()->GetVirtualMethods(); in Build() local 146 auto methods = entry.GetInterface()->GetVirtualMethods(); in Resolve() local 178 auto methods = entry.GetMethods(); in DumpITable() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | imtable_builder.cpp | 30 auto methods = entry.GetMethods(); in Build() local 53 auto methods = entry.GetMethods(); in Build() local
|
| D | cha.cpp | 92 void ClassHierarchyAnalysis::InvalidateMethods(const PandaSet<Method *> &methods) in InvalidateMethods()
|
| D | deoptimization.cpp | 107 void InvalidateCompiledEntryPoint(const PandaSet<Method *> &methods, bool isCha) NO_THREAD_SAFETY_A… in InvalidateCompiledEntryPoint()
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| D | methoddataaccessor_fuzzer.cpp | 31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/ |
| D | test_debug_info.cpp | 45 auto methods = extractor.GetMethodIdList(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/ |
| D | EtsnapiVersionHookTest.cpp | 32 static int registerNativeMethods(EtsEnv *env, const char *classname, EtsNativeMethod *methods, int … in registerNativeMethods()
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| D | codedataaccessor_fuzzer.cpp | 33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| D | debuginfodataaccessor_fuzzer.cpp | 32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | getmethod_test.cpp | 98 auto methods = klass->GetMethods(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_saver.cpp | 184 … PandaVector<ExtractedMethod> &methods, Class *klass) in CallBackTranverseResolvedClassAndMethods() 226 PandaVector<ExtractedMethod> methods; in TranverseAndCacheResolvedClassAndMethods() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.h | 37 std::unordered_map<uint32_t, std::string> methods; member
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.h | 38 std::unordered_map<uint32_t, std::string> methods; member
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/ |
| D | js_stackinfo_test.cpp | 235 auto methods = JSStackTrace::ReadAllMethodInfos(pf); in HWTEST_F_L0() local 290 auto methods = JSStackTrace::ReadAllMethodInfos(jsPandaFile); in HWTEST_F_L0() local 558 auto methods = JSStackTrace::ReadAllMethodInfos(jsPandaFile); in HWTEST_F_L0() local 598 auto methods = JSStackTrace::ReadAllMethodInfos(jsPandaFile); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_extractor.cpp | 46 std::vector<panda_file::File::EntityId> methods = langExtractor_->GetMethodIdList(); in GetBreakpointAddress() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| D | header_writer.cpp | 59 std::vector<std::string> methods; in PrintFunction() local
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | ir_impl.h | 52 std::unordered_map<uint32_t, std::string> methods; member
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 252 std::vector<panda_file::File::EntityId> methods = extractor.GetMethodIdList(); in GetBreakpointAddressWrapper() local 387 auto methods = extractor.GetMethodIdList(); variable
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | debug_info_cache.cpp | 72 auto methods = klass->GetMethods(); in SetUpTestSuite() local
|
| D | object_repository.cpp | 70 auto methods = klass->GetMethods(); in SetUpTestSuite() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 259 std::vector<panda_file::File::EntityId> methods = extractor.GetMethodIdList(); in GetBreakpointAddressWrapper() local 402 auto methods = extractor.GetMethodIdList(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.cpp | 91 std::vector<CString> methods; in FilterMethodToPrint() local
|