Searched refs:new_runtime_name (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 263 #define STATIC_STRING_INIT(init_runtime_name, init_signature, new_runtime_name, ...) \ argument 265 static ArtMethod* new_runtime_name = nullptr; 282 #define LOAD_STRING_INIT(init_runtime_name, init_signature, new_runtime_name, \ in STRING_INIT_LIST() argument 285 new_runtime_name = find_method(string_builder_class, new_java_name, new_signature, true); in STRING_INIT_LIST() 292 #define SET_ENTRY_POINT(init_runtime_name, init_signature, new_runtime_name, \ in InitStringEntryPoints() argument 294 DCHECK(!Runtime::Current()->IsStarted() || (new_runtime_name) != nullptr); \ in InitStringEntryPoints() 295 qpoints->p ## entry_point_name = reinterpret_cast<void(*)()>(new_runtime_name); in InitStringEntryPoints() 301 #define TO_STRING_FACTORY(init_runtime_name, init_signature, new_runtime_name, \ in StringInitToStringFactory() argument 305 DCHECK((new_runtime_name) != nullptr); \ in StringInitToStringFactory() 306 return (new_runtime_name); \ in StringInitToStringFactory() [all …]
|