HomeSort by relevance Sort by last modified time
    Searched refs:access_flags (Results 26 - 50 of 50) sorted by null

12

  /art/runtime/verifier/
method_verifier.h 230 uint32_t access_flags, bool can_load_classes, bool allow_soft_failures)
245 const uint32_t access_flags);
reg_type.cc 655 bool RegType::CanAccessMember(mirror::Class* klass, uint32_t access_flags) const {
656 if ((access_flags & kAccPublic) != 0) {
660 return GetClass()->CanAccessMember(klass, access_flags);
reg_type.h 229 bool CanAccessMember(mirror::Class* klass, uint32_t access_flags) const
method_verifier.cc     [all...]
  /art/runtime/mirror/
class.h 265 uint32_t access_flags = GetField32(OFFSET_OF_OBJECT_MEMBER(Class, access_flags_), false); local
266 return (access_flags & kAccClassIsProxy) != 0;
    [all...]
  /external/chromium/base/
process_util_win.cc 137 uint32 access_flags,
139 ProcessHandle result = OpenProcess(access_flags, FALSE, pid);
process_util.h 153 // combination of the kProcessAccess* flags defined above for |access_flags|.
155 uint32 access_flags,
process_util_posix.cc 205 uint32 access_flags,
    [all...]
  /art/compiler/dex/
mir_graph.cc 505 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
514 dex_file, current_code_item_, class_def_idx, method_idx, access_flags));
538 cu_->access_flags = access_flags;
    [all...]
mir_graph.h 359 void InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
vreg_analysis.cc 402 if ((cu_->access_flags & kAccStatic) == 0) {
mir_optimization.cc 628 if ((cu_->access_flags & kAccStatic) == 0) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /art/runtime/
class_linker.cc 1729 uint32_t access_flags = dex_class_def.access_flags_; local
2142 int access_flags = new_class->GetComponentType()->GetAccessFlags(); local
    [all...]
debugger.cc 649 uint32_t access_flags = c->GetAccessFlags() & kAccJavaFlagsMask; local
653 access_flags |= kAccSuper;
655 expandBufAdd4BE(pReply, access_flags);
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 84 if (((cu_->access_flags & kAccConstructor) != 0) &&
  /external/strace/
file.c 537 static const struct xlat access_flags[] = { variable in typeref:struct:xlat
557 printflags(access_flags, tcp->u_arg[offset + 1], "?_OK");
    [all...]
  /external/chromium_org/v8/src/
objects-printer.cc 1020 access_flags()->ShortPrint(out);
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/kernel-headers/original/linux/
fs.h     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1367 milliseconds

12