Home
last modified time | relevance | path

Searched refs:MethodInfo (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/external/include/art_api/
Ddex_file_support.h113 struct MethodInfo { struct
119 inline bool operator==(const MethodInfo& s1, const MethodInfo& s2) { argument
195 MethodInfo GetMethodInfoForOffset(int64_t dex_offset, bool with_signature) { in GetMethodInfoForOffset()
209 std::vector<MethodInfo> GetAllMethodInfos(bool with_signature) { in GetAllMethodInfos()
223 typedef std::vector<MethodInfo> MethodInfoVector;
225 static MethodInfo AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info);
/art/libdexfile/external/
Ddex_file_supp_test.cc188 MethodInfo info = dex_file->GetMethodInfoForOffset(0x102, false); in TEST()
209 MethodInfo info = dex_file->GetMethodInfoForOffset(0x102, true); in TEST()
236 MethodInfo info = dex_file->GetMethodInfoForOffset(0x100000, false); in TEST()
261 std::vector<MethodInfo> infos; in TEST()
262 infos.emplace_back(MethodInfo{0x100, 8, DexString("Main.<init>")}); in TEST()
263 infos.emplace_back(MethodInfo{0x118, 2, DexString("Main.main")}); in TEST()
271 std::vector<MethodInfo> infos; in TEST()
272 infos.emplace_back(MethodInfo{0x100, 8, DexString("void Main.<init>()")}); in TEST()
273 infos.emplace_back(MethodInfo{0x118, 2, DexString("void Main.main(java.lang.String[])")}); in TEST()
284 MethodInfo info = df2.GetMethodInfoForOffset(0x100, false); in TEST()
[all …]
Ddex_file_supp.cc108 MethodInfo DexFile::AbsorbMethodInfo(const ExtDexFileMethodInfo& ext_method_info) { in AbsorbMethodInfo()
/art/test/988-method-trace/
Dgen_srcs.py168 class MethodInfo: class
229 return MethodInfo(staticness, pretty_params, method, kls)
/art/runtime/
Dstack_map.h265 class MethodInfo : public BitTableAccessor<1> {
267 BIT_TABLE_HEADER(MethodInfo)
498 BitTable<MethodInfo> method_infos_;
/art/compiler/optimizing/
Dstack_map_stream.h128 BitTableBuilder<MethodInfo> method_infos_;