Searched refs:new_runtime_name (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 235 #define STATIC_STRING_INIT(init_runtime_name, init_signature, new_runtime_name, ...) \ argument 237 static ArtMethod* new_runtime_name = nullptr; 254 #define LOAD_STRING_INIT(init_runtime_name, init_signature, new_runtime_name, \ in STRING_INIT_LIST() argument 257 new_runtime_name = find_method(string_builder_class, new_java_name, new_signature, true); in STRING_INIT_LIST() 264 #define SET_ENTRY_POINT(init_runtime_name, init_signature, new_runtime_name, \ in InitStringEntryPoints() argument 266 DCHECK(!Runtime::Current()->IsStarted() || (new_runtime_name) != nullptr); \ in InitStringEntryPoints() 267 qpoints->p ## entry_point_name = reinterpret_cast<void(*)()>(new_runtime_name); in InitStringEntryPoints() 273 #define TO_STRING_FACTORY(init_runtime_name, init_signature, new_runtime_name, \ in StringInitToStringFactory() argument 277 DCHECK((new_runtime_name) != nullptr); \ in StringInitToStringFactory() 278 return (new_runtime_name); \ in StringInitToStringFactory() [all …]
|