Home
last modified time | relevance | path

Searched defs:methods (Results 1 - 25 of 91) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/
H A Dtest_debug_info.cpp45 auto methods = extractor.GetMethodIdList(); in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/codedataaccessor_fuzzer/
H A Dcodedataaccessor_fuzzer.cpp33 const auto &methods = panda_file.GetMethodIndex(&header); in CodeDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/debuginfodataaccessor_fuzzer/
H A Ddebuginfodataaccessor_fuzzer.cpp32 const auto &methods = panda_file.GetMethodIndex(&header); in DebugInfoDataAccessorFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/methoddataaccessor_fuzzer/
H A Dmethoddataaccessor_fuzzer.cpp31 const auto &methods = panda_file.GetMethodIndex(&header); in MethodDataAccessorFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
H A DEtsnapiVersionHookTest.cpp32 static int registerNativeMethods(EtsEnv *env, const char *classname, EtsNativeMethod *methods, int countMethods) in registerNativeMethods() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dcha.cpp92 void ClassHierarchyAnalysis::InvalidateMethods(const PandaSet<Method *> &methods) in InvalidateMethods() argument
H A Dimtable_builder.cpp30 auto methods = entry.GetMethods(); in Build() local
53 auto methods = entry.GetMethods(); in Build() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgetmethod_test.cpp98 auto methods = klass->GetMethods(); in TEST_F() local
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dspectre.h31 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 Dspectre.h31 spectre_v2_update_state(unsigned int state, unsigned int methods) spectre_v2_update_state() argument
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.h37 std::unordered_map<uint32_t, std::string> methods; member
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.h38 std::unordered_map<uint32_t, std::string> methods; member
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
H A DIntlNumberFormat.cpp117 const auto methods = in InitCoreIntlNumberFormat() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Ditable.h40 void SetMethods(Span<Method *> methods) in SetMethods() argument
H A Dvtable_builder_base-inl.h68 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 Dtest_extractor.cpp46 std::vector<panda_file::File::EntityId> methods = langExtractor_->GetMethodIdList(); in GetBreakpointAddress() local
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_interface_type.cpp68 std::vector<AutoPtr<ASTMethod>> methods; in GetMethodsBySystem() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Dhdi_java_code_emitter.cpp27 auto methods = interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()); in EmitInterfaceMethodCommands() local
/foundation/multimedia/audio_framework/test/fuzztest/audiopowerstatelistener_fuzzer/
H A Daudio_power_state_listener_fuzzer.cpp99 std::shared_ptr<PowerListerMethods> methods = std::make_shared<PowerListerMethods>(); in InitAudioInterruptInfoFuzzTest() local
/kernel/linux/linux-5.10/sound/aoa/core/
H A Dgpio-pmf.c235 static struct gpio_methods methods = { variable
/kernel/linux/linux-6.6/sound/aoa/core/
H A Dgpio-pmf.c235 static struct gpio_methods methods = { variable
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
H A Dheader_writer.cpp59 std::vector<std::string> methods; in PrintFunction() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_itable_builder.cpp123 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 Dets_method_test.cpp218 std::vector<EtsMethod *> methods; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Ddebug_info_cache.cpp69 auto methods = klass->GetMethods(); in SetUpTestSuite() local

Completed in 10 milliseconds

1234