Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc273 std::string temp1, temp2, temp3; in DoFieldPut() local
278 field_class->GetDescriptor(&temp2), in DoFieldPut()
592 std::string temp1, temp2; in DoCall() local
598 arg_type->GetDescriptor(&temp2)); in DoCall()
Dinterpreter_goto_table_impl.cc344 std::string temp1, temp2; in ExecuteGotoImpl() local
349 return_type->GetDescriptor(&temp2)); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc259 std::string temp1, temp2; in ExecuteSwitchImpl() local
264 return_type->GetDescriptor(&temp2)); in ExecuteSwitchImpl()
/art/runtime/mirror/
Dclass.cc342 std::string temp1, temp2; in IsInSamePackage() local
343 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2)); in IsInSamePackage()
/art/runtime/
Dclass_linker_test.cc208 std::string temp2; in AssertClass() local
210 klass->GetDescriptor(&temp2))); in AssertClass()