Home
last modified time | relevance | path

Searched refs:identity (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpgo.cpp24 std::string identity; in GetNameInfo() local
26 identity = static_cast<ClassItem *>(item.get())->GetNameItem()->GetData(); in GetNameInfo()
27 ASSERT(identity.find('L') == 0); // the first character must be 'L' in GetNameInfo()
28 ASSERT(identity.find(";\0") == identity.length() - 2U); // must end with ";\0" in GetNameInfo()
29 identity = identity.substr(1, identity.length() - 3U); // remove 'L' and ";\0" in GetNameInfo()
30 std::replace(identity.begin(), identity in GetNameInfo()
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dpgo.cpp25 std::string identity; in GetNameInfo() local
27 identity = static_cast<ClassItem *>(item.get())->GetNameItem()->GetData(); in GetNameInfo()
28 ASSERT(identity.find('L') == 0); // the first character must be 'L' in GetNameInfo()
30 ASSERT(identity.find(";\0") == identity.length() - 2); in GetNameInfo()
32 identity = identity.substr(1, identity.length() - 3); in GetNameInfo()
33 std::replace(identity.begin(), identity in GetNameInfo()
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
H A Dindex.js21 exports.identity = function (v) {
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js12124 static identity(t) {
12344 Fi.identity(t);
12350 Fi.identity(t);
12606 identity() {
12838 static identity(t) {
13304 static identity(t) {
14484 identity() {
16100 static identity() {
22647 Fi.identity(t.orientation);
[all...]

Completed in 38 milliseconds