Searched refs:assign (Results 1 – 14 of 14) sorted by relevance
/art/test/003-omnibus-opcodes/ |
D | expected.txt | 1 InstField assign... 4 StaticField assign...
|
/art/compiler/utils/ |
D | intrusive_forward_list_test.cc | 86 ifl.assign(storage1.begin(), storage1.end()); in TEST() 90 ifl.assign(storage2.begin(), storage2.end()); in TEST() 355 check.assign({ 8, 7, 2, 3, 4, 5, 4 }); in TEST() 357 check.assign({ 1, 7 }); in TEST() 370 check.assign({8}); in TEST() 385 check.assign({ 1, 7, 7, 2, 3, 4, 5, 4 }); in TEST() 439 check.assign({ 3, 1, 2, 7, 4, 7 }); in TEST()
|
D | intrusive_forward_list.h | 173 void assign(InputIterator first, InputIterator last) { in assign() function
|
/art/runtime/base/ |
D | stringpiece.cc | 34 target->assign(ptr_, length_); in CopyToString()
|
D | timing_logger.cc | 51 name_.assign(name); in SetName()
|
D | dchecked_vector.h | 140 using Base::assign;
|
/art/test/530-checker-regression-reftype-final/smali/ |
D | TestCase.smali | 18 # Inliner used to assign exact type to the artificial multiple-return phi if the
|
/art/compiler/linker/ |
D | relative_patcher_test.h | 149 patched_code_.assign(code.begin(), code.end()); in Link()
|
/art/compiler/optimizing/ |
D | graph_checker.cc | 52 sorted_predecessors.assign(block->GetPredecessors().begin(), block->GetPredecessors().end()); in VisitBasicBlock() 75 sorted_successors.assign(block->GetSuccessors().begin(), block->GetSuccessors().end()); in VisitBasicBlock()
|
/art/runtime/jit/ |
D | offline_profiling_info.cc | 418 line_header->dex_location.assign( in ReadProfileLineHeader()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 596 foreign_dex_profile_path_str.assign(raw_foreign_dex_profile_path); in VMRuntime_registerAppInfo()
|
/art/runtime/ |
D | oat_file_assistant.cc | 79 dex_location_.assign(dex_location); in OatFileAssistant()
|
D | thread.cc | 783 self->tlsPtr_.name->assign(thread_name); in Attach() 882 tlsPtr_.name->assign(name); in SetThreadName() 967 name.assign(*tlsPtr_.name); in GetThreadName()
|
/art/compiler/ |
D | oat_writer.cc | 1039 patched_code_.assign(quick_code.begin(), quick_code.end()); in VisitMethod()
|