Searched defs:newName (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | namemangler.cpp | 159 std::string newName = std::string(buf, pos); in EncodeName() local 209 std::string newName(nameLen, '\0'); in DecodeName() local 316 std::string newName = "Java_"; in NativeJavaName() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.h | 362 void SetName(const util::StringView &newName) in SetName() 367 void SetAssemblerName(const util::StringView &newName) in SetAssemblerName()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 15756 newName: "subtract", property 15761 newName: "multiply", property 15766 newName: "divide", property 15771 newName: "distance", property 15776 newName: "squaredDistance", property 15781 newName: "len", property 15786 newName: "lengthSqr", property 15791 newName: "multiplyScalar", property 15796 newName: "strictEquals", property 15802 newName: "length", property [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 406 PandaString newName = utf::Mutf8AsCString(newMethod.GetName().data); in MethodChangesCheck() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_test.cpp | 497 EtsString *newName = EtsString::CreateFromMUtf8("TestNewName"); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.cpp | 549 bool EtsClass::CompareAndSetName(EtsString *oldName, EtsString *newName) in CompareAndSetName()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 427 std::string newName = funcName; in SelectLibCallNArg() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 9923 std::string newName = funcName; in SelectLibCallNArg() local
|