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 | 344 std::string temp1, temp2; in ExecuteGotoImpl() local 348 obj_result->GetClass()->GetDescriptor(&temp1), in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 259 std::string temp1, temp2; in ExecuteSwitchImpl() local 263 obj_result->GetClass()->GetDescriptor(&temp1), in ExecuteSwitchImpl()
|
/art/runtime/mirror/ |
D | class.cc | 342 std::string temp1, temp2; in IsInSamePackage() local 343 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2)); in IsInSamePackage()
|