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

  /art/compiler/driver/
dex_compilation_unit.cc 47 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_));
  /art/runtime/
utils_test.cc 180 TEST_F(UtilsTest, MangleForJni) {
182 EXPECT_EQ("hello_00024world", MangleForJni("hello$world"));
183 EXPECT_EQ("hello_000a9world", MangleForJni("hello\xc2\xa9world"));
184 EXPECT_EQ("hello_1world", MangleForJni("hello_world"));
185 EXPECT_EQ("Ljava_lang_String_2", MangleForJni("Ljava/lang/String;"));
186 EXPECT_EQ("_3C", MangleForJni("[C"));
utils.cc 357 short_name += MangleForJni(class_name);
359 short_name += MangleForJni(method);
364 std::string MangleForJni(const std::string& s) {
utils.h 100 std::string MangleForJni(const std::string& s);
art_method.cc     [all...]
  /art/test/ti-agent/
jni_binder.cc 33 static std::string MangleForJni(const std::string& s) {
72 short_name += MangleForJni(class_name);
74 short_name += MangleForJni(method);

Completed in 183 milliseconds