Searched defs:method_access_flags (Results 1 - 4 of 4) sorted by relevance

/art/compiler/sea_ir/
H A Dfrontend.cc43 uint32_t method_access_flags, InvokeType invoke_type,
51 code_item, class_def_idx, method_idx, method_access_flags, dex_file);
67 uint32_t method_access_flags,
74 return CompileMethodWithSeaIr(compiler, backend, code_item, method_access_flags, invoke_type,
81 uint32_t method_access_flags, art::InvokeType invoke_type,
87 return art::SeaIrCompileOneMethod(compiler, backend, code_item, method_access_flags, invoke_type,
40 CompileMethodWithSeaIr(CompilerDriver& compiler, CompilerBackend* compiler_backend, const DexFile::CodeItem* code_item, uint32_t method_access_flags, InvokeType invoke_type, uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, const DexFile& dex_file, void* llvm_compilation_unit) argument
64 SeaIrCompileOneMethod(CompilerDriver& compiler, CompilerBackend* backend, const DexFile::CodeItem* code_item, uint32_t method_access_flags, InvokeType invoke_type, uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, const DexFile& dex_file, void* llvm_compilation_unit) argument
79 SeaIrCompileMethod(art::CompilerDriver& compiler, const art::DexFile::CodeItem* code_item, uint32_t method_access_flags, art::InvokeType invoke_type, uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, const art::DexFile& dex_file) argument
/art/compiler/sea_ir/ir/
H A Dsea.cc195 uint32_t method_idx, uint32_t method_access_flags) {
199 method_access_flags_ = method_access_flags;
413 uint32_t method_idx, uint32_t method_access_flags, const art::DexFile& dex_file) {
415 BuildMethodSeaGraph(code_item, dex_file, class_def_idx, method_idx, method_access_flags);
193 BuildMethodSeaGraph(const art::DexFile::CodeItem* code_item, const art::DexFile& dex_file, uint16_t class_def_idx, uint32_t method_idx, uint32_t method_access_flags) argument
410 CompileMethod( const std::string& function_name, const art::DexFile::CodeItem* code_item, uint16_t class_def_idx, uint32_t method_idx, uint32_t method_access_flags, const art::DexFile& dex_file) argument
/art/oatdump/
H A Doatdump.cc444 uint32_t method_access_flags) {
462 method_access_flags));
898 uint32_t method_access_flags) {
899 if ((method_access_flags & kAccNative) == 0) {
907 nullptr, method_access_flags);
440 DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, uint32_t class_method_index, const OatFile::OatClass& oat_class, const DexFile& dex_file, uint32_t dex_method_idx, const DexFile::CodeItem* code_item, uint32_t method_access_flags) argument
894 DumpVerifier(std::ostream& os, uint32_t dex_method_idx, const DexFile* dex_file, const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item, uint32_t method_access_flags) argument
/art/runtime/verifier/
H A Dmethod_verifier.cc247 uint32_t method_access_flags,
254 method_idx, method, method_access_flags, true, allow_soft_failures,
296 uint32_t method_access_flags) {
299 method_access_flags, true, true, true, true);
312 mirror::ArtMethod* method, uint32_t method_access_flags,
319 method_access_flags_(method_access_flags),
240 VerifyMethod(uint32_t method_idx, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef* class_def, const DexFile::CodeItem* code_item, mirror::ArtMethod* method, uint32_t method_access_flags, bool allow_soft_failures, bool need_precise_constants) argument
289 VerifyMethodAndDump(std::ostream& os, uint32_t dex_method_idx, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef* class_def, const DexFile::CodeItem* code_item, mirror::ArtMethod* method, uint32_t method_access_flags) argument
308 MethodVerifier(const DexFile* dex_file, Handle<mirror::DexCache>* dex_cache, Handle<mirror::ClassLoader>* class_loader, const DexFile::ClassDef* class_def, const DexFile::CodeItem* code_item, uint32_t dex_method_idx, mirror::ArtMethod* method, uint32_t method_access_flags, bool can_load_classes, bool allow_soft_failures, bool need_precise_constants, bool verify_to_dump) argument

Completed in 312 milliseconds