Searched defs:method_header (Results 1 – 6 of 6) sorted by relevance
155 auto method_header = FindMethodHeader(index); in FindMethodCodeEntry() local166 auto method_header = FindMethodHeader(index); in FindMethodCodeSpan() local
112 const uint8_t *GetMethodCode(const MethodHeader *method_header) const in GetMethodCode()232 CodeInfo GetMethodCodeInfo(const MethodHeader *method_header) const in GetMethodCodeInfo()
32 auto &method_header = jit_debug_writer_->method_headers_[i]; in FillData() local
42 auto &method_header = aot_builder_->method_headers_[i]; in FillData() local
1098 auto &method_header = method_headers_.emplace_back(); in AddMethod() local1296 void ElfWriter::FillDebugInfo(CfiInfo cfi_info, const compiler::MethodHeader &method_header) in FillDebugInfo()
274 for (decltype(auto) method_header : klass.GetMethodHeaders()) { in DumpFiles() local