Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 8 of 8) sorted by relevance

/art/compiler/sea_ir/types/
Dtype_inference_visitor.cc101 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()
Dtype_inference_visitor.h60 const Type* MergeTypes(const Type* t1, const Type* t2) const;
/art/runtime/gc/collector/
Dsemi_space.cc314 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
Dmark_compact.cc255 TimingLogger::ScopedTiming t2("MarkAllocStackAsLive", GetTimings()); in MarkReachableObjects() local
Dmark_sweep.cc191 TimingLogger::ScopedTiming t2("SwapStacks", GetTimings()); in PausePhase() local
1108 TimingLogger::ScopedTiming t2("MarkAllocStackAsLive", GetTimings()); in Sweep() local
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S313 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/
Ddex2oat.cc397 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/
Dcommon_compiler_test.cc373 TimingLogger::ScopedTiming t2("MakeExecutable", &timings); in CompileMethod() local