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.cc348 std::string temp1, temp2; in ExecuteGotoImpl() local
353 return_type->GetDescriptor(&temp2)); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc263 std::string temp1, temp2; in ExecuteSwitchImpl() local
268 return_type->GetDescriptor(&temp2)); in ExecuteSwitchImpl()
/art/runtime/mirror/
Dclass.cc341 std::string temp1, temp2; in IsInSamePackage() local
342 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2)); in IsInSamePackage()
/art/runtime/
Dclass_linker_test.cc207 std::string temp2; in AssertClass() local
209 klass->GetDescriptor(&temp2))); in AssertClass()