Searched refs:temp1 (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.cc | 273 std::string temp1, temp2, temp3; in DoFieldPut() local 277 reg->GetClass()->GetDescriptor(&temp1), in DoFieldPut() 592 std::string temp1, temp2; in DoCall() local 597 o->GetClass()->GetDescriptor(&temp1), in DoCall()
|
D | interpreter_goto_table_impl.cc | 348 std::string temp1, temp2; in ExecuteGotoImpl() local 352 obj_result->GetClass()->GetDescriptor(&temp1), in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 263 std::string temp1, temp2; in ExecuteSwitchImpl() local 267 obj_result->GetClass()->GetDescriptor(&temp1), in ExecuteSwitchImpl()
|
/art/runtime/mirror/ |
D | class.cc | 341 std::string temp1, temp2; in IsInSamePackage() local 342 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2)); in IsInSamePackage()
|