Home
last modified time | relevance | path

Searched defs:oldName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_mangle.cpp84 PandaString oldName(data.substr(1, pos - 1)); in ParseBody() local
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp404 PandaString oldName = utf::Mutf8AsCString(oldMethod.GetName().data); in MethodChangesCheck() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp541 bool EtsClass::CompareAndSetName(EtsString *oldName, EtsString *newName) in CompareAndSetName()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_file_test.cpp690 EtsString *oldName = EtsString::CreateFromMUtf8("TestOldName"); in TEST_F() local