Home
last modified time | relevance | path

Searched defs:location (Results 51 – 75 of 139) sorted by relevance

123456

/art/test/935-non-retransformable/src/
DMain.java64 public static ClassLoader getClassLoaderFor(String location) throws Exception { in getClassLoaderFor()
/art/test/938-load-transform-bcp/src/
DMain.java86 public static ClassLoader getClassLoaderFor(String location) throws Exception { in getClassLoaderFor()
/art/test/934-load-transform/src/
DMain.java58 public static ClassLoader getClassLoaderFor(String location) throws Exception { in getClassLoaderFor()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc68 auto location = Location::RegisterLocation(core_reg); in SetUpFrame() local
76 auto location = Location::FpuRegisterLocation(fp_reg); in SetUpFrame() local
Dssa_liveness_analysis.cc335 static int RegisterOrLowRegister(Location location) { in RegisterOrLowRegister()
405 Location location = inputs[i]->GetLiveInterval()->GetLocationAt( in FindFirstRegisterHint() local
464 Location location = input_interval->ToLocation(); in FindHintAtDefinition() local
Dlocations.h524 void SetInAt(uint32_t at, Location location) { in SetInAt()
546 void UpdateOut(Location location) { in UpdateOut()
555 void AddTemp(Location location) { in AddTemp()
569 void SetTempAt(uint32_t at, Location location) { in SetTempAt()
641 void AddLiveRegister(Location location) { in AddLiveRegister()
Dlocations.cc98 std::ostream& operator<<(std::ostream& os, const Location& location) { in operator <<()
Dparallel_move_resolver.cc80 Location LowOf(Location location) { in LowOf()
92 Location HighOf(Location location) { in HighOf()
/art/test/998-redefine-use-after-free/src/
DMain.java30 public static ClassLoader getClassLoaderFor(String location) throws Exception { in getClassLoaderFor()
/art/test/991-field-trace-2/src/art/
DTest991.java32 Executable method, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess()
41 Executable method, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify()
105 Executable m, long location, Class<?> f_klass, Object target, Field f, Object value) { in notifyFieldModify()
112 Executable m, long location, Class<?> f_klass, Object target, Field f) { in notifyFieldAccess()
/art/test/164-resolution-trampoline-dex-cache/src/
DMain.java42 public static ClassLoader getClassLoaderFor(String location, ClassLoader parent, boolean ex) in getClassLoaderFor()
/art/runtime/
Dcheck_reference_map_visitor.h89 DexRegisterLocation location = dex_register_map[reg]; in CheckOptimizedMethod() local
Dclass_loader_context.cc438 std::string location = cp_elem; in OpenDexFiles() local
542 for (const std::string& location : locations) { in RemoveLocationsFromClassPaths() local
555 [canonical_locations](const std::string& location) { in RemoveLocationsFromClassPaths()
658 std::string location = dex_locations[k]; in EncodeClassPath() local
707 std::string location = dex_file->GetLocation(); in EncodeContextInternal() local
/art/openjdkjvmti/
Dti_breakpoint.cc151 jvmtiError BreakpointUtil::SetBreakpoint(jvmtiEnv* jenv, jmethodID method, jlocation location) { in SetBreakpoint()
175 jvmtiError BreakpointUtil::ClearBreakpoint(jvmtiEnv* jenv, jmethodID method, jlocation location) { in ClearBreakpoint()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h151 const std::string& location, in OpenFromMemory()
174 const std::string& location, in OpenFromFd()
/art/test/155-java-set-resolved-type/src/
DMain.java68 public static ClassLoader getClassLoaderFor(String location, ClassLoader parent, boolean ex) in getClassLoaderFor()
/art/runtime/jit/
Dprofile_saver.cc681 static bool ShouldProfileLocation(const std::string& location, bool profile_aot_code) { in ShouldProfileLocation()
718 for (const std::string& location : code_paths) { in Start() local
731 for (const std::string& location : code_paths) { in Start() local
738 const std::string& location = dex_file->GetLocation(); in Start() local
959 for (const auto& location : locations) { in ResolveTrackedLocations() local
/art/test/996-breakpoint-obsolete/src/art/
DTest996.java151 public static native void setBreakpointOnObsoleteMethod(long location); in setBreakpointOnObsoleteMethod()
/art/test/1950-unprepared-transform/src/
DMain.java73 public static ClassLoader getClassLoaderFor(String location) throws Exception { in getClassLoaderFor()
/art/test/596-app-images/
Dapp_images.cc42 static bool check_name(const std::string& location, const std::string& name) { in check_name()
/art/libdexfile/dex/
Dcompact_dex_file.cc91 const std::string& location, in CompactDexFile()
Ddex_file_loader_test.cc210 const char* location, in OpenDexFilesBase64()
233 const char* location, in OpenDexFileBase64()
247 const char* location, in OpenDexFileInMemoryBase64()
/art/test/911-get-stack-trace/
Dstack_trace.cc43 jlocation location) { in FindLineNumber()
220 jlocation location; in Java_art_Frames_getFrameLocation() local
/art/test/ti-agent/
Dframe_pop_helper.cc44 jlong location; in framePopCB() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc146 const std::string location(DexFileLoader::GetBaseLocation(dex_file->GetLocation())); in VMClassLoader_getBootClassPathEntries() local

123456