Searched refs:t2 (Results 1 – 8 of 8) sorted by relevance
/art/compiler/sea_ir/types/ |
D | type_inference_visitor.cc | 101 const Type* TypeInferenceVisitor::MergeTypes(const Type* t1, const Type* t2) const { in MergeTypes() 102 DCHECK(t2 != NULL); in MergeTypes() 105 const Type* result = &(t1->Merge(*t2, type_cache_)); in MergeTypes()
|
D | type_inference_visitor.h | 60 const Type* MergeTypes(const Type* t1, const Type* t2) const;
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 314 TimingLogger::ScopedTiming t2("MarkStackAsLive", GetTimings()); in MarkReachableObjects() local 324 TimingLogger::ScopedTiming t2( in MarkReachableObjects() local 342 TimingLogger::ScopedTiming t2("UpdateAndMarkRememberedSet", GetTimings()); in MarkReachableObjects() local 357 TimingLogger::ScopedTiming t2("VisitLiveBits", GetTimings()); in MarkReachableObjects() local
|
D | mark_compact.cc | 255 TimingLogger::ScopedTiming t2("MarkAllocStackAsLive", GetTimings()); in MarkReachableObjects() local
|
D | mark_sweep.cc | 191 TimingLogger::ScopedTiming t2("SwapStacks", GetTimings()); in PausePhase() local 1108 TimingLogger::ScopedTiming t2("MarkAllocStackAsLive", GetTimings()); in Sweep() local
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 313 lw $t2, 40($a0) 527 li $t2, 68 # put char 'D' into t2 528 beq $t1, $t2, 1f # branch if result type char == 'D'
|
/art/dex2oat/ |
D | dex2oat.cc | 397 TimingLogger::ScopedTiming t2("dex2oat OatWriter", &timings); in CreateOatFile() local 423 t2.NewTiming("Writing ELF"); in CreateOatFile() 435 t2.NewTiming("Patching ELF"); in CreateOatFile()
|
/art/compiler/ |
D | common_compiler_test.cc | 373 TimingLogger::ScopedTiming t2("MakeExecutable", &timings); in CompileMethod() local
|