HomeSort by relevance Sort by last modified time
    Searched refs:MangleForJni (Results 1 - 4 of 4) sorted by null

  /art/compiler/driver/
dex_compilation_unit.cc 48 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_));
  /art/runtime/
utils_test.cc 177 TEST_F(UtilsTest, MangleForJni) {
179 EXPECT_EQ("hello_00024world", MangleForJni("hello$world"));
180 EXPECT_EQ("hello_000a9world", MangleForJni("hello\xc2\xa9world"));
181 EXPECT_EQ("hello_1world", MangleForJni("hello_world"));
182 EXPECT_EQ("Ljava_lang_String_2", MangleForJni("Ljava/lang/String;"));
183 EXPECT_EQ("_3C", MangleForJni("[C"));
utils.cc 539 std::string MangleForJni(const std::string& s) {
617 short_name += MangleForJni(class_name);
619 short_name += MangleForJni(method_name);
632 long_name += MangleForJni(signature);
    [all...]
utils.h 184 std::string MangleForJni(const std::string& s);

Completed in 6866 milliseconds