Searched refs:new_runtime_name (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 281 #define STATIC_STRING_INIT(init_runtime_name, init_signature, new_runtime_name, ...) \ argument 283 static ArtMethod* new_runtime_name = nullptr; 300 #define LOAD_STRING_INIT(init_runtime_name, init_signature, new_runtime_name, \ in STRING_INIT_LIST() argument 303 new_runtime_name = find_method(string_builder_class, new_java_name, new_signature, true); in STRING_INIT_LIST() 312 new_runtime_name, \ in InitStringEntryPoints() argument 316 DCHECK_IMPLIES(Runtime::Current()->IsStarted(), (new_runtime_name) != nullptr); \ in InitStringEntryPoints() 317 qpoints->p##entry_point_name = reinterpret_cast<void*>(new_runtime_name); in InitStringEntryPoints() 323 #define TO_STRING_FACTORY(init_runtime_name, init_signature, new_runtime_name, \ in StringInitToStringFactory() argument 327 DCHECK((new_runtime_name) != nullptr); \ in StringInitToStringFactory() 328 return (new_runtime_name); \ in StringInitToStringFactory() [all …]
|