Home
last modified time | relevance | path

Searched defs:name (Results 76 – 100 of 459) sorted by relevance

12345678910>>...19

/art/oatdump/
Doatdump_test.h74 std::string GetExecutableFilePath(const char* name, bool is_debug, bool is_static, bool bitness) { in GetExecutableFilePath()
88 std::string GetExecutableFilePath(Flavor flavor, const char* name, bool bitness) { in GetExecutableFilePath()
113 void SetAppImageName(const std::string& name) { in SetAppImageName()
/art/runtime/gc/accounting/
Dmod_union_table-inl.h31 explicit ModUnionTableToZygoteAllocspace(const std::string& name, in ModUnionTableToZygoteAllocspace()
/art/test/952-invoke-custom/src/
DUnrelatedBSM.java25 MethodHandles.Lookup lookup, String name, MethodType methodType, Class<?> target) in bsm()
/art/compiler/optimizing/
Dload_store_elimination.h32 : HOptimization(graph, name, stats), in HOptimization() argument
Dlicm.h33 : HOptimization(graph, name, stats), in HOptimization() argument
Dinstruction_simplifier.h45 : HOptimization(graph, name, stats), in HOptimization() argument
Dbounds_check_elimination.h33 : HOptimization(graph, name), in HOptimization() argument
/art/test/952-invoke-custom/util-src/annotations/
DBootstrapMethod.java38 String name(); in name() method
/art/tools/checker/file_format/checker/
Dstruct.py39 def __init__(self, parent, name, startLineNo, testArch = None, forDebuggable = False): argument
146 def __init__(self, variant, name, text): argument
174 def createVariableReference(name): argument
179 def createVariableDefinition(name, pattern): argument
/art/test/1922-owned-monitors-info/src/art/
DTest1922.java73 public String name; field in Test1922.Target
74 public Target(String name) { this.name = name; } in Target()
117 public String name; field in Test1922.NamedLock
118 public NamedLock(String name) { this.name = name; } in NamedLock()
177 public static void runTestsOtherThread(String name, boolean suspend, Consumer<Thread> printer) { in runTestsOtherThread()
222 public static void runTestsCurrentThread(String name, Runnable printer) { in runTestsCurrentThread()
/art/runtime/gc/space/
Dspace.cc32 Space::Space(const std::string& name, GcRetentionPolicy gc_retention_policy) in Space()
79 DiscontinuousSpace::DiscontinuousSpace(const std::string& name, in DiscontinuousSpace()
Ddlmalloc_space_static_test.cc26 MallocSpace* CreateDlMallocSpace(const std::string& name, in CreateDlMallocSpace()
Drosalloc_space_random_test.cc26 MallocSpace* CreateRosAllocSpace(const std::string& name, in CreateRosAllocSpace()
Drosalloc_space_static_test.cc26 MallocSpace* CreateRosAllocSpace(const std::string& name, in CreateRosAllocSpace()
Ddlmalloc_space_random_test.cc26 MallocSpace* CreateDlMallocSpace(const std::string& name, in CreateDlMallocSpace()
/art/build/apex/
Dmanifest-art.json2 "name": "com.android.art", string
/art/runtime/gc/
Dscoped_gc_critical_section.h33 GCCriticalSection(Thread* self, const char* name) in GCCriticalSection()
/art/compiler/debug/
Delf_debug_info_writer.h486 char name[32]; in WriteLinkageName() local
509 void WriteName(const char* name) { in WriteName()
551 const char* name; in WriteTypeDeclaration() local
617 std::string name = SetNamespaceForClass(desc); in StartClassTag() local
636 const std::string& name = current_namespace_[depth]; in SetNamespaceForClass() local
/art/runtime/
Dclass_root.cc25 #define CLASS_ROOT_DESCRIPTOR(name, descriptor, mirror_type) descriptor, in GetClassRootDescriptor() argument
/art/libdexfile/external/include/art_api/
Ddex_file_external.h48 const struct ExtDexFileString* name; member
/art/libnativeloader/
Dnative_loader_namespace.cpp52 Result<NativeLoaderNamespace> NativeLoaderNamespace::GetExportedNamespace(const std::string& name, in GetExportedNamespace()
88 const std::string& name, const std::string& search_paths, const std::string& permitted_paths, in Create()
/art/test/912-classes/
Dclasses_art.cc101 ScopedUtfChars name(env, class_name); in Java_art_Test912Art_isLoadedClass() local
137 JNIEnv* env, jclass klass, jclass test_class, jstring name) { in Java_art_Test912Art_ensureJitCompiled()
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
/art/test/1923-frame-pop/src/art/
DLocals.java28 public final String name; field in Locals.VariableDescription
34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()

12345678910>>...19