Home
last modified time | relevance | path

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

12

/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
/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...]
H A Dclass-inl.h282 auto methods = GetMethods<FindFilter::STATIC>(); in FindDirectMethod() local
291 auto methods = GetMethods<FindFilter::INSTANCE>(); in FindDirectMethod() local
302 auto methods = GetMethods<FindFilter::COPIED>(); in FindDirectMethod() local
/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
/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
H A Dobject_repository.cpp67 auto methods = klass->GetMethods(); in SetUpTestSuite() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp92 std::vector<CString> methods; in FilterMethodToPrint() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h177 std::unordered_map<EntityId, MethodData> methods; member in panda::ecmascript::pgo::PGOTrace
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_saver.cpp226 PandaVector<ExtractedMethod> methods; in TranverseAndCacheResolvedClassAndMethods() local
183 CallBackTranverseResolvedClassAndMethods(PandaSet<ExtractedResolvedClasses> &resolvedClasses, PandaVector<ExtractedMethod> &methods, Class *klass) CallBackTranverseResolvedClassAndMethods() argument
/arkcompiler/runtime_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp252 std::vector<panda_file::File::EntityId> methods = extractor.GetMethodIdList(); in GetBreakpointAddressWrapper() local
387 auto methods = extractor.GetMethodIdList(); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp259 std::vector<panda_file::File::EntityId> methods = extractor.GetMethodIdList(); in GetBreakpointAddressWrapper() local
402 auto methods = extractor.GetMethodIdList(); in TEST_F() local

Completed in 13 milliseconds

12