Home
last modified time | relevance | path

Searched defs:temps (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm64/
Dassembler_arm64.cc84 vixl::UseScratchRegisterScope temps(vixl_masm_); in AddConstant() local
180 vixl::UseScratchRegisterScope temps(vixl_masm_); in StoreStackPointerToThread64() local
204 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadImmediate() local
307 vixl::UseScratchRegisterScope temps(vixl_masm_); in LoadRawPtr() local
523 vixl::UseScratchRegisterScope temps(vixl_masm_); in JumpTo() local
613 vixl::UseScratchRegisterScope temps(vixl_masm_); in EmitExceptionPoll() local
/art/compiler/optimizing/
Dbuilder.cc342 Temporaries temps(graph_, is_instance_call ? 1 : 0); in BuildInvoke() local
408 Temporaries temps(graph_, 1); in BuildFieldAccess() local
439 Temporaries temps(graph_, 3); in BuildArrayAccess() local