Searched defs:UseScratchRegisterScope (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h2227 class UseScratchRegisterScope { class in namespace:v8::internal
2229 explicit UseScratchRegisterScope(MacroAssembler* masm) function in class:v8::internal::UseScratchRegisterScope
2238 ~UseScratchRegisterScope();
H A Dmacro-assembler-arm64.cc59 UseScratchRegisterScope temps(this);
205 UseScratchRegisterScope temps(this);
248 UseScratchRegisterScope temps(this);
355 UseScratchRegisterScope temps(this);
370 UseScratchRegisterScope temps(this);
397 UseScratchRegisterScope temps(this);
407 UseScratchRegisterScope temps(this);
487 UseScratchRegisterScope temps(this);
495 UseScratchRegisterScope temps(this);
517 UseScratchRegisterScope temp
[all...]
/external/vixl/src/a64/
H A Dmacro-assembler-a64.h1281 class UseScratchRegisterScope { class in namespace:vixl
1283 explicit UseScratchRegisterScope(MacroAssembler* masm) function in class:vixl::UseScratchRegisterScope
1293 ~UseScratchRegisterScope();

Completed in 126 milliseconds