| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/ |
| H A D | test_debug_info.cpp | 45 auto methods = extractor.GetMethodIdList(); in TEST_F() local
|
| /arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/ |
| H A D | codedataaccessor_fuzzer.cpp | 33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/ |
| H A D | debuginfodataaccessor_fuzzer.cpp | 32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/ |
| H A D | methoddataaccessor_fuzzer.cpp | 31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/ |
| H A D | EtsnapiVersionHookTest.cpp | 32 static int registerNativeMethods(EtsEnv *env, const char *classname, EtsNativeMethod *methods, int countMethods) in registerNativeMethods() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | cha.cpp | 92 void ClassHierarchyAnalysis::InvalidateMethods(const PandaSet<Method *> &methods) in InvalidateMethods() argument
|
| H A D | imtable_builder.cpp | 30 auto methods = entry.GetMethods(); in Build() local 53 auto methods = entry.GetMethods(); in Build() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | getmethod_test.cpp | 98 auto methods = klass->GetMethods(); in TEST_F() local
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| H A D | spectre.h | 31 spectre_v2_update_state(unsigned int state, unsigned int methods) spectre_v2_update_state() argument
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| H A D | spectre.h | 31 spectre_v2_update_state(unsigned int state, unsigned int methods) spectre_v2_update_state() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-emitter.h | 37 std::unordered_map<uint32_t, std::string> methods; member
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-emitter.h | 38 std::unordered_map<uint32_t, std::string> methods; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| H A D | IntlNumberFormat.cpp | 117 const auto methods = in InitCoreIntlNumberFormat() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | itable.h | 40 void SetMethods(Span<Method *> methods) in SetMethods() argument
|
| H A D | vtable_builder_base-inl.h | 68 void VTableBuilderBase<VISIT_SUPERITABLE>::BuildForInterface(Span<Method> methods) in BuildForInterface() argument 115 bool VTableBuilderBase<VISIT_SUPERITABLE>::AddClassMethods(Span<Method> methods) in AddClassMethods() argument 148 auto methods = iface->GetVirtualMethods(); in AddDefaultInterfaceMethods() local 191 bool VTableBuilderBase<VISIT_SUPERITABLE>::Build(Span<Method> methods, Class *baseClass, ITable itable, in Build() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| H A D | test_extractor.cpp | 46 std::vector<panda_file::File::EntityId> methods = langExtractor_->GetMethodIdList(); in GetBreakpointAddress() local
|
| /foundation/ability/idl_tool/idl_tool_2/ast/ |
| H A D | ast_interface_type.cpp | 68 std::vector<AutoPtr<ASTMethod>> methods; in GetMethodsBySystem() local
|
| /foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/ |
| H A D | hdi_java_code_emitter.cpp | 27 auto methods = interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel());
in EmitInterfaceMethodCommands() local
|
| /foundation/multimedia/audio_framework/test/fuzztest/audiopowerstatelistener_fuzzer/ |
| H A D | audio_power_state_listener_fuzzer.cpp | 99 std::shared_ptr<PowerListerMethods> methods = std::make_shared<PowerListerMethods>(); in InitAudioInterruptInfoFuzzTest() local
|
| /kernel/linux/linux-5.10/sound/aoa/core/ |
| H A D | gpio-pmf.c | 235 static struct gpio_methods methods = { variable
|
| /kernel/linux/linux-6.6/sound/aoa/core/ |
| H A D | gpio-pmf.c | 235 static struct gpio_methods methods = { variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
| H A D | header_writer.cpp | 59 std::vector<std::string> methods; in PrintFunction() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A 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(); DumpITable() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_method_test.cpp | 218 std::vector<EtsMethod *> methods; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| H A D | debug_info_cache.cpp | 69 auto methods = klass->GetMethods(); in SetUpTestSuite() local
|